spec release

This commit is contained in:
Adyen Automation
2024-03-06 10:57:41 +01:00
parent 774415b37d
commit b9ea5b2651
12 changed files with 252 additions and 0 deletions

View File

@@ -427,6 +427,7 @@
"components" : {
"schemas" : {
"Address" : {
"additionalProperties" : false,
"properties" : {
"city" : {
"description" : "The name of the city. Maximum length: 3000 characters.",
@@ -466,6 +467,7 @@
"type" : "object"
},
"Amount" : {
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
@@ -486,6 +488,7 @@
"type" : "object"
},
"BankAccount" : {
"additionalProperties" : false,
"properties" : {
"bankAccountNumber" : {
"description" : "The bank account number (without separators).",
@@ -529,6 +532,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.",
@@ -582,6 +586,7 @@
"type" : "object"
},
"DisableRequest" : {
"additionalProperties" : false,
"properties" : {
"contract" : {
"x-addedInVersion" : "3",
@@ -608,6 +613,7 @@
"type" : "object"
},
"DisableResult" : {
"additionalProperties" : false,
"properties" : {
"response" : {
"description" : "Depending on whether a specific recurring detail was in the request, result is either [detail-successfully-disabled] or [all-details-successfully-disabled].",
@@ -617,6 +623,7 @@
"type" : "object"
},
"Name" : {
"additionalProperties" : false,
"properties" : {
"firstName" : {
"description" : "The first name.",
@@ -636,6 +643,7 @@
"type" : "object"
},
"NotifyShopperRequest" : {
"additionalProperties" : false,
"properties" : {
"amount" : {
"description" : "The amount of the upcoming payment.",
@@ -683,6 +691,7 @@
"type" : "object"
},
"NotifyShopperResult" : {
"additionalProperties" : false,
"properties" : {
"displayedReference" : {
"description" : "Reference of Pre-debit notification that is displayed to the shopper",
@@ -716,6 +725,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).",
@@ -745,6 +755,7 @@
"type" : "object"
},
"RecurringDetail" : {
"additionalProperties" : false,
"properties" : {
"additionalData" : {
"x-addedInVersion" : "5",
@@ -841,6 +852,7 @@
}
},
"RecurringDetailsRequest" : {
"additionalProperties" : false,
"properties" : {
"merchantAccount" : {
"description" : "The merchant account identifier you want to process the (transaction) request with.",
@@ -862,6 +874,7 @@
"type" : "object"
},
"RecurringDetailsResult" : {
"additionalProperties" : false,
"properties" : {
"creationDate" : {
"description" : "The date when the recurring details were created.",
@@ -887,6 +900,7 @@
"type" : "object"
},
"ScheduleAccountUpdaterRequest" : {
"additionalProperties" : false,
"properties" : {
"additionalData" : {
"additionalProperties" : {
@@ -923,6 +937,7 @@
"type" : "object"
},
"ScheduleAccountUpdaterResult" : {
"additionalProperties" : false,
"properties" : {
"pspReference" : {
"description" : "Adyen's 16-character unique reference associated with the transaction. This value is globally unique; quote it when communicating with us about this request.",
@@ -940,6 +955,7 @@
"type" : "object"
},
"ServiceError" : {
"additionalProperties" : false,
"properties" : {
"errorCode" : {
"description" : "The error code mapped to the error message.",
@@ -966,6 +982,7 @@
"type" : "object"
},
"TokenDetails" : {
"additionalProperties" : false,
"properties" : {
"tokenData" : {
"additionalProperties" : {