spec release

This commit is contained in:
Adyen Automation
2025-03-05 10:57:45 +01:00
parent b205ea678a
commit aeecd4904a
2 changed files with 8 additions and 4 deletions

View File

@@ -29,6 +29,8 @@
],
"summary" : "Start a balance transfer",
"description" : "Starts a balance transfer request between merchant accounts. The following conditions must be met before you can successfully transfer balances:\n\n* The source and destination merchant accounts must be under the same company account and legal entity.\n\n* The source merchant account must have sufficient funds.\n\n* The source and destination merchant accounts must have at least one common processing currency.\n\nWhen sending multiple API requests with the same source and destination merchant accounts, send the requests sequentially and *not* in parallel. Some requests may not be processed if the requests are sent in parallel.\n",
"deprecated" : true,
"x-deprecatedInVersion" : "1",
"operationId" : "post-balanceTransfer",
"x-sortIndex" : 0,
"x-methodName" : "balanceTransfer",
@@ -82,13 +84,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}

View File

@@ -82,6 +82,8 @@ paths:
may not be processed if the requests are sent in parallel.
'
deprecated: true
x-deprecatedInVersion: '1'
operationId: post-balanceTransfer
x-sortIndex: 0
x-methodName: balanceTransfer
@@ -112,12 +114,12 @@ components:
additionalProperties: false
properties:
currency:
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
maxLength: 3
minLength: 3
type: string
value:
description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
format: int64
type: integer
required: