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
Prev Previous commit
Next Next commit
Specify the order of information in the Debtor Address string.
  • Loading branch information
KatKent committed Feb 17, 2023
commit a759f0bdd8c43c8e3a0063a5410bb067e994bcea
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
2 changes: 1 addition & 1 deletion data/endpoints/fps-initiate-payment-v3.json
Expand Up @@ -443,7 +443,7 @@
"maxLength": 140,
"minLength": 1,
"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."
"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."
}
},
"additionalProperties": false,
Expand Down