Inquiry Order

This API Help to get Inquiry Order

Response Payload:

{
    "merchant_data": {
        "merchant_id": 11573,
        "order_id": "2412I124E443611"
    },
    "order_data": {
        "order_status": "CHARGED",
        "plural_order_id": 33890,
        "amount": 200,
        "order_desc": "Test Order"
    }
}
{
  "merchant_data": {
    "merchant_id": 11573,
    "order_id": "nbpay293279392667184"
  },
  "order_data": {
    "order_status": "PARTIAL_REFUNDED",
    "plural_order_id": 96874,
    "amount": 10000,
    "order_desc": null
  }
}

Response Parameters

Parameter NameTypeDescription
merchant_idstringunique merchant id.
order_idstringunique order id.
order_statusstringstatus of the order.
plural_order_idstringunique plural order id.
amountlongamount in paise.
order_descstringorder arrangement.
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!