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
CHAPS endpoint description: only GBP is supported.
  • Loading branch information
KatKent committed Sep 22, 2022
commit e7ee519138417e6b84d1cfaefbc16beb18c08ab7
5 changes: 3 additions & 2 deletions data/endpoints/chaps-initiate-payment-v3.json
Expand Up @@ -348,7 +348,7 @@
},
"currency": {
"type": "string",
"description": "The currency code must be a valid active currency code, not yet withdrawn on the day the message containing the currency is exchanged. Valid active currency codes are registered with the ISO 4217 Maintenance Agency, consist of three (3) contiguous letters, and are not yet withdrawn on the day the message containing the Currency is exchanged.",
"description": "Set to 'GBP' as other currencies are not supported.",
"enum": [
"AED",
"AFN",
Expand Down Expand Up @@ -528,7 +528,8 @@
"ZAR",
"ZMW",
"ZWL"
]
],
"example": "GBP"
}
},
"additionalProperties": false,
Expand Down