Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

209353 debtor address clarification #42

Merged
merged 5 commits into from Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
Debtor address description requires full address
  • Loading branch information
KatKent committed Sep 16, 2022
commit e5d3b6e99a766b020a95af18f7d8b175f6d3ba1a
2 changes: 1 addition & 1 deletion data/endpoints/chaps-initiate-payment-v3.json
Expand Up @@ -245,7 +245,7 @@
"minLength": 0,
"pattern": "^[a-zA-Z0-9\\/\\-?:().,'+ ]*$",
"type": "string",
"description": "The address of the account holder."
"description": "The full postal address of the account holder. For UK addresses, this must include the unit number (if applicable), building name or number, street, town, and post code. This is needed to comply with the Funds Transfer Regulation."
}
},
"description": "Details about the account holder."
Expand Down
3 changes: 2 additions & 1 deletion data/endpoints/fps-initiate-payment-v3.json
Expand Up @@ -82,6 +82,7 @@
}
}
},

"components": {
"schemas": {
"BatchAmount": {
Expand Down Expand Up @@ -442,7 +443,7 @@
"maxLength": 140,
"minLength": 1,
"type": "string",
"description": "The address of the account holder."
"description": "The full postal address of the account holder. For UK addresses, this must include the unit number (if applicable), building name or number, street, town, and post code."
}
},
"additionalProperties": false,
Expand Down
2 changes: 1 addition & 1 deletion data/endpoints/fps-poo-v2.json
Expand Up @@ -1237,7 +1237,7 @@
"maxLength":140,
"minLength":1,
"type":"string",
"description":"Ultimate debtor's address."
"description":"The full postal address of the ultimate debtor. Depending on the resident country convention, this must include the unit number (if applicable), building name or number, street, town, city, state/province/municipality, and postal code/zip code."
}
},
"additionalProperties":false,
Expand Down