Adyen · Example Payload

Checkout Acct Info Example

PaymentsFinancial ServicesFintech

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

Top-level fields

chAccAgeIndchAccChangechAccChangeIndchAccPwChangechAccPwChangeIndchAccStringnbPurchaseAccountpaymentAccAgepaymentAccIndprovisionAttemptsDayshipAddressUsageshipAddressUsageIndshipNameIndicatorsuspiciousAccActivitytxnActivityDaytxnActivityYear

Example Payload

Raw ↑
{
  "chAccAgeInd": "01",
  "chAccChange": "example_value",
  "chAccChangeInd": "01",
  "chAccPwChange": "example_value",
  "chAccPwChangeInd": "01",
  "chAccString": "example_value",
  "nbPurchaseAccount": "example_value",
  "paymentAccAge": "example_value",
  "paymentAccInd": "01",
  "provisionAttemptsDay": "example_value",
  "shipAddressUsage": "example_value",
  "shipAddressUsageInd": "01",
  "shipNameIndicator": "01",
  "suspiciousAccActivity": "01",
  "txnActivityDay": "example_value",
  "txnActivityYear": "example_value"
}