spec release

This commit is contained in:
Adyen Automation
2025-03-10 13:55:40 +01:00
parent 7734206bd6
commit dc56e9f2c9
2 changed files with 22 additions and 17 deletions

View File

@@ -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"
},

View File

@@ -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: