Query Partner Transactions
Query transaction details associated with your Pagsmile Issuing account.
Last updated
Query transaction details associated with your Pagsmile Issuing account.
Last updated
{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"request_id": "2A8D14F1-765c-729B-8501-5990DbC7",
"timestamp": "2025-04-07 13:57:00",
"format": "JSON",
"version": "2.0",
"sign_type": "RSA",
"biz_data": {
"order_no": "fE2E44c2-A4cF-C4Fc-40d6-Ee493262",
"start_date": "2025-04-05",
"end_date": "2025-04-08"
},
"random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!{
"code": "10000",
"msg": "Success",
"total": 1,
"random_key": "<random key used for decryption>",
"sign_type": "RSA",
"app_id": "00000000000000000",
"data": [{
"transaction_id": "100000076795",
"order_no": "fE2E44c2-A4cF-C4Fc-40d6-Ee493262",
"account_token": "10419000000401",
"card_token": null,
"transaction_type": 121,
"transaction_status": 1,
"account_num": "104190******0004",
"account_name": "Test A",
"bill_currency": "USD",
"bill_amount": "-1.23",
"bill_fee": "0.00",
"balance_change": "-1.23",
"balance": "100898337.06",
"transaction_amount": "-1.23",
"transaction_currency": "USD",
"exchange_rate": "1.0000",
"reference": null,
"transaction_desc": "remark",
"merchant_info": null,
"related_transaction_id": "100000076796",
"business_date": "2025-04-07",
"create_time": "2025-04-07 05:56:53"
}]
}
// The data in this example has already been decrypted.{
"code": "40002",
"msg": "Business Failed",
"sub_code": "invalid-signature",
"sub_msg": "invalid signature"
}