Home
Adyen
Payments Payment Request Example
Payments Payment Request Example
Payments Financial Services Fintech
Payments Payment Request Example is an example object payload from Adyen, with 53 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
accountInfo additionalAmount additionalData amount applicationInfo bankAccount billingAddress browserInfo captureDelayHours card dateOfBirth dccQuote deliveryAddress deliveryDate deviceFingerprint entityType fraudOffset fundDestination fundSource fundingSource installments localizedShopperStatement mandate mcc merchantAccount merchantOrderReference merchantRiskIndicator metadata mpiData nationality orderReference platformChargebackLogic recurring recurringProcessingModel reference selectedBrand selectedRecurringDetailReference sessionId shopperEmail shopperIP shopperInteraction shopperLocale shopperName shopperReference shopperStatement socialSecurityNumber splits store telephoneNumber threeDS2RequestData
Example Payload
{
"accountInfo": "example_value",
"additionalAmount": 1000,
"additionalData": {},
"amount": 1000,
"applicationInfo": "example_value",
"bankAccount": "example_value",
"billingAddress": "example_value",
"browserInfo": "example_value",
"captureDelayHours": 50,
"card": "example_value",
"dateOfBirth": "2025-03-15",
"dccQuote": "example_value",
"deliveryAddress": "example_value",
"deliveryDate": "2025-03-15T14:30:00Z",
"deviceFingerprint": "example_value",
"entityType": "NaturalPerson",
"fraudOffset": 50,
"fundDestination": "example_value",
"fundSource": "example_value",
"fundingSource": "credit",
"installments": "example_value",
"localizedShopperStatement": {},
"mandate": "example_value",
"mcc": "example_value",
"merchantAccount": "example_value",
"merchantOrderReference": "REF-500123",
"merchantRiskIndicator": "example_value",
"metadata": {},
"mpiData": "example_value",
"nationality": "example_value",
"orderReference": "REF-500123",
"platformChargebackLogic": "example_value",
"recurring": "example_value",
"recurringProcessingModel": "CardOnFile",
"reference": "REF-500123",
"selectedBrand": "example_value",
"selectedRecurringDetailReference": "REF-500123",
"sessionId": "REF-500123",
"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",
"telephoneNumber": "example_value",
"threeDS2RequestData": "example_value",
"threeDSAuthenticationOnly": false,
"totalsGroup": "example_value",
"trustedShopper": true
}