Adyen · Example Payload

Checkout Three Ds2 Request Data Example

PaymentsFinancial ServicesFintech

Checkout Three Ds2 Request Data Example is an example object payload from Adyen, with 40 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

acctInfoacctTypeacquirerBINacquirerMerchantIDaddrMatchauthenticationOnlychallengeIndicatordeviceChanneldeviceRenderOptionshomePhonemccmerchantNamemessageVersionmobilePhonenotificationURLpayTokenIndpaymentAuthenticationUseCaseplatformpurchaseInstalDatarecurringExpiryrecurringFrequencysdkAppIDsdkEncDatasdkEphemPubKeysdkMaxTimeoutsdkReferenceNumbersdkTransIDsdkVersionthreeDSCompIndthreeDSRequestorAuthenticationIndthreeDSRequestorAuthenticationInfothreeDSRequestorChallengeIndthreeDSRequestorIDthreeDSRequestorNamethreeDSRequestorPriorAuthenticationInfothreeDSRequestorURLtransTypetransactionTypewhiteListStatusworkPhone

Example Payload

Raw ↑
{
  "acctInfo": "example_value",
  "acctType": "01",
  "acquirerBIN": "example_value",
  "acquirerMerchantID": "REF-500123",
  "addrMatch": "Y",
  "authenticationOnly": false,
  "challengeIndicator": "noPreference",
  "deviceChannel": "example_value",
  "deviceRenderOptions": "example_value",
  "homePhone": "example_value",
  "mcc": "example_value",
  "merchantName": "Example Name",
  "messageVersion": "example_value",
  "mobilePhone": "example_value",
  "notificationURL": "example_value",
  "payTokenInd": true,
  "paymentAuthenticationUseCase": "example_value",
  "platform": "iOS",
  "purchaseInstalData": "example_value",
  "recurringExpiry": "example_value",
  "recurringFrequency": "example_value",
  "sdkAppID": "REF-500123",
  "sdkEncData": "example_value",
  "sdkEphemPubKey": "example_value",
  "sdkMaxTimeout": 60,
  "sdkReferenceNumber": "example_value",
  "sdkTransID": "REF-500123",
  "sdkVersion": "example_value",
  "threeDSCompInd": "example_value",
  "threeDSRequestorAuthenticationInd": "example_value",
  "threeDSRequestorAuthenticationInfo": "example_value",
  "threeDSRequestorChallengeInd": "01",
  "threeDSRequestorID": "REF-500123",
  "threeDSRequestorName": "Example Name",
  "threeDSRequestorPriorAuthenticationInfo": "example_value",
  "threeDSRequestorURL": "example_value",
  "transType": "01",
  "transactionType": "goodsOrServicePurchase",
  "whiteListStatus": "active",
  "workPhone": "example_value"
}