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