You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
{
"error_message": "validation failure list:\nvalidation failure list:\ntype in body should be one of [accounts]"
}
Response proposal:
{
"code": 400,
"message": "validation failure list:\nvalidation failure list:\nvalidation failure list:\nbic in body should match '^([A-Z]{6}[A-Z0-9]{2}|[A-Z]{6}[A-Z0-9]{5})$'\ncountry in body is required\ntype in body should be one of [accounts]",
"errors": [
{
"validation_failure": {
"type": "type in body should be one of [accounts]",
"bic": "bic in body should match '^([A-Z]{6}[A-Z0-9]{2}|[A-Z]{6}[A-Z0-9]{5})$'",
"country": "country in body is required"
}
}
]
}