Apple Pay · Schema

Apple Pay Payment Token

Represents the Apple Pay payment token generated by the Secure Element on the user's device after biometric or passcode authorization. Contains encrypted payment credentials (DPAN, cryptogram) that must be decrypted by the merchant or payment service provider to process the transaction.

AppleContactless PaymentsDigital WalletE-CommerceMobile PaymentsPayments

Properties

Name Type Description
paymentData object The encrypted payment data containing the payment credential
paymentMethod object Information about the payment card and method used
transactionIdentifier string A unique identifier for this payment transaction, assigned by Apple Pay
View JSON Schema on GitHub