Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Sep 12, 2023
1 parent 97e5a8c commit 8b57d57
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 10 deletions.
6 changes: 4 additions & 2 deletions json/LegalEntityService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5489,7 +5489,8 @@
"bankAccount" : {
"countryCode" : "NL",
"currencyCode" : "EUR",
"iban" : "NL62ABNA0000000123"
"iban" : "NL62ABNA0000000123",
"trustedSource" : false
},
"legalEntityId" : "YOUR_LEGAL_ENTITY",
"type" : "bankAccount",
Expand Down Expand Up @@ -5520,7 +5521,8 @@
"accountType" : "checking",
"branchCode" : "121202211",
"countryCode" : "US",
"currencyCode" : "USD"
"currencyCode" : "USD",
"trustedSource" : false
},
"legalEntityId" : "YOUR_LEGAL_ENTITY",
"type" : "bankAccount",
Expand Down
6 changes: 4 additions & 2 deletions json/LegalEntityService-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6012,7 +6012,8 @@
"bankAccount" : {
"countryCode" : "NL",
"currencyCode" : "EUR",
"iban" : "NL62ABNA0000000123"
"iban" : "NL62ABNA0000000123",
"trustedSource" : false
},
"legalEntityId" : "YOUR_LEGAL_ENTITY",
"type" : "bankAccount",
Expand Down Expand Up @@ -6043,7 +6044,8 @@
"accountType" : "checking",
"branchCode" : "121202211",
"countryCode" : "US",
"currencyCode" : "USD"
"currencyCode" : "USD",
"trustedSource" : false
},
"legalEntityId" : "YOUR_LEGAL_ENTITY",
"type" : "bankAccount",
Expand Down
8 changes: 5 additions & 3 deletions json/LegalEntityService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4647,7 +4647,7 @@
"additionalProperties" : false,
"properties" : {
"accountNumber" : {
"description" : "The 15- to 16-digit bank account number, where first (2 digits) is bank number, where second (4 digits) is branch number, where next (7 digits) is the account number and last (2 or 3 digits) is the suffix.",
"description" : "The 15-16 digit bank account number. The first 2 digits are the bank number, the next 4 digits are the branch number, the next 7 digits are the account number, and the final 2-3 digits are the suffix.",
"maxLength" : 16,
"minLength" : 15,
"type" : "string"
Expand Down Expand Up @@ -7006,7 +7006,8 @@
"type" : "iban",
"iban" : "NL62ABNA0000000123"
},
"countryCode" : "NL"
"countryCode" : "NL",
"trustedSource" : false
},
"legalEntityId" : "YOUR_LEGAL_ENTITY",
"type" : "bankAccount",
Expand Down Expand Up @@ -7039,7 +7040,8 @@
"accountType" : "checking",
"routingNumber" : "121202211"
},
"countryCode" : "US"
"countryCode" : "US",
"trustedSource" : false
},
"legalEntityId" : "YOUR_LEGAL_ENTITY",
"type" : "bankAccount",
Expand Down
2 changes: 2 additions & 0 deletions yaml/LegalEntityService-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4074,6 +4074,7 @@ components:
countryCode: NL
currencyCode: EUR
iban: NL62ABNA0000000123
trustedSource: false
legalEntityId: YOUR_LEGAL_ENTITY
type: bankAccount
id: SE576BH223222F5GJVKHH6BDT
Expand All @@ -4100,6 +4101,7 @@ components:
branchCode: '121202211'
countryCode: US
currencyCode: USD
trustedSource: false
legalEntityId: YOUR_LEGAL_ENTITY
type: bankAccount
id: SE322JV223222F5GJVKHH8DTC
2 changes: 2 additions & 0 deletions yaml/LegalEntityService-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4509,6 +4509,7 @@ components:
countryCode: NL
currencyCode: EUR
iban: NL62ABNA0000000123
trustedSource: false
legalEntityId: YOUR_LEGAL_ENTITY
type: bankAccount
id: SE576BH223222F5GJVKHH6BDT
Expand All @@ -4535,6 +4536,7 @@ components:
branchCode: '121202211'
countryCode: US
currencyCode: USD
trustedSource: false
legalEntityId: YOUR_LEGAL_ENTITY
type: bankAccount
id: SE322JV223222F5GJVKHH8DTC
8 changes: 5 additions & 3 deletions yaml/LegalEntityService-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3315,9 +3315,9 @@ components:
additionalProperties: false
properties:
accountNumber:
description: The 15- to 16-digit bank account number, where first (2 digits)
is bank number, where second (4 digits) is branch number, where next (7
digits) is the account number and last (2 or 3 digits) is the suffix.
description: The 15-16 digit bank account number. The first 2 digits are
the bank number, the next 4 digits are the branch number, the next 7 digits
are the account number, and the final 2-3 digits are the suffix.
maxLength: 16
minLength: 15
type: string
Expand Down Expand Up @@ -5251,6 +5251,7 @@ components:
type: iban
iban: NL62ABNA0000000123
countryCode: NL
trustedSource: false
legalEntityId: YOUR_LEGAL_ENTITY
type: bankAccount
id: SE322KH223222F5GXZFNM3BGP
Expand All @@ -5277,6 +5278,7 @@ components:
accountType: checking
routingNumber: '121202211'
countryCode: US
trustedSource: false
legalEntityId: YOUR_LEGAL_ENTITY
type: bankAccount
id: SE322JV223222F5GJVKHH8DTC

0 comments on commit 8b57d57

Please sign in to comment.