400 |
account_id_is_not_valid_uuid |
account_id should be in UUID format |
|
payment_currency_is_required |
payment_currency is required |
|
payment_currency_is_in_invalid_format |
payment_currency is not a valid ISO 4217 currency code |
{ "type" => "currency" } |
payment_destination_country_is_required |
payment_destination_country is required |
|
payment_destination_country_is_in_invalid_format |
payment_destination_country is in invalid format |
|
charge_type_is_required |
charge_type is required |
|
charge_type_not_in_range |
charge_type should be in range: shared, ours |
{ "charge_type" => "shared, ours" } |
payment_type_not_in_range |
payment_type should be in range: priority, regular |
{ "payment_type" => "priority, regular" } |
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 |
|