Card
Link Card And account
This web service allows to link card and accounts.
post/pws/pws_link_card_acc/
Request body
Example request
{
"ac_id": 479823917,
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"token": 311012081
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"token": 311012081,
"ac_id": 479823917
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.