Skip to main content

Find Invoice by Merchant Reference Number

Find Invoice by Merchant Reference Number

Path Parameters
  • ref string required

    Merchant Reference Number

Header Parameters
  • X-Winpay-Timestamp string required

    ISO 8601 timestamp

  • X-Winpay-Key string required

    Client Key

  • X-Winpay-Signature string required

    Signature

  • Content-Type string required

    Content type

Responses

Sukses find invoice


Schema
  • responseCode string
  • responseMessage string
  • responseDate string
  • responseData object
  • id string
  • ref string
  • created_at string
  • redirect_url string
  • back_url string
  • status string

    Possible values: [UNPAID, PAID]

  • customer object
  • name string
  • email string
  • phone string
  • products object[]
  • Array [
  • uuid string
  • name string
  • qty integer
  • price integer
  • ]
  • payment object
  • uuid string
  • channel string
  • code string
  • payment_ref string
  • paid_amount string
  • fee string
  • nett string
  • created_at string
  • updated_at string
Loading...