Topup a Card
Initiate a card top-up by transferring funds from your Pagsmile Issuing account.
Request URI
Request Body
Name
Type
Description
Request Example
{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"request_id": "E7E15DeE-B6d9-578B-6968-7dF7bB8c",
"timestamp": "2025-04-07 13:56:52",
"format": "JSON",
"version": "2.0",
"sign_type": "RSA",
"biz_data": {
"card_token": "450620141926",
"order_no": "fE2E44c2-A4cF-C4Fc-40d6-Ee493262",
"pay_account_num": "104190000004",
"amount": "1.23",
"currency": "USD",
"reference": "remark"
},
"random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!Response
Name
Type
Description
Last updated