Skip to main content

Query Deposit (Philippines)

Query a single Philippinesese Dong (PHP) deposit order by merchant order number.

Request Information

  • Request URL: /gateway/api/v2/payments/{payment_cl_id}
  • Request Method: GET

Request Headers

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

Path Parameters

ParameterRequiredTypeDescription
payment_cl_idYesStringMerchant order number

Response Example

Success Response

{
"error_code": "0000",
"data": {
"payment_id": "DEMOPM0123456",
"payment_cl_id": "order_20260112001",
"amount": 5001000,
"real_amount": 5001000,
"fee": 50000,
"status": 2,
"payment_cl_name": "NGUYEN VAN A",
"create_time": 1737543600,
"success_time": 1737543700
}
}

Error Response Example

{
"error_code": "0050",
"error_msg": "Order not found!"
}

Response Parameters

ParameterTypeDescription
error_codeStringError code
error_msgStringError message (returned when error_code is not "0000")
payment_idStringDiamond Pay order number
payment_cl_idStringMerchant order number
amountIntOrder amount
real_amountIntActual payment amount
feeIntFee
statusIntOrder status (0: Pending, 1: Processing, 2: Success, 3: Cancelled)
payment_cl_nameStringPayer name
create_timeIntCreate time (Unix timestamp)
success_timeIntPayment success time (Unix timestamp)

Notes

  • authorization is the authorization token assigned by the system to the platform. If you haven't obtained one, please contact system personnel
  • Amount unit is Philippinesese Dong (cents)