400 |
at_least_one_parameter |
At least one parameter should be present: account_name, brand, your_reference, status, street, city, country, postal_code, spread_table |
|
id_is_not_valid_uuid |
id should be in UUID format |
|
account_name_is_too_long |
account_name can not be longer than 150 character(s) |
{ "maxlength" => 150 } |
brand_is_too_long |
brand can not be longer than 100 character(s) |
{ "maxlength" => 255 } |
brand_not_found |
Brand non_existing_brand wasn't found |
{ "brand" => "non_existing_brand" } |
brand_account_not_broker |
Account doesn't have broker permissions |
{ "brand" => "wrong_brand" } |
your_reference_is_too_long |
your_reference can not be longer than 25 character(s) |
{ "maxlength" => 25 } |
legal_entity_type_not_in_range |
legal_entity_type should be in range: individual, company |
{ "range" => "individual, company" } |
status_not_in_range |
status should be in range: enabled, disabled, enabled_no_trading |
{ "range" => "enabled, disabled, enabled_no_trading" } |
street_is_too_long |
street can not be longer than 150 character(s) |
{ "maxlength" => 150 } |
city_is_too_long |
city can not be longer than 100 character(s) |
{ "maxlength" => 100 } |
postal_code_is_too_long |
postal_code can not be longer than 20 character(s) |
{ "maxlength" => 20 } |
state_or_province_invalid_format |
state or province should be a two-letter ISO 3166 code |
{ "maxlength" => 2 } |
country_is_too_long |
country can not be longer than 2 character(s) |
{ "maxlength" => 2 } |
spread_table_is_too_long |
spread_table can not be longer than 100 character(s) |
{ "maxlength" => 100 } |
identification_type_is_missing |
identification_type is missing |
|
identification_type_is_invalid |
identification_type is invalid |
|
identification_value_is_missing |
identification_value is missing |
|
identification_value_is_invalid |
identification_value is invalid |
|
401 |
invalid_supplied_credentials |
Authentication failed with the supplied credentials |
|
429 |
too_many_requests |
Too many requests have been made to the api. Please refer to the Developer Center for more information |
|
500 |
internal_server_error |
Internal server error |
|
503 |
service_unavailable |
Service is temporary unavailable |
|