v1
latestOpenAPI 3.0.02026-07-242035712.0 MBCard V2
Link Card And account
This web service allows to link card, account and cardholder.
Supports idempotency.
post/pws/v2/pws_link_card_acc/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"token": 311012081,
"old_token": 311012082,
"ac_id": 479823917,
"ac_ext_ref": "EXTREF",
"cu_id": 12345
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"token": 311012081,
"ac_id": 479823917
}
}