{
"status": {
"code": "00",
"message": "QR generated successfully"
},
"deeplink": "abamobilebank://ababank.com?type=account_on_file&qrcode=ABAAOF...uGTSatzgFses",
"qr_string": "ABAAOF+hEGxkym0GCTuGTSatzgF...Bi2Q/+xEVex6SbF19enqLB2xU46jTzVY",
"qr_image": "https://payway-staging.ababank.com/assets/abaqr/aba8f8...0a6e68c5616",
"expire_in": 1627113926
}
qr_string
or qr_image
for customers to scan with ABA Mobile and authorise the account linking.return_url
param and passing the following information. Your return_url
must accept http method POST
and content type application/json
.{
"tran_id": "aof-rq-1741840838",
"apv": "",
"status": 0,
"return_params": {
"ctid": "6451397de98d966...e7f5db97738209",
"payment_status": "",
"card_status": {
"status": "00",
"pwt": "645139774AF0ED859615580A1...B992C374",
"mask_account": "*****1481",
"expired_in": 1747024840
},
"return_param": "{YOUR RETURN PARAMS DURING INITIATE LINK ACCOUNT}"
}
}
string
string
string
0
, which represents success.object
string
string
object
string
00
, which represents success.string
string
int
string
return_param
contains the information you sent to the payment gateway during the link account initiation process.