Adyen · Example Payload

Payments Payment Request3Ds2 Example

PaymentsFinancial ServicesFintech

Payments Payment Request3Ds2 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

accountInfoadditionalAmountadditionalDataamountapplicationInfobillingAddressbrowserInfocaptureDelayHoursdateOfBirthdccQuotedeliveryAddressdeliveryDatedeviceFingerprintfraudOffsetinstallmentslocalizedShopperStatementmccmerchantAccountmerchantOrderReferencemerchantRiskIndicatormetadataorderReferencerecurringrecurringProcessingModelreferenceselectedBrandselectedRecurringDetailReferencesessionIdshopperEmailshopperIPshopperInteractionshopperLocaleshopperNameshopperReferenceshopperStatementsocialSecurityNumbersplitsstoretelephoneNumberthreeDS2RequestDatathreeDS2ResultthreeDS2TokenthreeDSAuthenticationOnlytotalsGrouptrustedShopper

Example Payload

Raw ↑
{
  "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",
  "merchantAccount": "example_value",
  "merchantOrderReference": "REF-500123",
  "merchantRiskIndicator": "example_value",
  "metadata": {},
  "orderReference": "REF-500123",
  "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",
  "threeDS2Result": "example_value",
  "threeDS2Token": "example_value",
  "threeDSAuthenticationOnly": false,
  "totalsGroup": "example_value",
  "trustedShopper": true
}