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:
@@ -6086,14 +6086,9 @@
|
||||
},
|
||||
"amount" : {
|
||||
"x-addedInVersion" : "4",
|
||||
"description" : "The amount of the funds. Required if `type` is **assetSale**, **gamblingWinnings** or **inheritance**.",
|
||||
"description" : "Required if `type` is **business**, **assetSale**, **gamblingWinnings** or **inheritance**.\n\nFor `type` **business**, provide the annual turn over of the business. For `type` **assetSale**, **gamblingWinnings** or **inheritance**, provide the amount of the funds.",
|
||||
"$ref" : "#/components/schemas/Amount"
|
||||
},
|
||||
"annualTurnover" : {
|
||||
"x-addedInVersion" : "4",
|
||||
"description" : "The annual turnover of the business. Required if `type` is **business**.",
|
||||
"type" : "string"
|
||||
},
|
||||
"assetMonthsHeld" : {
|
||||
"x-addedInVersion" : "4",
|
||||
"description" : "The number of months that the asset has been in possession of the user.\n\nFor example, if the source of funds is of type **cryptocurrencyIncome** then `assetMonthsHeld` is the number of months the user has owned the cryptocurrency.",
|
||||
@@ -7803,7 +7798,10 @@
|
||||
"legalEntityId" : "LE00000000000000000000001",
|
||||
"sourceOfFunds" : {
|
||||
"type" : "business",
|
||||
"annualTurnover" : "123678",
|
||||
"amount" : {
|
||||
"currency" : "EUR",
|
||||
"value" : 600000
|
||||
},
|
||||
"adyenProcessedFunds" : false,
|
||||
"description" : "Funds from my flower shop business"
|
||||
}
|
||||
@@ -7818,7 +7816,10 @@
|
||||
"service" : "banking",
|
||||
"sourceOfFunds" : {
|
||||
"adyenProcessedFunds" : false,
|
||||
"annualTurnover" : "123678",
|
||||
"amount" : {
|
||||
"currency" : "EUR",
|
||||
"value" : 600000
|
||||
},
|
||||
"description" : "Funds from my flower shop business",
|
||||
"type" : "business"
|
||||
},
|
||||
|
||||
@@ -4640,14 +4640,14 @@ components:
|
||||
type: boolean
|
||||
amount:
|
||||
x-addedInVersion: '4'
|
||||
description: The amount of the funds. Required if `type` is **assetSale**,
|
||||
**gamblingWinnings** or **inheritance**.
|
||||
description: 'Required if `type` is **business**, **assetSale**, **gamblingWinnings**
|
||||
or **inheritance**.
|
||||
|
||||
|
||||
For `type` **business**, provide the annual turn over of the business.
|
||||
For `type` **assetSale**, **gamblingWinnings** or **inheritance**, provide
|
||||
the amount of the funds.'
|
||||
$ref: '#/components/schemas/Amount'
|
||||
annualTurnover:
|
||||
x-addedInVersion: '4'
|
||||
description: The annual turnover of the business. Required if `type` is
|
||||
**business**.
|
||||
type: string
|
||||
assetMonthsHeld:
|
||||
x-addedInVersion: '4'
|
||||
description: 'The number of months that the asset has been in possession
|
||||
@@ -6265,7 +6265,9 @@ components:
|
||||
legalEntityId: LE00000000000000000000001
|
||||
sourceOfFunds:
|
||||
type: business
|
||||
annualTurnover: '123678'
|
||||
amount:
|
||||
currency: EUR
|
||||
value: 600000
|
||||
adyenProcessedFunds: false
|
||||
description: Funds from my flower shop business
|
||||
post-businessLines-createBusinessLines-businessAccounts-200:
|
||||
@@ -6277,7 +6279,9 @@ components:
|
||||
service: banking
|
||||
sourceOfFunds:
|
||||
adyenProcessedFunds: false
|
||||
annualTurnover: '123678'
|
||||
amount:
|
||||
currency: EUR
|
||||
value: 600000
|
||||
description: Funds from my flower shop business
|
||||
type: business
|
||||
webData:
|
||||
|
||||
Reference in New Issue
Block a user