Payments
Collections
Create payment link
Response key | Scenario |
---|---|
error_provider_error | An unexpected response was obtained from the provider service. |
error_empty_module_secret | An empty module secret was passed. |
error_no_subscription_found | The company has not subscribed to this module. |
error_unauthorized_module | Authentication failed for this module. |
error_module_access_expired | The module subscription has expired. |
error_module_credits_exhausted | Module credits are exhausted for the company. |
error_decentro_error | Something wrong happened at the Decentro level. |
unauthorized_provider | The Provider is not authorized for the company. |
success_payment_link_created | The payment link was created successfully. |
error_invalid_reference_id | The reference id passed is not of type string. |
error_duplicate_reference_id | A duplicate request reference id is passed. |
error_invalid_account_number | The account passed does not match the underlying provider. |
error_malformed_request | A malformed JSON request was passed. |
error_amount_not_parsable | The amount is not a valid positive value. |
error_exceeded_decimal_in_amount | More than 2 decimals were passed in amount. |
error_amount_type_invalid | Amount type other than a positive integer is passed. |
error_unsanitized_values | Invalid characters such as. @ # $ % ^ & * ! ; : ' " ~ ` ? = + ) ( were passed. |
error_invalid_purpose_message_length | Long purpose length was passed. |
error_invalid_purpose_message | The purpose message passed is not in string format. |
error_invalid_generate_QR_value | Generate QR value is passed other than 0 or 1. |
error_expiry_is_not_positive | Expiry time passed is less than 0. |
error_expiry_exceeded_max_expiry_days | Expiry time passed is more than 45 days. |
error_invalid_expiry_value | Expiry time passed is not of the type positive integer. |
error_invalid_generate_uri_value | Generate uri value is passed other than 0 or 1. |
error_empty_payee_account | An empty payee account was passed. |
error_invalid_reference_id | The request reference id passed is not a string. |
error_empty_reference_id | An empty reference_id was passed. |
error_empty_amount | An empty amount was passed. |
error_empty_purpose_message | An empty purpose message was passed. |
error_invalid_custom_QR_value | Custom QR value is passed other than 0 or 1. |
error_QR_not_generated | An error occurred while creating a dynamic QR. |
error_empty_generate_QR | An empty generate QR was passed. |
Updated 2 months ago