v1

latestOpenAPI 3.0.02026-07-2352269214.0 KB

Request to send a message to enduser device

This method is used by TES to request TSH to send a message on the enduser device targeting a virtual card.

post/sendMessage

Request body

issuerIdstring required
cardIdstring required

Unique identifier of the card.

messageDateTimestring date-time required

Date time representing when the message has been generated.<br/>RFC3339 format.<br/> Examples:<li>"2018-12-24T17:32:28Z"<li>"2019-10-02T10:00:00-05:00"

expirationDateTimestring date-time required

Date time representing when the message is no longer valid and should be removed.<br/>RFC3339 format.<br/> Examples:<li>"2018-12-24T17:32:28Z"<li>"2019-10-02T10:00:00-05:00"

contentstring required

Plain text message to be displayed to the user.

allowDeepLinkboolean required

A flag indicating if the message should "deep link" to the issuer's mobile application

Response

sendMessage response payload