Creates a digital wallet token that can be added to an Apple wallet. This token represents a specific card, wallet, and device token. The card's data is encrypted using Apple’s own encryption key, meaning your PCI compliance overhead is reduced.
After your request is successfully processed, you'll receive a DigitalWalletTokenTransition
webhook containing the digital wallet token. You'll also be able to retrieve it using the List digital wallet tokens endpoint.
Body
Created
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Unsupported Media Type
Too Many Requests
Internal Server Error
{- "deviceType": "WATCH",
- "provisioningAppVersion": "2.11.1",
- "certificates": "['MIIEPDCCA+KgAwIBAgICEAAwCQYHKoZIzj', 'MIIDZjCCAw2gAwIBAgIJAJx22AGaEPSgMA']",
- "nonce": "vXWJaBidcTLaJJCF",
- "nonceSignature": "jD4Aphu+93N2wbBn"
}
{- "deviceType": "WATCH",
- "provisioningAppVersion": "2.11.1",
- "certificates": "['MIIEPDCCA+KgAwIBAgICEAAwCQYHKoZIzj', 'MIIDZjCCAw2gAwIBAgIJAJx22AGaEPSgMA']",
- "nonce": "vXWJaBidcTLaJJCF",
- "nonceSignature": "jD4Aphu+93N2wbBn",
- "encryptedPassData": "w9NGKYa3OkPGeQ+FmAKGga",
- "activationData": "TUJQQUMtMS1GSy03NDgwNTIuMS0tVERF",
- "ephemeralPublicKey": "BMop3NufgKwy/r0GX1muvomvw"
}