Skip to content

Commit

Permalink
Cross-border GBP set mandatory field
Browse files Browse the repository at this point in the history
Creditor and Debtor address fields are now mandatory for the Cross Border v3 endpoint
  • Loading branch information
cleareth authored Jan 10, 2025
1 parent dbb374e commit d0ad1c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/endpoints/cross-border-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,8 @@
},
"CustomerPartyDetailsDtoV5": {
"required": [
"name"
"name",
"postalAddress"
],
"type": "object",
"properties": {
Expand Down

0 comments on commit d0ad1c1

Please sign in to comment.