Adyen · Example Payload

Checkout Account Info Example

PaymentsFinancial ServicesFintech

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

Top-level fields

accountAgeIndicatoraccountChangeDateaccountChangeIndicatoraccountCreationDateaccountTypeaddCardAttemptsDaydeliveryAddressUsageDatedeliveryAddressUsageIndicatorhomePhonemobilePhonepasswordChangeDatepasswordChangeIndicatorpastTransactionsDaypastTransactionsYearpaymentAccountAgepaymentAccountIndicatorpurchasesLast6MonthssuspiciousActivityworkPhone

Example Payload

Raw ↑
{
  "accountAgeIndicator": "notApplicable",
  "accountChangeDate": "2025-03-15T14:30:00Z",
  "accountChangeIndicator": "thisTransaction",
  "accountCreationDate": "2025-03-15T14:30:00Z",
  "accountType": "notApplicable",
  "addCardAttemptsDay": 50,
  "deliveryAddressUsageDate": "2025-03-15T14:30:00Z",
  "deliveryAddressUsageIndicator": "thisTransaction",
  "homePhone": "example_value",
  "mobilePhone": "example_value",
  "passwordChangeDate": "2025-03-15T14:30:00Z",
  "passwordChangeIndicator": "notApplicable",
  "pastTransactionsDay": 50,
  "pastTransactionsYear": 50,
  "paymentAccountAge": "2025-03-15T14:30:00Z",
  "paymentAccountIndicator": "notApplicable",
  "purchasesLast6Months": 50,
  "suspiciousActivity": true,
  "workPhone": "example_value"
}