Push Cards to Token Requestors
Send a request to this endpoint to add the cards to the digital wallet or the merchant.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Optional audit user header
Body
Unique identifier of the token requestor.
"50123456789"
List of card IDs to be added to the token requestor server.
1 - 5 elementsThe token requestor's mobile or web application URI.
"http://www.tokenIssuer1.com/pushtoken"
Cardholder's preferred locale (language and country). This information is useful to the token requestor to provide an optimised user experience. Format: Two letter ISO 639-1 language in lowercase, with a underscore (”_”), followed by two letter ISO 3166-1 country code in uppercase.
"en_US"
Account holder's information. Information included in this list is sent to the token requestor, only when requestor supports supportedAccountHolderData. Otherwise the values are filtered out. Possible values are:
ALL_SUPPORTED: The Token Requestor's acceptssupportedAccountHolderDataobject.NAME: The first and the last name of the account holder.ADDRESS: The billing address for the account holder.EMAIL_ADDRESS: The email address for the account holder.MOBILE_PHONE_NUMBER: The mobile phone number for the account holder.
ALL_SUPPORTED, NAME, ADDRESS, EMAIL_ADDRESS, MOBILE_PHONE_NUMBER The session Id provided by the token requestor; applicable when the card is added through pull provisioning method.
3 - 64"dbc55444-496a-4896-b41c-5d5e2dd431e2"
Response
OK
Mastercard-signed package that validates the authenticity of the push provisioning response. Your application infrastructure uses this data before redirecting the cardholder to the digital wallet/merchant (for example, through a redirect or SDK call). The wallet can verify the response originated from Mastercard MDES.
"ew0KImFsZyI6ICJSUzI1NiIsDQoNCiJraWQiOiAiYXNkZmctcXdlcnR5LXp4Y3ZiIg0KfQ.ew0KDQrCoCJwdXNoQWNjb3VudFJlY2VpcHQiOiAiTUNDLVNUTC0xMzQzMTNCRi01NTg1LTRFNzEtQUIyNC1FQ0RCQzI4RjIzRjEiLA0KImlzc3VlckNhbGxCYWNrIjogImh0dHBzOi8vaXNzdWVyY2FsbGJhY2sudXJsIiwNCiJjYWxsYmFja1JlcXVpcmVkIjogdHJ1ZSwNCiJjb21wbGV0ZVdlYnNpdGVBY3RpdmF0aW9uIjogdHJ1ZSwNCiJhY2NvdW50SG9sZGVyRGF0YVN1cHBsaWVkIjogdHJ1ZSwNCiJsb2NhbGUiOiAiZW5fVVMiDQoNCn0.dBjftJeZ4CVP-"
Returned for each card added to the digital wallet/merchant.
Array of push methods supported by the token requestor. Present only when the push operation is successful.

