400 |
invalid_type |
Invalid Payment type |
|
currency_length_is_invalid |
currency should be 3 character(s) long |
|
currency_is_required |
currency is required |
|
invalid_currency |
You cannot make payments with this currency |
|
beneficiary_id_is_not_valid_uuid |
beneficiary_id should be in UUID format |
|
beneficiary_id_is_required |
beneficiary_id is required |
|
beneficiary_date_of_birth_type_is_wrong |
beneficiary_date_of_birth should be of date type |
{ "type" => "date" } |
beneficiary_date_of_birth_is_incorrect |
beneficiary_date_of_birth is incorrect |
|
beneficiary_date_of_birth_is_earlier |
beneficiary_date_of_birth should be later |
|
beneficiary_date_of_birth_is_after |
beneficiary_date_of_birth should be earlier |
|
invalid_beneficiary_id |
Unknown beneficiary_id |
|
payment_above_limit |
3000.00 EUR exceeds the maximum amount of 2500.00 EUR for a local payment. |
|
payer_entity_type_not_in_range |
payer_entity_type should be in range: individual, company |
|
payer_entity_type_is_missing |
Payer entity type is missing |
|
payer_company_name_is_missing |
Payer company name is missing |
|
payer_first_name_is_missing |
Payer first name is missing |
|
payer_last_name_is_missing |
Payer last name is missing |
|
payer_city_is_missing |
Payer city is missing |
|
unsupported_payer_country_code |
Payer country is not supported |
|
payer_state_or_province_is_missing |
Payer state or province is missing |
|
payer_postcode_is_missing |
Payer postcode is missing |
|
payer_date_of_birth_type_is_wrong |
payer_date_of_birth should be of date type |
{ "type" => "date" } |
payer_date_of_birth_is_incorrect |
payer_date_of_birth is incorrect |
|
payer_date_of_birth_is_earlier |
payer_date_of_birth should be later |
|
payer_date_of_birth_is_after |
payer_date_of_birth should be earlier |
|
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 |
|
invalid_conversion_id |
Conversion could not be found |
|
conversion_is_already_settled |
The conversion is already settled |
|
invalid_payment_date |
The payment date is invalid |
|
payment_date_is_too_early |
The payment date cannot be sooner than the conversion date |
|
reference_is_too_long |
reference can not be longer than 255 character(s) |
|
charge_type_not_available |
Not available charge_type has been provided |
{ "charge_type" => "shared, ours" } |
invalid_charge_type |
Invalid banking_charges supplied, must be in range [ours, shared] |
|
on_behalf_of_self |
You cannot act on behalf of your own Contact |
|
contact_not_found |
Contact was not found for this id |
|
on_behalf_of_charge_type_not_available |
Not available charge_type has been provided for on_behalf_of |
{ "charge_type" => "shared, ours" } |
duplicate_request |
The unique_request_id provided for this payment has already been used, please provide a new unique_request_id to successfully submit this payment |
|
fee_amount_type_is_wrong |
fee_amount should be of numeric type |
{ "type" => "numeric" } |
fee_currency_is_in_invalid_format |
fee_currency is not a valid ISO 4217 currency code |
{ "type" => "currency" } |
unsupported_beneficiary_country_code |
Beneficiary country is not supported |
|
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 |
|