Home
Adyen
Checkout Payment Setup Request Example
Checkout Payment Setup Request Example
Payments Financial Services Fintech
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
additionalAmount additionalData allowedPaymentMethods amount applicationInfo billingAddress blockedPaymentMethods captureDelayHours channel checkoutAttemptId company configuration conversionId countryCode dateOfBirth dccQuote deliveryAddress deliveryDate enableOneClick enablePayOut enableRecurring entityType fraudOffset installments lineItems localizedShopperStatement mandate mcc merchantAccount merchantOrderReference metadata orderReference origin platformChargebackLogic recurringExpiry recurringFrequency reference returnUrl riskData sdkVersion sessionValidity shopperEmail shopperIP shopperInteraction shopperLocale shopperName shopperReference shopperStatement socialSecurityNumber splits
Example Payload
{
"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
}