| Request Query Param | Type | Required | Description | |
|---|---|---|---|---|
| partner_request_id/order_id | Alphanumeric | Y | Unique transaction ID provided by the API user or send order id from api response |
| Response Parameters | TYPE | Description |
|---|---|---|
| error | Number |
error 0 - API request to server in processed error other then zero - API request not process to server, in this case you have to process again |
| msg | Alphanumeric | Error message from API provider |
| status | Alphanumeric |
status
Status Code: '1' for SUCCESS '2' for PENDING '3' for FAILURE Others for hold |
| orderid | Alphanumeric | orderid |
| optransid | Alphanumeric | Operator Transaction id |
| commission | Float | Partner commission |
{
"error":0,
"msg":success,
"status":1,
"orderid":"415e217b-8fb2-4c6e-a003-09e445079f12",
"optransid":"",
"commission":4.99,
}