mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -685,6 +685,7 @@
|
||||
"components" : {
|
||||
"schemas" : {
|
||||
"Address" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"city" : {
|
||||
"description" : "The name of the city. Maximum length: 3000 characters.",
|
||||
@@ -724,6 +725,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Amount" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"currency" : {
|
||||
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
|
||||
@@ -744,6 +746,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"BankAccount" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"bankAccountNumber" : {
|
||||
"description" : "The bank account number (without separators).",
|
||||
@@ -787,6 +790,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Card" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cvc" : {
|
||||
"description" : "The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid) (1-20 characters). Depending on the card brand, it is known also as:\n* CVV2/CVC2 – length: 3 digits\n* CID – length: 4 digits\n> If you are using [Client-Side Encryption](https://docs.adyen.com/classic-integration/cse-integration-ecommerce), the CVC code is present in the encrypted data. You must never post the card details to the server.\n> This field must be always present in a [one-click payment request](https://docs.adyen.com/classic-integration/recurring-payments).\n> When this value is returned in a response, it is always empty because it is not stored.",
|
||||
@@ -840,6 +844,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"FraudCheckResult" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"accountScore" : {
|
||||
"description" : "The fraud score generated by the risk check.",
|
||||
@@ -871,6 +876,7 @@
|
||||
}
|
||||
},
|
||||
"FraudResult" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"accountScore" : {
|
||||
"description" : "The total fraud score generated by the risk checks.",
|
||||
@@ -891,6 +897,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"FundSource" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -923,6 +930,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ModifyRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -947,6 +955,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ModifyResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -971,6 +980,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Name" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"firstName" : {
|
||||
"description" : "The first name.",
|
||||
@@ -990,6 +1000,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"PayoutRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"amount" : {
|
||||
"description" : "The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)). For [BIN or card verification](https://docs.adyen.com/payment-methods/cards/bin-data-and-card-verification) requests, set amount to 0 (zero).",
|
||||
@@ -1067,6 +1078,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"PayoutResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1165,6 +1177,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Recurring" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"contract" : {
|
||||
"description" : "The type of recurring contract to be used.\nPossible values:\n* `ONECLICK` – Payment details can be used to initiate a one-click payment, where the shopper enters the [card security code (CVC/CVV)](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid).\n* `RECURRING` – Payment details can be used without the card security code to initiate [card-not-present transactions](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-not-present-cnp).\n* `ONECLICK,RECURRING` – Payment details can be used regardless of whether the shopper is on your site or not.\n* `PAYOUT` – Payment details can be used to [make a payout](https://docs.adyen.com/online-payments/online-payouts).",
|
||||
@@ -1194,6 +1207,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalData3DSecure" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cardHolderInfo" : {
|
||||
"description" : "Information provided by the issuer to the cardholder. If this field is present, you need to display this information to the cardholder. ",
|
||||
@@ -1219,6 +1233,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataBillingAddress" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"billingAddress.city" : {
|
||||
"description" : "The billing address city passed in the payment request.",
|
||||
@@ -1248,6 +1263,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataCard" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cardBin" : {
|
||||
"description" : "The first six digits of the card number.\n\nThis is the [Bank Identification Number (BIN)](https://docs.adyen.com/get-started-with-adyen/payment-glossary#bank-identification-number-bin) for card numbers with a six-digit BIN.\n\nExample: 521234",
|
||||
@@ -1285,6 +1301,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataCommon" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"acquirerAccountCode" : {
|
||||
"description" : "The name of the Adyen acquirer account.\n\nExample: PayPalSandbox_TestAcquirer\n\n> Only relevant for PayPal transactions.",
|
||||
@@ -1528,6 +1545,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataDomesticError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"domesticRefusalReasonRaw" : {
|
||||
"description" : "The reason the transaction was declined, given by the local issuer. \nCurrently available for merchants in Japan.",
|
||||
@@ -1541,6 +1559,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataInstallments" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"installmentPaymentData.installmentType" : {
|
||||
"description" : "Type of installment. The value of `installmentType` should be **IssuerFinanced**.",
|
||||
@@ -1594,6 +1613,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataNetworkTokens" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"networkToken.available" : {
|
||||
"description" : "Indicates whether a network token is available for the specified card.",
|
||||
@@ -1611,6 +1631,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataOpi" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"opi.transToken" : {
|
||||
"description" : "Returned in the response if you included `opi.includeTransToken: true` in an ecommerce payment request. This contains an Oracle Payment Interface token that you can store in your Oracle Opera database to identify tokenized ecommerce transactions. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).",
|
||||
@@ -1620,6 +1641,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataSepa" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"sepadirectdebit.dateOfSignature" : {
|
||||
"description" : "The transaction signature date.\n\nFormat: yyyy-MM-dd",
|
||||
@@ -1637,6 +1659,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ServiceError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"errorCode" : {
|
||||
"description" : "The error code mapped to the error message.",
|
||||
@@ -1663,6 +1686,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailAndSubmitRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1769,6 +1793,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailAndSubmitResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1797,6 +1822,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1888,6 +1914,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1917,6 +1944,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"SubmitRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -2006,6 +2034,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"SubmitResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
|
||||
@@ -685,6 +685,7 @@
|
||||
"components" : {
|
||||
"schemas" : {
|
||||
"Address" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"city" : {
|
||||
"description" : "The name of the city. Maximum length: 3000 characters.",
|
||||
@@ -724,6 +725,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Amount" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"currency" : {
|
||||
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
|
||||
@@ -744,6 +746,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"BankAccount" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"bankAccountNumber" : {
|
||||
"description" : "The bank account number (without separators).",
|
||||
@@ -787,6 +790,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Card" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cvc" : {
|
||||
"description" : "The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid) (1-20 characters). Depending on the card brand, it is known also as:\n* CVV2/CVC2 – length: 3 digits\n* CID – length: 4 digits\n> If you are using [Client-Side Encryption](https://docs.adyen.com/classic-integration/cse-integration-ecommerce), the CVC code is present in the encrypted data. You must never post the card details to the server.\n> This field must be always present in a [one-click payment request](https://docs.adyen.com/classic-integration/recurring-payments).\n> When this value is returned in a response, it is always empty because it is not stored.",
|
||||
@@ -840,6 +844,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"FraudCheckResult" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"accountScore" : {
|
||||
"description" : "The fraud score generated by the risk check.",
|
||||
@@ -871,6 +876,7 @@
|
||||
}
|
||||
},
|
||||
"FraudResult" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"accountScore" : {
|
||||
"description" : "The total fraud score generated by the risk checks.",
|
||||
@@ -891,6 +897,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"FundSource" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -923,6 +930,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ModifyRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -947,6 +955,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ModifyResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -971,6 +980,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Name" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"firstName" : {
|
||||
"description" : "The first name.",
|
||||
@@ -990,6 +1000,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"PayoutRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"amount" : {
|
||||
"description" : "The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)). For [BIN or card verification](https://docs.adyen.com/payment-methods/cards/bin-data-and-card-verification) requests, set amount to 0 (zero).",
|
||||
@@ -1067,6 +1078,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"PayoutResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1165,6 +1177,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Recurring" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"contract" : {
|
||||
"description" : "The type of recurring contract to be used.\nPossible values:\n* `ONECLICK` – Payment details can be used to initiate a one-click payment, where the shopper enters the [card security code (CVC/CVV)](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid).\n* `RECURRING` – Payment details can be used without the card security code to initiate [card-not-present transactions](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-not-present-cnp).\n* `ONECLICK,RECURRING` – Payment details can be used regardless of whether the shopper is on your site or not.\n* `PAYOUT` – Payment details can be used to [make a payout](https://docs.adyen.com/online-payments/online-payouts).",
|
||||
@@ -1205,6 +1218,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalData3DSecure" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cardHolderInfo" : {
|
||||
"description" : "Information provided by the issuer to the cardholder. If this field is present, you need to display this information to the cardholder. ",
|
||||
@@ -1230,6 +1244,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataBillingAddress" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"billingAddress.city" : {
|
||||
"description" : "The billing address city passed in the payment request.",
|
||||
@@ -1259,6 +1274,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataCard" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cardBin" : {
|
||||
"description" : "The first six digits of the card number.\n\nThis is the [Bank Identification Number (BIN)](https://docs.adyen.com/get-started-with-adyen/payment-glossary#bank-identification-number-bin) for card numbers with a six-digit BIN.\n\nExample: 521234",
|
||||
@@ -1296,6 +1312,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataCommon" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"acquirerAccountCode" : {
|
||||
"description" : "The name of the Adyen acquirer account.\n\nExample: PayPalSandbox_TestAcquirer\n\n> Only relevant for PayPal transactions.",
|
||||
@@ -1559,6 +1576,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataDomesticError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"domesticRefusalReasonRaw" : {
|
||||
"description" : "The reason the transaction was declined, given by the local issuer. \nCurrently available for merchants in Japan.",
|
||||
@@ -1572,6 +1590,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataInstallments" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"installmentPaymentData.installmentType" : {
|
||||
"description" : "Type of installment. The value of `installmentType` should be **IssuerFinanced**.",
|
||||
@@ -1625,6 +1644,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataNetworkTokens" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"networkToken.available" : {
|
||||
"description" : "Indicates whether a network token is available for the specified card.",
|
||||
@@ -1642,6 +1662,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataOpi" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"opi.transToken" : {
|
||||
"description" : "Returned in the response if you included `opi.includeTransToken: true` in an ecommerce payment request. This contains an Oracle Payment Interface token that you can store in your Oracle Opera database to identify tokenized ecommerce transactions. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).",
|
||||
@@ -1651,6 +1672,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataSepa" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"sepadirectdebit.dateOfSignature" : {
|
||||
"description" : "The transaction signature date.\n\nFormat: yyyy-MM-dd",
|
||||
@@ -1668,6 +1690,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ServiceError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"errorCode" : {
|
||||
"description" : "The error code mapped to the error message.",
|
||||
@@ -1694,6 +1717,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailAndSubmitRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1800,6 +1824,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailAndSubmitResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1828,6 +1853,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1919,6 +1945,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1948,6 +1975,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"SubmitRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -2037,6 +2065,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"SubmitResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
|
||||
@@ -685,6 +685,7 @@
|
||||
"components" : {
|
||||
"schemas" : {
|
||||
"Address" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"city" : {
|
||||
"description" : "The name of the city. Maximum length: 3000 characters.",
|
||||
@@ -724,6 +725,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Amount" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"currency" : {
|
||||
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
|
||||
@@ -744,6 +746,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"BankAccount" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"bankAccountNumber" : {
|
||||
"description" : "The bank account number (without separators).",
|
||||
@@ -787,6 +790,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Card" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cvc" : {
|
||||
"description" : "The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid) (1-20 characters). Depending on the card brand, it is known also as:\n* CVV2/CVC2 – length: 3 digits\n* CID – length: 4 digits\n> If you are using [Client-Side Encryption](https://docs.adyen.com/classic-integration/cse-integration-ecommerce), the CVC code is present in the encrypted data. You must never post the card details to the server.\n> This field must be always present in a [one-click payment request](https://docs.adyen.com/classic-integration/recurring-payments).\n> When this value is returned in a response, it is always empty because it is not stored.",
|
||||
@@ -840,6 +844,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"FraudCheckResult" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"accountScore" : {
|
||||
"description" : "The fraud score generated by the risk check.",
|
||||
@@ -871,6 +876,7 @@
|
||||
}
|
||||
},
|
||||
"FraudResult" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"accountScore" : {
|
||||
"description" : "The total fraud score generated by the risk checks.",
|
||||
@@ -891,6 +897,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"FundSource" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -923,6 +930,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ModifyRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -947,6 +955,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ModifyResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -971,6 +980,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Name" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"firstName" : {
|
||||
"description" : "The first name.",
|
||||
@@ -990,6 +1000,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"PayoutRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"amount" : {
|
||||
"description" : "The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)). For [BIN or card verification](https://docs.adyen.com/payment-methods/cards/bin-data-and-card-verification) requests, set amount to 0 (zero).",
|
||||
@@ -1067,6 +1078,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"PayoutResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1165,6 +1177,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Recurring" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"contract" : {
|
||||
"description" : "The type of recurring contract to be used.\nPossible values:\n* `ONECLICK` – Payment details can be used to initiate a one-click payment, where the shopper enters the [card security code (CVC/CVV)](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid).\n* `RECURRING` – Payment details can be used without the card security code to initiate [card-not-present transactions](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-not-present-cnp).\n* `ONECLICK,RECURRING` – Payment details can be used regardless of whether the shopper is on your site or not.\n* `PAYOUT` – Payment details can be used to [make a payout](https://docs.adyen.com/online-payments/online-payouts).",
|
||||
@@ -1205,6 +1218,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalData3DSecure" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cardHolderInfo" : {
|
||||
"description" : "Information provided by the issuer to the cardholder. If this field is present, you need to display this information to the cardholder. ",
|
||||
@@ -1230,6 +1244,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataBillingAddress" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"billingAddress.city" : {
|
||||
"description" : "The billing address city passed in the payment request.",
|
||||
@@ -1259,6 +1274,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataCard" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cardBin" : {
|
||||
"description" : "The first six digits of the card number.\n\nThis is the [Bank Identification Number (BIN)](https://docs.adyen.com/get-started-with-adyen/payment-glossary#bank-identification-number-bin) for card numbers with a six-digit BIN.\n\nExample: 521234",
|
||||
@@ -1296,6 +1312,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataCommon" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"acquirerAccountCode" : {
|
||||
"description" : "The name of the Adyen acquirer account.\n\nExample: PayPalSandbox_TestAcquirer\n\n> Only relevant for PayPal transactions.",
|
||||
@@ -1559,6 +1576,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataDomesticError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"domesticRefusalReasonRaw" : {
|
||||
"description" : "The reason the transaction was declined, given by the local issuer. \nCurrently available for merchants in Japan.",
|
||||
@@ -1572,6 +1590,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataInstallments" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"installmentPaymentData.installmentType" : {
|
||||
"description" : "Type of installment. The value of `installmentType` should be **IssuerFinanced**.",
|
||||
@@ -1625,6 +1644,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataNetworkTokens" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"networkToken.available" : {
|
||||
"description" : "Indicates whether a network token is available for the specified card.",
|
||||
@@ -1642,6 +1662,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataOpi" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"opi.transToken" : {
|
||||
"description" : "Returned in the response if you included `opi.includeTransToken: true` in an ecommerce payment request. This contains an Oracle Payment Interface token that you can store in your Oracle Opera database to identify tokenized ecommerce transactions. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).",
|
||||
@@ -1651,6 +1672,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataSepa" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"sepadirectdebit.dateOfSignature" : {
|
||||
"description" : "The transaction signature date.\n\nFormat: yyyy-MM-dd",
|
||||
@@ -1668,6 +1690,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ServiceError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"x-addedInVersion" : "46",
|
||||
@@ -1702,6 +1725,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailAndSubmitRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1808,6 +1832,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailAndSubmitResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1836,6 +1861,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1927,6 +1953,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1956,6 +1983,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"SubmitRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -2045,6 +2073,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"SubmitResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
|
||||
@@ -685,6 +685,7 @@
|
||||
"components" : {
|
||||
"schemas" : {
|
||||
"Address" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"city" : {
|
||||
"description" : "The name of the city. Maximum length: 3000 characters.",
|
||||
@@ -724,6 +725,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Amount" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"currency" : {
|
||||
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
|
||||
@@ -744,6 +746,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"BankAccount" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"bankAccountNumber" : {
|
||||
"description" : "The bank account number (without separators).",
|
||||
@@ -787,6 +790,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Card" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cvc" : {
|
||||
"description" : "The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid) (1-20 characters). Depending on the card brand, it is known also as:\n* CVV2/CVC2 – length: 3 digits\n* CID – length: 4 digits\n> If you are using [Client-Side Encryption](https://docs.adyen.com/classic-integration/cse-integration-ecommerce), the CVC code is present in the encrypted data. You must never post the card details to the server.\n> This field must be always present in a [one-click payment request](https://docs.adyen.com/classic-integration/recurring-payments).\n> When this value is returned in a response, it is always empty because it is not stored.",
|
||||
@@ -840,6 +844,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"FraudCheckResult" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"accountScore" : {
|
||||
"description" : "The fraud score generated by the risk check.",
|
||||
@@ -871,6 +876,7 @@
|
||||
}
|
||||
},
|
||||
"FraudResult" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"accountScore" : {
|
||||
"description" : "The total fraud score generated by the risk checks.",
|
||||
@@ -891,6 +897,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"FundSource" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -923,6 +930,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ModifyRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -947,6 +955,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ModifyResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -971,6 +980,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Name" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"firstName" : {
|
||||
"description" : "The first name.",
|
||||
@@ -990,6 +1000,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"PayoutRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"amount" : {
|
||||
"description" : "The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)). For [BIN or card verification](https://docs.adyen.com/payment-methods/cards/bin-data-and-card-verification) requests, set amount to 0 (zero).",
|
||||
@@ -1067,6 +1078,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"PayoutResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1165,6 +1177,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Recurring" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"contract" : {
|
||||
"description" : "The type of recurring contract to be used.\nPossible values:\n* `ONECLICK` – Payment details can be used to initiate a one-click payment, where the shopper enters the [card security code (CVC/CVV)](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid).\n* `RECURRING` – Payment details can be used without the card security code to initiate [card-not-present transactions](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-not-present-cnp).\n* `ONECLICK,RECURRING` – Payment details can be used regardless of whether the shopper is on your site or not.\n* `PAYOUT` – Payment details can be used to [make a payout](https://docs.adyen.com/online-payments/online-payouts).",
|
||||
@@ -1205,6 +1218,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalData3DSecure" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cardHolderInfo" : {
|
||||
"description" : "Information provided by the issuer to the cardholder. If this field is present, you need to display this information to the cardholder. ",
|
||||
@@ -1230,6 +1244,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataBillingAddress" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"billingAddress.city" : {
|
||||
"description" : "The billing address city passed in the payment request.",
|
||||
@@ -1259,6 +1274,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataCard" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cardBin" : {
|
||||
"description" : "The first six digits of the card number.\n\nThis is the [Bank Identification Number (BIN)](https://docs.adyen.com/get-started-with-adyen/payment-glossary#bank-identification-number-bin) for card numbers with a six-digit BIN.\n\nExample: 521234",
|
||||
@@ -1296,6 +1312,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataCommon" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"acquirerAccountCode" : {
|
||||
"description" : "The name of the Adyen acquirer account.\n\nExample: PayPalSandbox_TestAcquirer\n\n> Only relevant for PayPal transactions.",
|
||||
@@ -1559,6 +1576,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataDomesticError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"domesticRefusalReasonRaw" : {
|
||||
"description" : "The reason the transaction was declined, given by the local issuer. \nCurrently available for merchants in Japan.",
|
||||
@@ -1572,6 +1590,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataInstallments" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"installmentPaymentData.installmentType" : {
|
||||
"description" : "Type of installment. The value of `installmentType` should be **IssuerFinanced**.",
|
||||
@@ -1625,6 +1644,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataNetworkTokens" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"networkToken.available" : {
|
||||
"description" : "Indicates whether a network token is available for the specified card.",
|
||||
@@ -1642,6 +1662,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataOpi" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"opi.transToken" : {
|
||||
"description" : "Returned in the response if you included `opi.includeTransToken: true` in an ecommerce payment request. This contains an Oracle Payment Interface token that you can store in your Oracle Opera database to identify tokenized ecommerce transactions. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).",
|
||||
@@ -1651,6 +1672,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataSepa" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"sepadirectdebit.dateOfSignature" : {
|
||||
"description" : "The transaction signature date.\n\nFormat: yyyy-MM-dd",
|
||||
@@ -1668,6 +1690,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ServiceError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"x-addedInVersion" : "46",
|
||||
@@ -1702,6 +1725,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailAndSubmitRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1808,6 +1832,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailAndSubmitResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1836,6 +1861,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1927,6 +1953,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1956,6 +1983,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"SubmitRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -2045,6 +2073,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"SubmitResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
|
||||
@@ -685,6 +685,7 @@
|
||||
"components" : {
|
||||
"schemas" : {
|
||||
"Address" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"city" : {
|
||||
"description" : "The name of the city. Maximum length: 3000 characters.",
|
||||
@@ -724,6 +725,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Amount" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"currency" : {
|
||||
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
|
||||
@@ -744,6 +746,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"BankAccount" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"bankAccountNumber" : {
|
||||
"description" : "The bank account number (without separators).",
|
||||
@@ -787,6 +790,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Card" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cvc" : {
|
||||
"description" : "The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid) (1-20 characters). Depending on the card brand, it is known also as:\n* CVV2/CVC2 – length: 3 digits\n* CID – length: 4 digits\n> If you are using [Client-Side Encryption](https://docs.adyen.com/classic-integration/cse-integration-ecommerce), the CVC code is present in the encrypted data. You must never post the card details to the server.\n> This field must be always present in a [one-click payment request](https://docs.adyen.com/classic-integration/recurring-payments).\n> When this value is returned in a response, it is always empty because it is not stored.",
|
||||
@@ -840,6 +844,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"FraudCheckResult" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"accountScore" : {
|
||||
"description" : "The fraud score generated by the risk check.",
|
||||
@@ -871,6 +876,7 @@
|
||||
}
|
||||
},
|
||||
"FraudResult" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"accountScore" : {
|
||||
"description" : "The total fraud score generated by the risk checks.",
|
||||
@@ -891,6 +897,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"FundSource" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -923,6 +930,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ModifyRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -947,6 +955,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ModifyResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -971,6 +980,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Name" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"firstName" : {
|
||||
"description" : "The first name.",
|
||||
@@ -990,6 +1000,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"PayoutRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"amount" : {
|
||||
"description" : "The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)). For [BIN or card verification](https://docs.adyen.com/payment-methods/cards/bin-data-and-card-verification) requests, set amount to 0 (zero).",
|
||||
@@ -1067,6 +1078,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"PayoutResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1165,6 +1177,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Recurring" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"contract" : {
|
||||
"description" : "The type of recurring contract to be used.\nPossible values:\n* `ONECLICK` – Payment details can be used to initiate a one-click payment, where the shopper enters the [card security code (CVC/CVV)](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid).\n* `RECURRING` – Payment details can be used without the card security code to initiate [card-not-present transactions](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-not-present-cnp).\n* `ONECLICK,RECURRING` – Payment details can be used regardless of whether the shopper is on your site or not.\n* `PAYOUT` – Payment details can be used to [make a payout](https://docs.adyen.com/online-payments/online-payouts).",
|
||||
@@ -1205,6 +1218,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalData3DSecure" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cardHolderInfo" : {
|
||||
"description" : "Information provided by the issuer to the cardholder. If this field is present, you need to display this information to the cardholder. ",
|
||||
@@ -1230,6 +1244,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataBillingAddress" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"billingAddress.city" : {
|
||||
"description" : "The billing address city passed in the payment request.",
|
||||
@@ -1259,6 +1274,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataCard" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cardBin" : {
|
||||
"description" : "The first six digits of the card number.\n\nThis is the [Bank Identification Number (BIN)](https://docs.adyen.com/get-started-with-adyen/payment-glossary#bank-identification-number-bin) for card numbers with a six-digit BIN.\n\nExample: 521234",
|
||||
@@ -1296,6 +1312,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataCommon" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"acquirerAccountCode" : {
|
||||
"description" : "The name of the Adyen acquirer account.\n\nExample: PayPalSandbox_TestAcquirer\n\n> Only relevant for PayPal transactions.",
|
||||
@@ -1559,6 +1576,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataDomesticError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"domesticRefusalReasonRaw" : {
|
||||
"description" : "The reason the transaction was declined, given by the local issuer. \nCurrently available for merchants in Japan.",
|
||||
@@ -1572,6 +1590,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataInstallments" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"installmentPaymentData.installmentType" : {
|
||||
"description" : "Type of installment. The value of `installmentType` should be **IssuerFinanced**.",
|
||||
@@ -1625,6 +1644,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataNetworkTokens" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"networkToken.available" : {
|
||||
"description" : "Indicates whether a network token is available for the specified card.",
|
||||
@@ -1642,6 +1662,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataOpi" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"opi.transToken" : {
|
||||
"description" : "Returned in the response if you included `opi.includeTransToken: true` in an ecommerce payment request. This contains an Oracle Payment Interface token that you can store in your Oracle Opera database to identify tokenized ecommerce transactions. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).",
|
||||
@@ -1651,6 +1672,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataSepa" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"sepadirectdebit.dateOfSignature" : {
|
||||
"description" : "The transaction signature date.\n\nFormat: yyyy-MM-dd",
|
||||
@@ -1668,6 +1690,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ServiceError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"x-addedInVersion" : "46",
|
||||
@@ -1702,6 +1725,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailAndSubmitRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1813,6 +1837,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailAndSubmitResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1841,6 +1866,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1937,6 +1963,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1966,6 +1993,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"SubmitRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -2055,6 +2083,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"SubmitResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
|
||||
@@ -685,6 +685,7 @@
|
||||
"components" : {
|
||||
"schemas" : {
|
||||
"Address" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"city" : {
|
||||
"description" : "The name of the city. Maximum length: 3000 characters.",
|
||||
@@ -724,6 +725,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Amount" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"currency" : {
|
||||
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
|
||||
@@ -744,6 +746,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"BankAccount" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"bankAccountNumber" : {
|
||||
"description" : "The bank account number (without separators).",
|
||||
@@ -787,6 +790,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Card" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cvc" : {
|
||||
"description" : "The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid) (1-20 characters). Depending on the card brand, it is known also as:\n* CVV2/CVC2 – length: 3 digits\n* CID – length: 4 digits\n> If you are using [Client-Side Encryption](https://docs.adyen.com/classic-integration/cse-integration-ecommerce), the CVC code is present in the encrypted data. You must never post the card details to the server.\n> This field must be always present in a [one-click payment request](https://docs.adyen.com/classic-integration/recurring-payments).\n> When this value is returned in a response, it is always empty because it is not stored.",
|
||||
@@ -840,6 +844,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"FraudCheckResult" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"accountScore" : {
|
||||
"description" : "The fraud score generated by the risk check.",
|
||||
@@ -871,6 +876,7 @@
|
||||
}
|
||||
},
|
||||
"FraudResult" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"accountScore" : {
|
||||
"description" : "The total fraud score generated by the risk checks.",
|
||||
@@ -891,6 +897,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"FundSource" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -923,6 +930,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ModifyRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -947,6 +955,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ModifyResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -971,6 +980,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Name" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"firstName" : {
|
||||
"description" : "The first name.",
|
||||
@@ -990,6 +1000,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"PayoutRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"amount" : {
|
||||
"description" : "The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)). For [BIN or card verification](https://docs.adyen.com/payment-methods/cards/bin-data-and-card-verification) requests, set amount to 0 (zero).",
|
||||
@@ -1067,6 +1078,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"PayoutResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1165,6 +1177,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Recurring" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"contract" : {
|
||||
"description" : "The type of recurring contract to be used.\nPossible values:\n* `ONECLICK` – Payment details can be used to initiate a one-click payment, where the shopper enters the [card security code (CVC/CVV)](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid).\n* `RECURRING` – Payment details can be used without the card security code to initiate [card-not-present transactions](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-not-present-cnp).\n* `ONECLICK,RECURRING` – Payment details can be used regardless of whether the shopper is on your site or not.\n* `PAYOUT` – Payment details can be used to [make a payout](https://docs.adyen.com/online-payments/online-payouts).",
|
||||
@@ -1205,6 +1218,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalData3DSecure" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cardHolderInfo" : {
|
||||
"description" : "Information provided by the issuer to the cardholder. If this field is present, you need to display this information to the cardholder. ",
|
||||
@@ -1230,6 +1244,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataBillingAddress" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"billingAddress.city" : {
|
||||
"description" : "The billing address city passed in the payment request.",
|
||||
@@ -1259,6 +1274,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataCard" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cardBin" : {
|
||||
"description" : "The first six digits of the card number.\n\nThis is the [Bank Identification Number (BIN)](https://docs.adyen.com/get-started-with-adyen/payment-glossary#bank-identification-number-bin) for card numbers with a six-digit BIN.\n\nExample: 521234",
|
||||
@@ -1296,6 +1312,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataCommon" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"acquirerAccountCode" : {
|
||||
"description" : "The name of the Adyen acquirer account.\n\nExample: PayPalSandbox_TestAcquirer\n\n> Only relevant for PayPal transactions.",
|
||||
@@ -1559,6 +1576,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataDomesticError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"domesticRefusalReasonRaw" : {
|
||||
"description" : "The reason the transaction was declined, given by the local issuer. \nCurrently available for merchants in Japan.",
|
||||
@@ -1572,6 +1590,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataInstallments" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"installmentPaymentData.installmentType" : {
|
||||
"description" : "Type of installment. The value of `installmentType` should be **IssuerFinanced**.",
|
||||
@@ -1625,6 +1644,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataNetworkTokens" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"networkToken.available" : {
|
||||
"description" : "Indicates whether a network token is available for the specified card.",
|
||||
@@ -1642,6 +1662,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataOpi" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"opi.transToken" : {
|
||||
"description" : "Returned in the response if you included `opi.includeTransToken: true` in an ecommerce payment request. This contains an Oracle Payment Interface token that you can store in your Oracle Opera database to identify tokenized ecommerce transactions. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).",
|
||||
@@ -1651,6 +1672,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataSepa" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"sepadirectdebit.dateOfSignature" : {
|
||||
"description" : "The transaction signature date.\n\nFormat: yyyy-MM-dd",
|
||||
@@ -1668,6 +1690,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ServiceError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"x-addedInVersion" : "46",
|
||||
@@ -1702,6 +1725,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailAndSubmitRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1813,6 +1837,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailAndSubmitResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1841,6 +1866,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1937,6 +1963,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1966,6 +1993,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"SubmitRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -2055,6 +2083,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"SubmitResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
|
||||
@@ -685,6 +685,7 @@
|
||||
"components" : {
|
||||
"schemas" : {
|
||||
"Address" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"city" : {
|
||||
"description" : "The name of the city. Maximum length: 3000 characters.",
|
||||
@@ -724,6 +725,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Amount" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"currency" : {
|
||||
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
|
||||
@@ -744,6 +746,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"BankAccount" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"bankAccountNumber" : {
|
||||
"description" : "The bank account number (without separators).",
|
||||
@@ -787,6 +790,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Card" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cvc" : {
|
||||
"description" : "The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid) (1-20 characters). Depending on the card brand, it is known also as:\n* CVV2/CVC2 – length: 3 digits\n* CID – length: 4 digits\n> If you are using [Client-Side Encryption](https://docs.adyen.com/classic-integration/cse-integration-ecommerce), the CVC code is present in the encrypted data. You must never post the card details to the server.\n> This field must be always present in a [one-click payment request](https://docs.adyen.com/classic-integration/recurring-payments).\n> When this value is returned in a response, it is always empty because it is not stored.",
|
||||
@@ -840,6 +844,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"FraudCheckResult" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"accountScore" : {
|
||||
"description" : "The fraud score generated by the risk check.",
|
||||
@@ -871,6 +876,7 @@
|
||||
}
|
||||
},
|
||||
"FraudResult" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"accountScore" : {
|
||||
"description" : "The total fraud score generated by the risk checks.",
|
||||
@@ -891,6 +897,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"FundSource" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -923,6 +930,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ModifyRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -947,6 +955,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ModifyResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -971,6 +980,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Name" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"firstName" : {
|
||||
"description" : "The first name.",
|
||||
@@ -990,6 +1000,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"PayoutRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"amount" : {
|
||||
"description" : "The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)). For [BIN or card verification](https://docs.adyen.com/payment-methods/cards/bin-data-and-card-verification) requests, set amount to 0 (zero).",
|
||||
@@ -1067,6 +1078,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"PayoutResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1165,6 +1177,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Recurring" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"contract" : {
|
||||
"description" : "The type of recurring contract to be used.\nPossible values:\n* `ONECLICK` – Payment details can be used to initiate a one-click payment, where the shopper enters the [card security code (CVC/CVV)](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid).\n* `RECURRING` – Payment details can be used without the card security code to initiate [card-not-present transactions](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-not-present-cnp).\n* `ONECLICK,RECURRING` – Payment details can be used regardless of whether the shopper is on your site or not.\n* `PAYOUT` – Payment details can be used to [make a payout](https://docs.adyen.com/online-payments/online-payouts).",
|
||||
@@ -1205,6 +1218,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalData3DSecure" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cardHolderInfo" : {
|
||||
"description" : "Information provided by the issuer to the cardholder. If this field is present, you need to display this information to the cardholder. ",
|
||||
@@ -1230,6 +1244,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataBillingAddress" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"billingAddress.city" : {
|
||||
"description" : "The billing address city passed in the payment request.",
|
||||
@@ -1259,6 +1274,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataCard" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cardBin" : {
|
||||
"description" : "The first six digits of the card number.\n\nThis is the [Bank Identification Number (BIN)](https://docs.adyen.com/get-started-with-adyen/payment-glossary#bank-identification-number-bin) for card numbers with a six-digit BIN.\n\nExample: 521234",
|
||||
@@ -1296,6 +1312,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataCommon" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"acquirerAccountCode" : {
|
||||
"description" : "The name of the Adyen acquirer account.\n\nExample: PayPalSandbox_TestAcquirer\n\n> Only relevant for PayPal transactions.",
|
||||
@@ -1551,6 +1568,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataDomesticError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"domesticRefusalReasonRaw" : {
|
||||
"description" : "The reason the transaction was declined, given by the local issuer. \nCurrently available for merchants in Japan.",
|
||||
@@ -1564,6 +1582,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataInstallments" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"installmentPaymentData.installmentType" : {
|
||||
"description" : "Type of installment. The value of `installmentType` should be **IssuerFinanced**.",
|
||||
@@ -1617,6 +1636,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataNetworkTokens" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"networkToken.available" : {
|
||||
"description" : "Indicates whether a network token is available for the specified card.",
|
||||
@@ -1634,6 +1654,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataOpi" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"opi.transToken" : {
|
||||
"description" : "Returned in the response if you included `opi.includeTransToken: true` in an ecommerce payment request. This contains an Oracle Payment Interface token that you can store in your Oracle Opera database to identify tokenized ecommerce transactions. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).",
|
||||
@@ -1643,6 +1664,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataSepa" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"sepadirectdebit.dateOfSignature" : {
|
||||
"description" : "The transaction signature date.\n\nFormat: yyyy-MM-dd",
|
||||
@@ -1660,6 +1682,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ServiceError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"x-addedInVersion" : "46",
|
||||
@@ -1694,6 +1717,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailAndSubmitRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1805,6 +1829,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailAndSubmitResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1833,6 +1858,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1929,6 +1955,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1958,6 +1985,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"SubmitRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -2047,6 +2075,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"SubmitResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
|
||||
@@ -685,6 +685,7 @@
|
||||
"components" : {
|
||||
"schemas" : {
|
||||
"Address" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"city" : {
|
||||
"description" : "The name of the city. Maximum length: 3000 characters.",
|
||||
@@ -724,6 +725,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Amount" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"currency" : {
|
||||
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
|
||||
@@ -744,6 +746,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"BankAccount" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"bankAccountNumber" : {
|
||||
"description" : "The bank account number (without separators).",
|
||||
@@ -787,6 +790,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Card" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cvc" : {
|
||||
"description" : "The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid) (1-20 characters). Depending on the card brand, it is known also as:\n* CVV2/CVC2 – length: 3 digits\n* CID – length: 4 digits\n> If you are using [Client-Side Encryption](https://docs.adyen.com/classic-integration/cse-integration-ecommerce), the CVC code is present in the encrypted data. You must never post the card details to the server.\n> This field must be always present in a [one-click payment request](https://docs.adyen.com/classic-integration/recurring-payments).\n> When this value is returned in a response, it is always empty because it is not stored.",
|
||||
@@ -840,6 +844,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"FraudCheckResult" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"accountScore" : {
|
||||
"description" : "The fraud score generated by the risk check.",
|
||||
@@ -871,6 +876,7 @@
|
||||
}
|
||||
},
|
||||
"FraudResult" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"accountScore" : {
|
||||
"description" : "The total fraud score generated by the risk checks.",
|
||||
@@ -891,6 +897,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"FundSource" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -923,6 +930,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ModifyRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -947,6 +955,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ModifyResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -971,6 +980,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Name" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"firstName" : {
|
||||
"description" : "The first name.",
|
||||
@@ -990,6 +1000,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"PayoutRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"amount" : {
|
||||
"description" : "The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)). For [BIN or card verification](https://docs.adyen.com/payment-methods/cards/bin-data-and-card-verification) requests, set amount to 0 (zero).",
|
||||
@@ -1067,6 +1078,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"PayoutResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1165,6 +1177,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"Recurring" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"contract" : {
|
||||
"description" : "The type of recurring contract to be used.\nPossible values:\n* `ONECLICK` – Payment details can be used to initiate a one-click payment, where the shopper enters the [card security code (CVC/CVV)](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid).\n* `RECURRING` – Payment details can be used without the card security code to initiate [card-not-present transactions](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-not-present-cnp).\n* `ONECLICK,RECURRING` – Payment details can be used regardless of whether the shopper is on your site or not.\n* `PAYOUT` – Payment details can be used to [make a payout](https://docs.adyen.com/online-payments/online-payouts).",
|
||||
@@ -1205,6 +1218,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalData3DSecure" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cardHolderInfo" : {
|
||||
"description" : "Information provided by the issuer to the cardholder. If this field is present, you need to display this information to the cardholder. ",
|
||||
@@ -1230,6 +1244,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataBillingAddress" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"billingAddress.city" : {
|
||||
"description" : "The billing address city passed in the payment request.",
|
||||
@@ -1259,6 +1274,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataCard" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"cardBin" : {
|
||||
"description" : "The first six digits of the card number.\n\nThis is the [Bank Identification Number (BIN)](https://docs.adyen.com/get-started-with-adyen/payment-glossary#bank-identification-number-bin) for card numbers with a six-digit BIN.\n\nExample: 521234",
|
||||
@@ -1296,6 +1312,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataCommon" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"acquirerAccountCode" : {
|
||||
"description" : "The name of the Adyen acquirer account.\n\nExample: PayPalSandbox_TestAcquirer\n\n> Only relevant for PayPal transactions.",
|
||||
@@ -1551,6 +1568,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataDomesticError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"domesticRefusalReasonRaw" : {
|
||||
"description" : "The reason the transaction was declined, given by the local issuer. \nCurrently available for merchants in Japan.",
|
||||
@@ -1564,6 +1582,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataInstallments" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"installmentPaymentData.installmentType" : {
|
||||
"description" : "Type of installment. The value of `installmentType` should be **IssuerFinanced**.",
|
||||
@@ -1617,6 +1636,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataNetworkTokens" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"networkToken.available" : {
|
||||
"description" : "Indicates whether a network token is available for the specified card.",
|
||||
@@ -1634,6 +1654,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataOpi" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"opi.transToken" : {
|
||||
"description" : "Returned in the response if you included `opi.includeTransToken: true` in an ecommerce payment request. This contains an Oracle Payment Interface token that you can store in your Oracle Opera database to identify tokenized ecommerce transactions. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).",
|
||||
@@ -1643,6 +1664,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ResponseAdditionalDataSepa" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"sepadirectdebit.dateOfSignature" : {
|
||||
"description" : "The transaction signature date.\n\nFormat: yyyy-MM-dd",
|
||||
@@ -1660,6 +1682,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"ServiceError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"x-addedInVersion" : "46",
|
||||
@@ -1694,6 +1717,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailAndSubmitRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1805,6 +1829,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailAndSubmitResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1833,6 +1858,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1929,6 +1955,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"StoreDetailResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -1958,6 +1985,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"SubmitRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
@@ -2047,6 +2075,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"SubmitResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"additionalData" : {
|
||||
"additionalProperties" : {
|
||||
|
||||
@@ -442,6 +442,7 @@ paths:
|
||||
components:
|
||||
schemas:
|
||||
Address:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
city:
|
||||
description: 'The name of the city. Maximum length: 3000 characters.'
|
||||
@@ -483,6 +484,7 @@ components:
|
||||
- country
|
||||
type: object
|
||||
Amount:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
currency:
|
||||
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
|
||||
@@ -498,6 +500,7 @@ components:
|
||||
- currency
|
||||
type: object
|
||||
BankAccount:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
bankAccountNumber:
|
||||
description: The bank account number (without separators).
|
||||
@@ -547,6 +550,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
Card:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cvc:
|
||||
description: "The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid)\
|
||||
@@ -611,6 +615,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
FraudCheckResult:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
accountScore:
|
||||
description: The fraud score generated by the risk check.
|
||||
@@ -633,6 +638,7 @@ components:
|
||||
FraudCheckResult:
|
||||
$ref: '#/components/schemas/FraudCheckResult'
|
||||
FraudResult:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
accountScore:
|
||||
description: The total fraud score generated by the risk checks.
|
||||
@@ -647,6 +653,7 @@ components:
|
||||
- accountScore
|
||||
type: object
|
||||
FundSource:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -675,6 +682,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ModifyRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -694,6 +702,7 @@ components:
|
||||
- originalReference
|
||||
type: object
|
||||
ModifyResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -718,6 +727,7 @@ components:
|
||||
- response
|
||||
type: object
|
||||
Name:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
firstName:
|
||||
description: The first name.
|
||||
@@ -732,6 +742,7 @@ components:
|
||||
- lastName
|
||||
type: object
|
||||
PayoutRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
amount:
|
||||
description: The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)).
|
||||
@@ -843,6 +854,7 @@ components:
|
||||
- amount
|
||||
type: object
|
||||
PayoutResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -969,6 +981,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
Recurring:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
contract:
|
||||
description: "The type of recurring contract to be used.\nPossible values:\n\
|
||||
@@ -998,6 +1011,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalData3DSecure:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cardHolderInfo:
|
||||
description: 'Information provided by the issuer to the cardholder. If this
|
||||
@@ -1020,6 +1034,7 @@ components:
|
||||
type: boolean
|
||||
type: object
|
||||
ResponseAdditionalDataBillingAddress:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
billingAddress.city:
|
||||
description: The billing address city passed in the payment request.
|
||||
@@ -1052,6 +1067,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataCard:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cardBin:
|
||||
description: 'The first six digits of the card number.
|
||||
@@ -1107,6 +1123,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataCommon:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
acquirerAccountCode:
|
||||
description: 'The name of the Adyen acquirer account.
|
||||
@@ -1536,6 +1553,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataDomesticError:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
domesticRefusalReasonRaw:
|
||||
description: "The reason the transaction was declined, given by the local\
|
||||
@@ -1547,6 +1565,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataInstallments:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
installmentPaymentData.installmentType:
|
||||
description: Type of installment. The value of `installmentType` should
|
||||
@@ -1599,6 +1618,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataNetworkTokens:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
networkToken.available:
|
||||
description: Indicates whether a network token is available for the specified
|
||||
@@ -1613,6 +1633,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataOpi:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
opi.transToken:
|
||||
description: 'Returned in the response if you included `opi.includeTransToken:
|
||||
@@ -1623,6 +1644,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataSepa:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
sepadirectdebit.dateOfSignature:
|
||||
description: 'The transaction signature date.
|
||||
@@ -1652,6 +1674,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ServiceError:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
errorCode:
|
||||
description: The error code mapped to the error message.
|
||||
@@ -1671,6 +1694,7 @@ components:
|
||||
type: integer
|
||||
type: object
|
||||
StoreDetailAndSubmitRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1790,6 +1814,7 @@ components:
|
||||
- amount
|
||||
type: object
|
||||
StoreDetailAndSubmitResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1816,6 +1841,7 @@ components:
|
||||
- resultCode
|
||||
type: object
|
||||
StoreDetailRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1918,6 +1944,7 @@ components:
|
||||
- entityType
|
||||
type: object
|
||||
StoreDetailResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1941,6 +1968,7 @@ components:
|
||||
- resultCode
|
||||
type: object
|
||||
SubmitRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -2055,6 +2083,7 @@ components:
|
||||
- selectedRecurringDetailReference
|
||||
type: object
|
||||
SubmitResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
|
||||
@@ -442,6 +442,7 @@ paths:
|
||||
components:
|
||||
schemas:
|
||||
Address:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
city:
|
||||
description: 'The name of the city. Maximum length: 3000 characters.'
|
||||
@@ -483,6 +484,7 @@ components:
|
||||
- country
|
||||
type: object
|
||||
Amount:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
currency:
|
||||
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
|
||||
@@ -498,6 +500,7 @@ components:
|
||||
- currency
|
||||
type: object
|
||||
BankAccount:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
bankAccountNumber:
|
||||
description: The bank account number (without separators).
|
||||
@@ -547,6 +550,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
Card:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cvc:
|
||||
description: "The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid)\
|
||||
@@ -611,6 +615,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
FraudCheckResult:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
accountScore:
|
||||
description: The fraud score generated by the risk check.
|
||||
@@ -633,6 +638,7 @@ components:
|
||||
FraudCheckResult:
|
||||
$ref: '#/components/schemas/FraudCheckResult'
|
||||
FraudResult:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
accountScore:
|
||||
description: The total fraud score generated by the risk checks.
|
||||
@@ -647,6 +653,7 @@ components:
|
||||
- accountScore
|
||||
type: object
|
||||
FundSource:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -675,6 +682,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ModifyRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -694,6 +702,7 @@ components:
|
||||
- originalReference
|
||||
type: object
|
||||
ModifyResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -718,6 +727,7 @@ components:
|
||||
- response
|
||||
type: object
|
||||
Name:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
firstName:
|
||||
description: The first name.
|
||||
@@ -732,6 +742,7 @@ components:
|
||||
- lastName
|
||||
type: object
|
||||
PayoutRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
amount:
|
||||
description: The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)).
|
||||
@@ -843,6 +854,7 @@ components:
|
||||
- amount
|
||||
type: object
|
||||
PayoutResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -969,6 +981,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
Recurring:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
contract:
|
||||
description: "The type of recurring contract to be used.\nPossible values:\n\
|
||||
@@ -1009,6 +1022,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalData3DSecure:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cardHolderInfo:
|
||||
description: 'Information provided by the issuer to the cardholder. If this
|
||||
@@ -1031,6 +1045,7 @@ components:
|
||||
type: boolean
|
||||
type: object
|
||||
ResponseAdditionalDataBillingAddress:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
billingAddress.city:
|
||||
description: The billing address city passed in the payment request.
|
||||
@@ -1063,6 +1078,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataCard:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cardBin:
|
||||
description: 'The first six digits of the card number.
|
||||
@@ -1118,6 +1134,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataCommon:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
acquirerAccountCode:
|
||||
description: 'The name of the Adyen acquirer account.
|
||||
@@ -1563,6 +1580,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataDomesticError:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
domesticRefusalReasonRaw:
|
||||
description: "The reason the transaction was declined, given by the local\
|
||||
@@ -1574,6 +1592,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataInstallments:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
installmentPaymentData.installmentType:
|
||||
description: Type of installment. The value of `installmentType` should
|
||||
@@ -1626,6 +1645,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataNetworkTokens:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
networkToken.available:
|
||||
description: Indicates whether a network token is available for the specified
|
||||
@@ -1640,6 +1660,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataOpi:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
opi.transToken:
|
||||
description: 'Returned in the response if you included `opi.includeTransToken:
|
||||
@@ -1650,6 +1671,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataSepa:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
sepadirectdebit.dateOfSignature:
|
||||
description: 'The transaction signature date.
|
||||
@@ -1679,6 +1701,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ServiceError:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
errorCode:
|
||||
description: The error code mapped to the error message.
|
||||
@@ -1698,6 +1721,7 @@ components:
|
||||
type: integer
|
||||
type: object
|
||||
StoreDetailAndSubmitRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1817,6 +1841,7 @@ components:
|
||||
- amount
|
||||
type: object
|
||||
StoreDetailAndSubmitResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1843,6 +1868,7 @@ components:
|
||||
- resultCode
|
||||
type: object
|
||||
StoreDetailRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1945,6 +1971,7 @@ components:
|
||||
- entityType
|
||||
type: object
|
||||
StoreDetailResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1968,6 +1995,7 @@ components:
|
||||
- resultCode
|
||||
type: object
|
||||
SubmitRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -2082,6 +2110,7 @@ components:
|
||||
- selectedRecurringDetailReference
|
||||
type: object
|
||||
SubmitResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
|
||||
@@ -442,6 +442,7 @@ paths:
|
||||
components:
|
||||
schemas:
|
||||
Address:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
city:
|
||||
description: 'The name of the city. Maximum length: 3000 characters.'
|
||||
@@ -483,6 +484,7 @@ components:
|
||||
- country
|
||||
type: object
|
||||
Amount:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
currency:
|
||||
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
|
||||
@@ -498,6 +500,7 @@ components:
|
||||
- currency
|
||||
type: object
|
||||
BankAccount:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
bankAccountNumber:
|
||||
description: The bank account number (without separators).
|
||||
@@ -547,6 +550,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
Card:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cvc:
|
||||
description: "The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid)\
|
||||
@@ -611,6 +615,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
FraudCheckResult:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
accountScore:
|
||||
description: The fraud score generated by the risk check.
|
||||
@@ -633,6 +638,7 @@ components:
|
||||
FraudCheckResult:
|
||||
$ref: '#/components/schemas/FraudCheckResult'
|
||||
FraudResult:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
accountScore:
|
||||
description: The total fraud score generated by the risk checks.
|
||||
@@ -647,6 +653,7 @@ components:
|
||||
- accountScore
|
||||
type: object
|
||||
FundSource:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -675,6 +682,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ModifyRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -694,6 +702,7 @@ components:
|
||||
- originalReference
|
||||
type: object
|
||||
ModifyResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -718,6 +727,7 @@ components:
|
||||
- response
|
||||
type: object
|
||||
Name:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
firstName:
|
||||
description: The first name.
|
||||
@@ -732,6 +742,7 @@ components:
|
||||
- lastName
|
||||
type: object
|
||||
PayoutRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
amount:
|
||||
description: The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)).
|
||||
@@ -843,6 +854,7 @@ components:
|
||||
- amount
|
||||
type: object
|
||||
PayoutResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -969,6 +981,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
Recurring:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
contract:
|
||||
description: "The type of recurring contract to be used.\nPossible values:\n\
|
||||
@@ -1009,6 +1022,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalData3DSecure:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cardHolderInfo:
|
||||
description: 'Information provided by the issuer to the cardholder. If this
|
||||
@@ -1031,6 +1045,7 @@ components:
|
||||
type: boolean
|
||||
type: object
|
||||
ResponseAdditionalDataBillingAddress:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
billingAddress.city:
|
||||
description: The billing address city passed in the payment request.
|
||||
@@ -1063,6 +1078,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataCard:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cardBin:
|
||||
description: 'The first six digits of the card number.
|
||||
@@ -1118,6 +1134,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataCommon:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
acquirerAccountCode:
|
||||
description: 'The name of the Adyen acquirer account.
|
||||
@@ -1563,6 +1580,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataDomesticError:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
domesticRefusalReasonRaw:
|
||||
description: "The reason the transaction was declined, given by the local\
|
||||
@@ -1574,6 +1592,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataInstallments:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
installmentPaymentData.installmentType:
|
||||
description: Type of installment. The value of `installmentType` should
|
||||
@@ -1626,6 +1645,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataNetworkTokens:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
networkToken.available:
|
||||
description: Indicates whether a network token is available for the specified
|
||||
@@ -1640,6 +1660,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataOpi:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
opi.transToken:
|
||||
description: 'Returned in the response if you included `opi.includeTransToken:
|
||||
@@ -1650,6 +1671,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataSepa:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
sepadirectdebit.dateOfSignature:
|
||||
description: 'The transaction signature date.
|
||||
@@ -1679,6 +1701,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ServiceError:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
x-addedInVersion: '46'
|
||||
@@ -1706,6 +1729,7 @@ components:
|
||||
type: integer
|
||||
type: object
|
||||
StoreDetailAndSubmitRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1825,6 +1849,7 @@ components:
|
||||
- amount
|
||||
type: object
|
||||
StoreDetailAndSubmitResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1851,6 +1876,7 @@ components:
|
||||
- resultCode
|
||||
type: object
|
||||
StoreDetailRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1953,6 +1979,7 @@ components:
|
||||
- entityType
|
||||
type: object
|
||||
StoreDetailResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1976,6 +2003,7 @@ components:
|
||||
- resultCode
|
||||
type: object
|
||||
SubmitRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -2090,6 +2118,7 @@ components:
|
||||
- selectedRecurringDetailReference
|
||||
type: object
|
||||
SubmitResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
|
||||
@@ -442,6 +442,7 @@ paths:
|
||||
components:
|
||||
schemas:
|
||||
Address:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
city:
|
||||
description: 'The name of the city. Maximum length: 3000 characters.'
|
||||
@@ -483,6 +484,7 @@ components:
|
||||
- country
|
||||
type: object
|
||||
Amount:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
currency:
|
||||
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
|
||||
@@ -498,6 +500,7 @@ components:
|
||||
- currency
|
||||
type: object
|
||||
BankAccount:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
bankAccountNumber:
|
||||
description: The bank account number (without separators).
|
||||
@@ -547,6 +550,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
Card:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cvc:
|
||||
description: "The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid)\
|
||||
@@ -611,6 +615,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
FraudCheckResult:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
accountScore:
|
||||
description: The fraud score generated by the risk check.
|
||||
@@ -633,6 +638,7 @@ components:
|
||||
FraudCheckResult:
|
||||
$ref: '#/components/schemas/FraudCheckResult'
|
||||
FraudResult:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
accountScore:
|
||||
description: The total fraud score generated by the risk checks.
|
||||
@@ -647,6 +653,7 @@ components:
|
||||
- accountScore
|
||||
type: object
|
||||
FundSource:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -675,6 +682,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ModifyRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -694,6 +702,7 @@ components:
|
||||
- originalReference
|
||||
type: object
|
||||
ModifyResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -718,6 +727,7 @@ components:
|
||||
- response
|
||||
type: object
|
||||
Name:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
firstName:
|
||||
description: The first name.
|
||||
@@ -732,6 +742,7 @@ components:
|
||||
- lastName
|
||||
type: object
|
||||
PayoutRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
amount:
|
||||
description: The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)).
|
||||
@@ -843,6 +854,7 @@ components:
|
||||
- amount
|
||||
type: object
|
||||
PayoutResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -969,6 +981,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
Recurring:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
contract:
|
||||
description: "The type of recurring contract to be used.\nPossible values:\n\
|
||||
@@ -1009,6 +1022,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalData3DSecure:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cardHolderInfo:
|
||||
description: 'Information provided by the issuer to the cardholder. If this
|
||||
@@ -1031,6 +1045,7 @@ components:
|
||||
type: boolean
|
||||
type: object
|
||||
ResponseAdditionalDataBillingAddress:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
billingAddress.city:
|
||||
description: The billing address city passed in the payment request.
|
||||
@@ -1063,6 +1078,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataCard:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cardBin:
|
||||
description: 'The first six digits of the card number.
|
||||
@@ -1118,6 +1134,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataCommon:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
acquirerAccountCode:
|
||||
description: 'The name of the Adyen acquirer account.
|
||||
@@ -1563,6 +1580,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataDomesticError:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
domesticRefusalReasonRaw:
|
||||
description: "The reason the transaction was declined, given by the local\
|
||||
@@ -1574,6 +1592,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataInstallments:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
installmentPaymentData.installmentType:
|
||||
description: Type of installment. The value of `installmentType` should
|
||||
@@ -1626,6 +1645,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataNetworkTokens:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
networkToken.available:
|
||||
description: Indicates whether a network token is available for the specified
|
||||
@@ -1640,6 +1660,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataOpi:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
opi.transToken:
|
||||
description: 'Returned in the response if you included `opi.includeTransToken:
|
||||
@@ -1650,6 +1671,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataSepa:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
sepadirectdebit.dateOfSignature:
|
||||
description: 'The transaction signature date.
|
||||
@@ -1679,6 +1701,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ServiceError:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
x-addedInVersion: '46'
|
||||
@@ -1706,6 +1729,7 @@ components:
|
||||
type: integer
|
||||
type: object
|
||||
StoreDetailAndSubmitRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1825,6 +1849,7 @@ components:
|
||||
- amount
|
||||
type: object
|
||||
StoreDetailAndSubmitResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1851,6 +1876,7 @@ components:
|
||||
- resultCode
|
||||
type: object
|
||||
StoreDetailRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1953,6 +1979,7 @@ components:
|
||||
- entityType
|
||||
type: object
|
||||
StoreDetailResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1976,6 +2003,7 @@ components:
|
||||
- resultCode
|
||||
type: object
|
||||
SubmitRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -2090,6 +2118,7 @@ components:
|
||||
- selectedRecurringDetailReference
|
||||
type: object
|
||||
SubmitResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
|
||||
@@ -442,6 +442,7 @@ paths:
|
||||
components:
|
||||
schemas:
|
||||
Address:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
city:
|
||||
description: 'The name of the city. Maximum length: 3000 characters.'
|
||||
@@ -483,6 +484,7 @@ components:
|
||||
- country
|
||||
type: object
|
||||
Amount:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
currency:
|
||||
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
|
||||
@@ -498,6 +500,7 @@ components:
|
||||
- currency
|
||||
type: object
|
||||
BankAccount:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
bankAccountNumber:
|
||||
description: The bank account number (without separators).
|
||||
@@ -547,6 +550,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
Card:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cvc:
|
||||
description: "The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid)\
|
||||
@@ -611,6 +615,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
FraudCheckResult:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
accountScore:
|
||||
description: The fraud score generated by the risk check.
|
||||
@@ -633,6 +638,7 @@ components:
|
||||
FraudCheckResult:
|
||||
$ref: '#/components/schemas/FraudCheckResult'
|
||||
FraudResult:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
accountScore:
|
||||
description: The total fraud score generated by the risk checks.
|
||||
@@ -647,6 +653,7 @@ components:
|
||||
- accountScore
|
||||
type: object
|
||||
FundSource:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -675,6 +682,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ModifyRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -694,6 +702,7 @@ components:
|
||||
- originalReference
|
||||
type: object
|
||||
ModifyResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -718,6 +727,7 @@ components:
|
||||
- response
|
||||
type: object
|
||||
Name:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
firstName:
|
||||
description: The first name.
|
||||
@@ -732,6 +742,7 @@ components:
|
||||
- lastName
|
||||
type: object
|
||||
PayoutRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
amount:
|
||||
description: The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)).
|
||||
@@ -843,6 +854,7 @@ components:
|
||||
- amount
|
||||
type: object
|
||||
PayoutResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -969,6 +981,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
Recurring:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
contract:
|
||||
description: "The type of recurring contract to be used.\nPossible values:\n\
|
||||
@@ -1009,6 +1022,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalData3DSecure:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cardHolderInfo:
|
||||
description: 'Information provided by the issuer to the cardholder. If this
|
||||
@@ -1031,6 +1045,7 @@ components:
|
||||
type: boolean
|
||||
type: object
|
||||
ResponseAdditionalDataBillingAddress:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
billingAddress.city:
|
||||
description: The billing address city passed in the payment request.
|
||||
@@ -1063,6 +1078,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataCard:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cardBin:
|
||||
description: 'The first six digits of the card number.
|
||||
@@ -1118,6 +1134,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataCommon:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
acquirerAccountCode:
|
||||
description: 'The name of the Adyen acquirer account.
|
||||
@@ -1563,6 +1580,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataDomesticError:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
domesticRefusalReasonRaw:
|
||||
description: "The reason the transaction was declined, given by the local\
|
||||
@@ -1574,6 +1592,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataInstallments:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
installmentPaymentData.installmentType:
|
||||
description: Type of installment. The value of `installmentType` should
|
||||
@@ -1626,6 +1645,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataNetworkTokens:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
networkToken.available:
|
||||
description: Indicates whether a network token is available for the specified
|
||||
@@ -1640,6 +1660,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataOpi:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
opi.transToken:
|
||||
description: 'Returned in the response if you included `opi.includeTransToken:
|
||||
@@ -1650,6 +1671,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataSepa:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
sepadirectdebit.dateOfSignature:
|
||||
description: 'The transaction signature date.
|
||||
@@ -1679,6 +1701,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ServiceError:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
x-addedInVersion: '46'
|
||||
@@ -1706,6 +1729,7 @@ components:
|
||||
type: integer
|
||||
type: object
|
||||
StoreDetailAndSubmitRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1829,6 +1853,7 @@ components:
|
||||
- amount
|
||||
type: object
|
||||
StoreDetailAndSubmitResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1855,6 +1880,7 @@ components:
|
||||
- resultCode
|
||||
type: object
|
||||
StoreDetailRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1961,6 +1987,7 @@ components:
|
||||
- entityType
|
||||
type: object
|
||||
StoreDetailResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1984,6 +2011,7 @@ components:
|
||||
- resultCode
|
||||
type: object
|
||||
SubmitRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -2098,6 +2126,7 @@ components:
|
||||
- selectedRecurringDetailReference
|
||||
type: object
|
||||
SubmitResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
|
||||
@@ -442,6 +442,7 @@ paths:
|
||||
components:
|
||||
schemas:
|
||||
Address:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
city:
|
||||
description: 'The name of the city. Maximum length: 3000 characters.'
|
||||
@@ -483,6 +484,7 @@ components:
|
||||
- country
|
||||
type: object
|
||||
Amount:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
currency:
|
||||
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
|
||||
@@ -498,6 +500,7 @@ components:
|
||||
- currency
|
||||
type: object
|
||||
BankAccount:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
bankAccountNumber:
|
||||
description: The bank account number (without separators).
|
||||
@@ -547,6 +550,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
Card:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cvc:
|
||||
description: "The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid)\
|
||||
@@ -611,6 +615,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
FraudCheckResult:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
accountScore:
|
||||
description: The fraud score generated by the risk check.
|
||||
@@ -633,6 +638,7 @@ components:
|
||||
FraudCheckResult:
|
||||
$ref: '#/components/schemas/FraudCheckResult'
|
||||
FraudResult:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
accountScore:
|
||||
description: The total fraud score generated by the risk checks.
|
||||
@@ -647,6 +653,7 @@ components:
|
||||
- accountScore
|
||||
type: object
|
||||
FundSource:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -675,6 +682,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ModifyRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -694,6 +702,7 @@ components:
|
||||
- originalReference
|
||||
type: object
|
||||
ModifyResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -718,6 +727,7 @@ components:
|
||||
- response
|
||||
type: object
|
||||
Name:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
firstName:
|
||||
description: The first name.
|
||||
@@ -732,6 +742,7 @@ components:
|
||||
- lastName
|
||||
type: object
|
||||
PayoutRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
amount:
|
||||
description: The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)).
|
||||
@@ -843,6 +854,7 @@ components:
|
||||
- amount
|
||||
type: object
|
||||
PayoutResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -969,6 +981,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
Recurring:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
contract:
|
||||
description: "The type of recurring contract to be used.\nPossible values:\n\
|
||||
@@ -1009,6 +1022,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalData3DSecure:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cardHolderInfo:
|
||||
description: 'Information provided by the issuer to the cardholder. If this
|
||||
@@ -1031,6 +1045,7 @@ components:
|
||||
type: boolean
|
||||
type: object
|
||||
ResponseAdditionalDataBillingAddress:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
billingAddress.city:
|
||||
description: The billing address city passed in the payment request.
|
||||
@@ -1063,6 +1078,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataCard:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cardBin:
|
||||
description: 'The first six digits of the card number.
|
||||
@@ -1118,6 +1134,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataCommon:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
acquirerAccountCode:
|
||||
description: 'The name of the Adyen acquirer account.
|
||||
@@ -1563,6 +1580,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataDomesticError:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
domesticRefusalReasonRaw:
|
||||
description: "The reason the transaction was declined, given by the local\
|
||||
@@ -1574,6 +1592,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataInstallments:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
installmentPaymentData.installmentType:
|
||||
description: Type of installment. The value of `installmentType` should
|
||||
@@ -1626,6 +1645,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataNetworkTokens:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
networkToken.available:
|
||||
description: Indicates whether a network token is available for the specified
|
||||
@@ -1640,6 +1660,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataOpi:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
opi.transToken:
|
||||
description: 'Returned in the response if you included `opi.includeTransToken:
|
||||
@@ -1650,6 +1671,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataSepa:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
sepadirectdebit.dateOfSignature:
|
||||
description: 'The transaction signature date.
|
||||
@@ -1679,6 +1701,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ServiceError:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
x-addedInVersion: '46'
|
||||
@@ -1706,6 +1729,7 @@ components:
|
||||
type: integer
|
||||
type: object
|
||||
StoreDetailAndSubmitRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1829,6 +1853,7 @@ components:
|
||||
- amount
|
||||
type: object
|
||||
StoreDetailAndSubmitResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1855,6 +1880,7 @@ components:
|
||||
- resultCode
|
||||
type: object
|
||||
StoreDetailRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1961,6 +1987,7 @@ components:
|
||||
- entityType
|
||||
type: object
|
||||
StoreDetailResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1984,6 +2011,7 @@ components:
|
||||
- resultCode
|
||||
type: object
|
||||
SubmitRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -2098,6 +2126,7 @@ components:
|
||||
- selectedRecurringDetailReference
|
||||
type: object
|
||||
SubmitResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
|
||||
@@ -442,6 +442,7 @@ paths:
|
||||
components:
|
||||
schemas:
|
||||
Address:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
city:
|
||||
description: 'The name of the city. Maximum length: 3000 characters.'
|
||||
@@ -483,6 +484,7 @@ components:
|
||||
- country
|
||||
type: object
|
||||
Amount:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
currency:
|
||||
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
|
||||
@@ -498,6 +500,7 @@ components:
|
||||
- currency
|
||||
type: object
|
||||
BankAccount:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
bankAccountNumber:
|
||||
description: The bank account number (without separators).
|
||||
@@ -547,6 +550,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
Card:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cvc:
|
||||
description: "The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid)\
|
||||
@@ -611,6 +615,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
FraudCheckResult:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
accountScore:
|
||||
description: The fraud score generated by the risk check.
|
||||
@@ -633,6 +638,7 @@ components:
|
||||
FraudCheckResult:
|
||||
$ref: '#/components/schemas/FraudCheckResult'
|
||||
FraudResult:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
accountScore:
|
||||
description: The total fraud score generated by the risk checks.
|
||||
@@ -647,6 +653,7 @@ components:
|
||||
- accountScore
|
||||
type: object
|
||||
FundSource:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -675,6 +682,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ModifyRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -694,6 +702,7 @@ components:
|
||||
- originalReference
|
||||
type: object
|
||||
ModifyResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -718,6 +727,7 @@ components:
|
||||
- response
|
||||
type: object
|
||||
Name:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
firstName:
|
||||
description: The first name.
|
||||
@@ -732,6 +742,7 @@ components:
|
||||
- lastName
|
||||
type: object
|
||||
PayoutRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
amount:
|
||||
description: The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)).
|
||||
@@ -843,6 +854,7 @@ components:
|
||||
- amount
|
||||
type: object
|
||||
PayoutResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -969,6 +981,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
Recurring:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
contract:
|
||||
description: "The type of recurring contract to be used.\nPossible values:\n\
|
||||
@@ -1009,6 +1022,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalData3DSecure:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cardHolderInfo:
|
||||
description: 'Information provided by the issuer to the cardholder. If this
|
||||
@@ -1031,6 +1045,7 @@ components:
|
||||
type: boolean
|
||||
type: object
|
||||
ResponseAdditionalDataBillingAddress:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
billingAddress.city:
|
||||
description: The billing address city passed in the payment request.
|
||||
@@ -1063,6 +1078,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataCard:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cardBin:
|
||||
description: 'The first six digits of the card number.
|
||||
@@ -1118,6 +1134,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataCommon:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
acquirerAccountCode:
|
||||
description: 'The name of the Adyen acquirer account.
|
||||
@@ -1556,6 +1573,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataDomesticError:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
domesticRefusalReasonRaw:
|
||||
description: "The reason the transaction was declined, given by the local\
|
||||
@@ -1567,6 +1585,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataInstallments:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
installmentPaymentData.installmentType:
|
||||
description: Type of installment. The value of `installmentType` should
|
||||
@@ -1619,6 +1638,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataNetworkTokens:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
networkToken.available:
|
||||
description: Indicates whether a network token is available for the specified
|
||||
@@ -1633,6 +1653,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataOpi:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
opi.transToken:
|
||||
description: 'Returned in the response if you included `opi.includeTransToken:
|
||||
@@ -1643,6 +1664,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataSepa:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
sepadirectdebit.dateOfSignature:
|
||||
description: 'The transaction signature date.
|
||||
@@ -1672,6 +1694,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ServiceError:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
x-addedInVersion: '46'
|
||||
@@ -1699,6 +1722,7 @@ components:
|
||||
type: integer
|
||||
type: object
|
||||
StoreDetailAndSubmitRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1822,6 +1846,7 @@ components:
|
||||
- amount
|
||||
type: object
|
||||
StoreDetailAndSubmitResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1848,6 +1873,7 @@ components:
|
||||
- resultCode
|
||||
type: object
|
||||
StoreDetailRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1954,6 +1980,7 @@ components:
|
||||
- entityType
|
||||
type: object
|
||||
StoreDetailResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1977,6 +2004,7 @@ components:
|
||||
- resultCode
|
||||
type: object
|
||||
SubmitRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -2091,6 +2119,7 @@ components:
|
||||
- selectedRecurringDetailReference
|
||||
type: object
|
||||
SubmitResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
|
||||
@@ -442,6 +442,7 @@ paths:
|
||||
components:
|
||||
schemas:
|
||||
Address:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
city:
|
||||
description: 'The name of the city. Maximum length: 3000 characters.'
|
||||
@@ -483,6 +484,7 @@ components:
|
||||
- country
|
||||
type: object
|
||||
Amount:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
currency:
|
||||
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
|
||||
@@ -498,6 +500,7 @@ components:
|
||||
- currency
|
||||
type: object
|
||||
BankAccount:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
bankAccountNumber:
|
||||
description: The bank account number (without separators).
|
||||
@@ -547,6 +550,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
Card:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cvc:
|
||||
description: "The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid)\
|
||||
@@ -611,6 +615,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
FraudCheckResult:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
accountScore:
|
||||
description: The fraud score generated by the risk check.
|
||||
@@ -633,6 +638,7 @@ components:
|
||||
FraudCheckResult:
|
||||
$ref: '#/components/schemas/FraudCheckResult'
|
||||
FraudResult:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
accountScore:
|
||||
description: The total fraud score generated by the risk checks.
|
||||
@@ -647,6 +653,7 @@ components:
|
||||
- accountScore
|
||||
type: object
|
||||
FundSource:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -675,6 +682,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ModifyRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -694,6 +702,7 @@ components:
|
||||
- originalReference
|
||||
type: object
|
||||
ModifyResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -718,6 +727,7 @@ components:
|
||||
- response
|
||||
type: object
|
||||
Name:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
firstName:
|
||||
description: The first name.
|
||||
@@ -732,6 +742,7 @@ components:
|
||||
- lastName
|
||||
type: object
|
||||
PayoutRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
amount:
|
||||
description: The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)).
|
||||
@@ -843,6 +854,7 @@ components:
|
||||
- amount
|
||||
type: object
|
||||
PayoutResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -969,6 +981,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
Recurring:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
contract:
|
||||
description: "The type of recurring contract to be used.\nPossible values:\n\
|
||||
@@ -1009,6 +1022,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalData3DSecure:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cardHolderInfo:
|
||||
description: 'Information provided by the issuer to the cardholder. If this
|
||||
@@ -1031,6 +1045,7 @@ components:
|
||||
type: boolean
|
||||
type: object
|
||||
ResponseAdditionalDataBillingAddress:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
billingAddress.city:
|
||||
description: The billing address city passed in the payment request.
|
||||
@@ -1063,6 +1078,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataCard:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
cardBin:
|
||||
description: 'The first six digits of the card number.
|
||||
@@ -1118,6 +1134,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataCommon:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
acquirerAccountCode:
|
||||
description: 'The name of the Adyen acquirer account.
|
||||
@@ -1556,6 +1573,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataDomesticError:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
domesticRefusalReasonRaw:
|
||||
description: "The reason the transaction was declined, given by the local\
|
||||
@@ -1567,6 +1585,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataInstallments:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
installmentPaymentData.installmentType:
|
||||
description: Type of installment. The value of `installmentType` should
|
||||
@@ -1619,6 +1638,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataNetworkTokens:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
networkToken.available:
|
||||
description: Indicates whether a network token is available for the specified
|
||||
@@ -1633,6 +1653,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataOpi:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
opi.transToken:
|
||||
description: 'Returned in the response if you included `opi.includeTransToken:
|
||||
@@ -1643,6 +1664,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ResponseAdditionalDataSepa:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
sepadirectdebit.dateOfSignature:
|
||||
description: 'The transaction signature date.
|
||||
@@ -1672,6 +1694,7 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
ServiceError:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
x-addedInVersion: '46'
|
||||
@@ -1699,6 +1722,7 @@ components:
|
||||
type: integer
|
||||
type: object
|
||||
StoreDetailAndSubmitRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1822,6 +1846,7 @@ components:
|
||||
- amount
|
||||
type: object
|
||||
StoreDetailAndSubmitResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1848,6 +1873,7 @@ components:
|
||||
- resultCode
|
||||
type: object
|
||||
StoreDetailRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1954,6 +1980,7 @@ components:
|
||||
- entityType
|
||||
type: object
|
||||
StoreDetailResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -1977,6 +2004,7 @@ components:
|
||||
- resultCode
|
||||
type: object
|
||||
SubmitRequest:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
@@ -2091,6 +2119,7 @@ components:
|
||||
- selectedRecurringDetailReference
|
||||
type: object
|
||||
SubmitResponse:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
additionalData:
|
||||
additionalProperties:
|
||||
|
||||
Reference in New Issue
Block a user