Query Deposit Result
Query the details and status of a deposit order that has previously been created. Supply the unique deposit order_no, Pagsmile will return the corresponding deposit information.
Request URI
Request Body
Name
Type
Description
Request Example
{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"request_id": "f37654bC-E056-f49E-689E-22c4447f",
"timestamp": "2025-04-07 13:57:04",
"format": "JSON",
"version": "2.0",
"sign_type": "RSA",
"biz_data": {
"order_no": "7DFEfCd2-3cEA-D757-cBA9-b7DceA4c"
},
"random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!Response
Name
Type
Description
Last updated