Adyen · Example Payload

Checkout Klarna Details Example

PaymentsFinancial ServicesFintech

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

Top-level fields

billingAddresscheckoutAttemptIddeliveryAddresspersonalDetailsrecurringDetailReferencestoredPaymentMethodIdsubtypetype

Example Payload

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