Adyen · Schema

Payment Details

PaymentsFinancial ServicesFintech

Properties

Name Type Description
checkoutAttemptId string The checkout attempt identifier.
type string The payment method type.
View JSON Schema on GitHub

JSON Schema

adyen-paymentdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentDetails",
  "title": "Payment Details",
  "additionalProperties": false,
  "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"
    }
  },
  "type": "object"
}