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
Changes from all commits
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
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 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": "The full postal address of the account holder. For UK addresses, the order of this information MUST be: country, town, city, state/province/municipality, street name, building number and/or name, postal code."
}
},
"description": "Details about the account holder."
Expand Down