Adyen · Example Payload

Checkout Apple Pay Donations Example

PaymentsFinancial ServicesFintech

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

Top-level fields

applePayTokencheckoutAttemptIdfundingSourcerecurringDetailReferencestoredPaymentMethodIdtype

Example Payload

Raw ↑
{
  "applePayToken": "example_value",
  "checkoutAttemptId": "REF-500123",
  "fundingSource": "credit",
  "recurringDetailReference": "REF-500123",
  "storedPaymentMethodId": "REF-500123",
  "type": "applepay"
}