get https://api-staging.pluralonline.com/api/v1/inquiry/order/33890
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"
}
}
Response Parameters
Parameter Name | Type | Description |
---|---|---|
merchant_id | string | unique merchant id. |
order_id | string | unique order id. |
order_status | string | status of the order. |
plural_order_id | string | unique plural order id. |
amount | long | amount in paise. |
order_desc | string | order arrangement. |