Digital Wallet Tokens
Provision with Apple Pay
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The ID card being added to the wallet
Body
application/json
The apple-pay-token-request to create
The ID card being added to the wallet
Leaf and sub-CA certificates provided by Apple
One of mobile_phone
, watch
, or tablet
One-time-use nonce provided by Apple for security purposes
Apple-provided signature to the nonce
Version of the application making the provisioning request
Response
200 - application/json
The apple-pay-token-request created
The ID card being added to the wallet
Leaf and sub-CA certificates provided by Apple
One of mobile_phone
, watch
, or tablet
One-time-use nonce provided by Apple for security purposes
Apple-provided signature to the nonce
Version of the application making the provisioning request
Was this page helpful?