400 |
currency_type_is_wrong |
XYZ is not a valid ISO 4217 currency code |
|
invalid_currency |
You cannot make payments with this currency |
|
id_is_not_valid_uuid |
id should be in UUID format |
|
beneficiary_id_is_not_valid_uuid |
beneficiary_id should be in UUID format |
|
invalid_beneficiary_id |
Unknown beneficiary_id |
|
invalid_beneficiary_currency |
You cannot assign this Beneficiary to the Payment as it is the incorrect currency |
|
amount_type_is_wrong |
amount should be of numeric type |
{ "type" => "numeric" } |
payment_above_limit |
3000.00 EUR exceeds the maximum amount of 2500.00 EUR for a local payment. |
{ "amount" => 3000.0, "ccy" => "EUR", "limit" => 2500.0 } |
invalid_amount_for_order |
The payment amount is more than the value of the order |
|
payment_type_not_in_range |
payment_type should be in range: priority, regular |
|
invalid_conversion_id |
Conversion could not be found. |
|
conversion_id_is_not_valid_uuid |
conversion_id should be in UUID format |
|
invalid_payment_date |
The payment date is invalid |
|
payment_date_is_in_invalid_format |
payment_date should be in ISO 8601 format |
|
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) |
{ "maxlength" => 255 } |
payment_can_not_be_edited |
Sorry this Payment has already been processed and you are unable to Edit it |
|
extra_dependent_params |
Parameters payer_entity_type, payer_company_name, payer_first_name, payer_last_name, payer_address, payer_country, payer_postcode, payer_state_or_province, payer_date_of_birth, payer_identification_type, payer_identification_value can't be provided in the same request with 'payer_details_source' with value 'account' |
|
payer_entity_type_not_in_range |
payer_entity_type should be in range: individual, company |
{ "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 |
|
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 |
|
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 |
|
payment_not_found |
Payment was not found for this id |
|
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" } |
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" } |
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 |
|