400 |
account_name_is_too_short |
account_name can not be shorter than 1 character(s) |
{ "minlength" => 1 } |
account_name_is_too_long |
account_name can not be longer than 150 character(s) |
{ "maxlength" => 150 } |
account_name_is_required |
account_name is required |
|
brand_is_too_short |
brand can not be shorter than 1 character(s) |
{ "minlength" => 1 } |
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 } |
status_not_in_range |
status should be in range: enabled, disabled, enabled_no_trading |
{ "range" => "enabled, disabled, enabled_no_trading" } |
legal_entity_type_not_in_range |
legal_entity_type should be in range: individual, company |
{ "range" => "individual, company" } |
legal_entity_type_is_required |
Legal entity type is required |
|
street_is_too_long |
street can not be longer than 150 character(s) |
{ "maxlength" => 150 } |
street_is_required |
Street is required |
|
city_is_too_long |
city can not be longer than 100 character(s) |
{ "maxlength" => 100 } |
city_is_required |
City is required |
|
postal_code_is_too_long |
postal_code can not be longer than 20 character(s) |
{ "maxlength" => 20 } |
postal_code_is_required |
Postal code is required |
|
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 } |
country_is_required |
Country is required |
|
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 |
|
state_or_province_is_required |
State or province is required for US, CA and MX |
|
terms_and_conditions_accepted_is_required |
Terms and conditions accepted is required |
|
invalid_extra_parameters |
Invalid extra parameters extra_parameter |
{ "parameters" => "extra_parameter" } |
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 |
|