Adyen · Example Payload

Checkout Afterpay Details Example

PaymentsFinancial ServicesFintech

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

Top-level fields

billingAddresscheckoutAttemptIddeliveryAddresspersonalDetailsrecurringDetailReferencestoredPaymentMethodIdtype

Example Payload

Raw ↑
{
  "billingAddress": "example_value",
  "checkoutAttemptId": "REF-500123",
  "deliveryAddress": "example_value",
  "personalDetails": "example_value",
  "recurringDetailReference": "REF-500123",
  "storedPaymentMethodId": "REF-500123",
  "type": "afterpay_default"
}