Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Jan 26, 2024
1 parent 4640031 commit 79fcc77
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 55 deletions.
35 changes: 5 additions & 30 deletions json/BalancePlatformConfigurationNotification-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2248,8 +2248,8 @@
}
},
"post-balancePlatform.accountHolder.created-balancePlatform-accountHolder-created" : {
"summary" : "Account holder created",
"description" : "Example webhook when an account holder was created",
"summary" : "Account holder created with LEM API v1, v2",
"description" : "Example webhook when an account holder was created with LEM API v1, v2",
"value" : {
"data" : {
"balancePlatform" : "YOUR_BALANCE_PLATFORM",
Expand Down Expand Up @@ -2288,15 +2288,6 @@
"enabled" : true,
"requested" : true,
"allowed" : false,
"transferInstruments" : [
{
"enabled" : true,
"requested" : true,
"allowed" : false,
"id" : "SE576BH223222F5GJVKHH6BDT",
"verificationStatus" : "pending"
}
],
"verificationStatus" : "pending"
},
"sendToBalanceAccount" : {
Expand Down Expand Up @@ -2473,8 +2464,8 @@
}
},
"post-balancePlatform.accountHolder.updated-balancePlatform-accountHolder-updated" : {
"summary" : "Account holder updated",
"description" : "Example webhook when an account holder was updated",
"summary" : "Account holder updated with LEM API v1, v2",
"description" : "Example webhook when an account holder was updated with LEM API v1, v2",
"value" : {
"data" : {
"balancePlatform" : "YOUR_BALANCE_PLATFORM",
Expand All @@ -2490,7 +2481,7 @@
"problems" : [
{
"entity" : {
"id" : "SE3222Z223222Q5J4D58K3DWP",
"id" : "LE43319330319C8AYX89L2V59",
"type" : "BankAccount"
},
"verificationErrors" : [
Expand All @@ -2508,22 +2499,6 @@
]
}
],
"transferInstruments" : [
{
"enabled" : true,
"requested" : true,
"allowed" : true,
"id" : "SE576BH223222F5GJVKHH6BDT",
"verificationStatus" : "valid"
},
{
"enabled" : true,
"requested" : true,
"allowed" : false,
"id" : "SE3222Z223222Q5J4D58K3DWP",
"verificationStatus" : "invalid"
}
],
"verificationStatus" : "invalid"
}
},
Expand Down
2 changes: 1 addition & 1 deletion json/BalancePlatformService-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8608,7 +8608,7 @@
"type" : "string"
},
"issuingCountryCode" : {
"description" : "The two-character ISO-3166-1 alpha-2 country code of the counterparty. For example, **US** or **NL**.",
"description" : "The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code where the payment instrument is issued. For example, **NL** or **US**.",
"type" : "string"
},
"onlyForCrossBalancePlatform" : {
Expand Down
29 changes: 7 additions & 22 deletions yaml/BalancePlatformConfigurationNotification-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2035,8 +2035,9 @@ components:
value:
notificationResponse: '[accepted]'
post-balancePlatform.accountHolder.created-balancePlatform-accountHolder-created:
summary: Account holder created
description: Example webhook when an account holder was created
summary: Account holder created with LEM API v1, v2
description: Example webhook when an account holder was created with LEM API
v1, v2
value:
data:
balancePlatform: YOUR_BALANCE_PLATFORM
Expand Down Expand Up @@ -2070,12 +2071,6 @@ components:
enabled: true
requested: true
allowed: false
transferInstruments:
- enabled: true
requested: true
allowed: false
id: SE576BH223222F5GJVKHH6BDT
verificationStatus: pending
verificationStatus: pending
sendToBalanceAccount:
enabled: true
Expand Down Expand Up @@ -2184,8 +2179,9 @@ components:
environment: live
type: balancePlatform.accountHolder.created
post-balancePlatform.accountHolder.updated-balancePlatform-accountHolder-updated:
summary: Account holder updated
description: Example webhook when an account holder was updated
summary: Account holder updated with LEM API v1, v2
description: Example webhook when an account holder was updated with LEM API
v1, v2
value:
data:
balancePlatform: YOUR_BALANCE_PLATFORM
Expand All @@ -2200,7 +2196,7 @@ components:
allowed: false
problems:
- entity:
id: SE3222Z223222Q5J4D58K3DWP
id: LE43319330319C8AYX89L2V59
type: BankAccount
verificationErrors:
- code: '2_8037'
Expand All @@ -2209,17 +2205,6 @@ components:
- code: '1_703'
message: Upload a bank statement
type: dataMissing
transferInstruments:
- enabled: true
requested: true
allowed: true
id: SE576BH223222F5GJVKHH6BDT
verificationStatus: valid
- enabled: true
requested: true
allowed: false
id: SE3222Z223222Q5J4D58K3DWP
verificationStatus: invalid
verificationStatus: invalid
id: AH32272223222B5CZW6QZ2V34
status: Active
Expand Down
5 changes: 3 additions & 2 deletions yaml/BalancePlatformService-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6183,8 +6183,9 @@ components:
need to be included in the request for a particular route.
type: string
issuingCountryCode:
description: The two-character ISO-3166-1 alpha-2 country code of the counterparty.
For example, **US** or **NL**.
description: The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
country code where the payment instrument is issued. For example, **NL**
or **US**.
type: string
onlyForCrossBalancePlatform:
description: Specifies if the requirement only applies to transfers to another
Expand Down

0 comments on commit 79fcc77

Please sign in to comment.