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:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user