Apple Pay · Example Payload

Apple Pay Payment Token Example

AppleContactless PaymentsDigital WalletE-CommerceMobile PaymentsPayments

Apple Pay Payment Token Example is an example object payload from Apple Pay, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

versiondatasignatureheader

Example Payload

Raw ↑
{
  "version": "EC_v1",
  "data": "encodedPaymentData",
  "signature": "signatureBytes",
  "header": {
    "ephemeralPublicKey": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE...",
    "publicKeyHash": "hash==",
    "transactionId": "abc123transaction"
  }
}