Adyen · Example Payload

Checkout Sepa Direct Debit Details Example

PaymentsFinancial ServicesFintech

Checkout Sepa Direct Debit Details 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

checkoutAttemptIdibanownerNamerecurringDetailReferencestoredPaymentMethodIdtype

Example Payload

Raw ↑
{
  "checkoutAttemptId": "REF-500123",
  "iban": "example_value",
  "ownerName": "Example Name",
  "recurringDetailReference": "REF-500123",
  "storedPaymentMethodId": "REF-500123",
  "type": "sepadirectdebit"
}