v1
latestSwagger 2.02026-07-14157576.8 KBAccount Holder Messaging
Allows issuers to display customized messages per token within the Apple Pay wallet, below the digitized image of the card.
post/accountholdermessaging
Request body
Example request
{
"AccountHolderMessagingRequest": {
"AuditInfo": {
"Organization": "Solid Bank Inc",
"UserId": "A1435477",
"UserName": "John Smith"
},
"IssuerApplicationMessageDisplay": "FALSE",
"MessageExpiration": "2020-06-18T18:04:35-00:00",
"MessageLanguageCode": "en",
"MessageText": "You have earned a statement credit.",
"TokenUniqueReference": "DWSPMC00000000010906a349d9ca4eb1a4d53e3c90a11d9c"
}
}Response
Contains the details of the response
Example response
{
"AccountHolderMessagingResponse": {
"Token": {
"TokenUniqueReference": "DWSPMC00000000010906a349d9ca4eb1a4d53e3c90a11d9c"
}
}
}