v1
latestOpenAPI 3.0.02026-07-242035712.0 MBTokenization customer service
Account Holder Messaging
Allows issuer to display customized messages per token within the Apple Pay wallet, below the digitized image of the card.
post/pws/customerservice/v2/token/account_holder_messaging
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"messageExpiration": "2020-06-18T18:04:35+03:00",
"messageIdentifier": "6598123486451346764616431064",
"messageLanguageCode": "en",
"messageText": "Hello World",
"token": 311012081,
"tokenUniqueReference": "DNITHEgx1ZI57H5eVHZpoFptyWpay10"
}Response
Successful Response
Example response
{
"responseId": "1234"
}