Skip to main content

Query Withdrawal Order (India)

Query a single Indian Rupee (INR) withdrawal order by merchant order ID.

Request Information

  • Request URL: /gateway/api/v2/payouts/{payout_cl_id}
  • Method: GET

Request Headers

ParameterTypeDescription
AuthorizationString{authorization} Authorization token assigned to the platform by the system

Path Parameters

ParameterRequiredTypeDescription
payout_cl_idYesStringMerchant Order ID

Response Example

Success Response

{
"error_code": "0000",
"data": {
"payout_id": "DEMOPO0123456",
"payout_cl_id": "payout_20260112001",
"amount": 500000,
"fee": 25000,
"status": 3,
"error_msg": "",
"create_time": 1737543600,
"success_time": 1737543700
}
}

Error Response Example

{
"error_code": "0050",
"error_msg": "查无订单!"
}

Response Parameters

ParameterTypeDescription
error_codeStringError code, see Global Error Codes
error_msgStringError message (returned when error_code is not "0000")
payout_idStringPlatform Order ID
payout_cl_idStringMerchant Order ID
amountIntOrder amount
feeIntTransaction fee
statusIntOrder status (1: Pending, 2: Processing, 3: Success, 4: Cancelled)
error_msgStringError message (returned when withdrawal fails)
create_timeIntCreation time (Unix timestamp)
success_timeIntTransfer success time (Unix timestamp)

Remarks

  • authorization is the authorization token assigned to the platform by the system. Please contact system personnel if you have not obtained one
  • Amount is in Indian Rupee (cents)