Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Nov 13, 2024
1 parent edc9aff commit f514d60
Show file tree
Hide file tree
Showing 6 changed files with 964 additions and 19 deletions.
3 changes: 2 additions & 1 deletion json/BalancePlatformConfigurationNotification-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,7 @@
"type" : "string"
},
"type" : {
"description" : "Type of payment instrument.\n\nPossible value: **card**, **bankAccount**. ",
"description" : "The type of payment instrument.\n\nPossible values: **card**, **bankAccount**.",
"enum" : [
"bankAccount",
"card"
Expand Down Expand Up @@ -1884,6 +1884,7 @@
"pendingApproval",
"pendingExecution",
"refusedByCounterpartyBank",
"refusedByCustomer",
"routeNotFound",
"scaFailed",
"transferInstrumentDoesNotExist",
Expand Down
3 changes: 2 additions & 1 deletion json/BalancePlatformConfigurationNotification-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@
"type" : "string"
},
"type" : {
"description" : "Type of payment instrument.\n\nPossible value: **card**, **bankAccount**. ",
"description" : "The type of payment instrument.\n\nPossible values: **card**, **bankAccount**.",
"enum" : [
"bankAccount",
"card"
Expand Down Expand Up @@ -1931,6 +1931,7 @@
"pendingApproval",
"pendingExecution",
"refusedByCounterpartyBank",
"refusedByCustomer",
"routeNotFound",
"scaFailed",
"transferInstrumentDoesNotExist",
Expand Down
Loading

0 comments on commit f514d60

Please sign in to comment.