Adyen · JSON Structure

Checkout Payment Details Structure

PaymentDetails schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

PaymentDetails is a JSON Structure definition published by Adyen, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

checkoutAttemptId type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-payment-details-structure.json",
  "description": "PaymentDetails schema from Adyen API",
  "type": "object",
  "properties": {
    "checkoutAttemptId": {
      "x-addedInVersion": "68",
      "description": "The checkout attempt identifier.",
      "type": "string"
    },
    "type": {
      "description": "The payment method type.",
      "enum": [
        "alipay",
        "multibanco",
        "bankTransfer_IBAN",
        "paybright",
        "paynow",
        "affirm",
        "affirm_pos",
        "trustly",
        "trustlyvector",
        "oney",
        "facilypay",
        "facilypay_3x",
        "facilypay_4x",
        "facilypay_6x",
        "facilypay_10x",
        "facilypay_12x",
        "unionpay",
        "kcp_banktransfer",
        "kcp_payco",
        "kcp_creditcard",
        "wechatpaySDK",
        "wechatpayQR",
        "wechatpayWeb",
        "molpay_boost",
        "wallet_IN",
        "payu_IN_cashcard",
        "payu_IN_nb",
        "upi_qr",
        "paytm",
        "molpay_ebanking_VN",
        "paybybank",
        "ebanking_FI",
        "molpay_ebanking_MY",
        "molpay_ebanking_direct_MY",
        "swish",
        "pix",
        "walley",
        "walley_b2b",
        "alma",
        "paypo",
        "molpay_fpx",
        "konbini",
        "directEbanking",
        "boletobancario",
        "neteller",
        "paysafecard",
        "cashticket",
        "ikano",
        "karenmillen",
        "oasis",
        "warehouse",
        "primeiropay_boleto",
        "mada",
        "benefit",
        "knet",
        "omannet",
        "gopay_wallet",
        "kcp_naverpay",
        "onlinebanking_IN",
        "fawry",
        "atome",
        "moneybookers",
        "naps",
        "nordea",
        "boletobancario_bradesco",
        "boletobancario_itau",
        "boletobancario_santander",
        "boletobancario_bancodobrasil",
        "boletobancario_hsbc",
        "molpay_maybank2u",
        "molpay_cimb",
        "molpay_rhb",
        "molpay_amb",
        "molpay_hlb",
        "molpay_affin_epg",
        "molpay_bankislam",
        "molpay_publicbank",
        "fpx_agrobank",
        "touchngo",
        "maybank2u_mae",
        "duitnow",
        "promptpay",
        "twint_pos",
        "alipay_hk",
        "alipay_hk_web",
        "alipay_hk_wap",
        "alipay_wap",
        "balanceplatform"
      ],
      "type": "string"
    }
  },
  "additionalProperties": false,
  "name": "PaymentDetails"
}