Adyen · Example Payload

Checkout Payment Setup Request Example

PaymentsFinancial ServicesFintech

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

Top-level fields

additionalAmountadditionalDataallowedPaymentMethodsamountapplicationInfobillingAddressblockedPaymentMethodscaptureDelayHourschannelcheckoutAttemptIdcompanyconfigurationconversionIdcountryCodedateOfBirthdccQuotedeliveryAddressdeliveryDateenableOneClickenablePayOutenableRecurringentityTypefraudOffsetinstallmentslineItemslocalizedShopperStatementmandatemccmerchantAccountmerchantOrderReferencemetadataorderReferenceoriginplatformChargebackLogicrecurringExpiryrecurringFrequencyreferencereturnUrlriskDatasdkVersionsessionValidityshopperEmailshopperIPshopperInteractionshopperLocaleshopperNameshopperReferenceshopperStatementsocialSecurityNumbersplits

Example Payload

Raw ↑
{
  "additionalAmount": 1000,
  "additionalData": {},
  "allowedPaymentMethods": [
    "example_value"
  ],
  "amount": 1000,
  "applicationInfo": "example_value",
  "billingAddress": "example_value",
  "blockedPaymentMethods": [
    "example_value"
  ],
  "captureDelayHours": 50,
  "channel": "iOS",
  "checkoutAttemptId": "REF-500123",
  "company": "example_value",
  "configuration": "example_value",
  "conversionId": "REF-500123",
  "countryCode": "US",
  "dateOfBirth": "2025-03-15",
  "dccQuote": "example_value",
  "deliveryAddress": "example_value",
  "deliveryDate": "2025-03-15T14:30:00Z",
  "enableOneClick": true,
  "enablePayOut": true,
  "enableRecurring": true,
  "entityType": "NaturalPerson",
  "fraudOffset": 50,
  "installments": "example_value",
  "lineItems": [
    "example_value"
  ],
  "localizedShopperStatement": {},
  "mandate": "example_value",
  "mcc": "example_value",
  "merchantAccount": "example_value",
  "merchantOrderReference": "REF-500123",
  "metadata": {},
  "orderReference": "REF-500123",
  "origin": "example_value",
  "platformChargebackLogic": "example_value",
  "recurringExpiry": "example_value",
  "recurringFrequency": "example_value",
  "reference": "REF-500123",
  "returnUrl": "example_value",
  "riskData": "example_value",
  "sdkVersion": "example_value",
  "sessionValidity": "example_value",
  "shopperEmail": "user@example.com",
  "shopperIP": "example_value",
  "shopperInteraction": "Ecommerce",
  "shopperLocale": "example_value",
  "shopperName": "Example Name",
  "shopperReference": "REF-500123",
  "shopperStatement": "example_value",
  "socialSecurityNumber": "example_value",
  "splits": [
    "example_value"
  ],
  "store": "example_value",
  "storePaymentMethod": true,
  "telephoneNumber": "example_value",
  "threeDSAuthenticationOnly": false,
  "token": "example_value",
  "trustedShopper": true
}