Recharge
Recharge for the card
Request URL
POST
https://card-api-sandbox.pagsmile.com/issuing/card/recharge
Request Header
Name
Type
Description
Content-Type*
string
application/json; chartset=UTF-8
Request Body
Refer to : common
Biz_data :
Name
Type
Description
pay_account_num*
string(48)
Payer Account Number
card_token*
string(20)
Card token
order_no*
string(32)
Order number,
Globally unique
amount*
String
Topup amount.
currency*
string(3)
A 3-letter ISO currency code
reference
string(128)
Remarks
Response
Name
Type
Description
transaction_id
string
Transaction ID
Example
Note: 201************11 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated