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 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
Prev Previous commit
Next Next commit
added pattern
  • Loading branch information
KatKent committed Feb 22, 2023
commit accca62f425fb1e9ab09a4588a97a1bf14bbd523
1 change: 1 addition & 0 deletions data/endpoints/fps-initiate-payment-v3.json
Expand Up @@ -442,6 +442,7 @@
"address": {
"maxLength": 140,
"minLength": 1,
"pattern": "^[a-zA-Z0-9\\/\\-?:().,'+ ]*$",
"type": "string",
"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."
}
Expand Down