Response Keys - User Verification
This page gives the list of response keys propagated by Decentro as part of the user verification stack.
Overview
Decentro uses response keys to propagate multiple scenarios as part of the transaction flow or at each API level. The same is outlined across the user verification stack below.
Validate VPA (UPI-ID)
Response keys | Scenarios |
---|---|
success_UPI_id_valid | The given UPI-ID is valid. |
success_UPI_id_invalid | The given UPI-ID is invalid. |
error_unsanitized_values | Unsanitized values detected for key(s): upi_id. Kindly sanitize the corresponding values by removing special characters such as . @ # $ % ^ & * ! ; : ' " ~ ` ? = + ) ( and retry. |
error_missing_UPI_id | UPI-ID (Virtual Payment Address) cannot be null or empty. Hint : upi_id (string). |
error_invalid_UPI_id_format | UPI-ID (Virtual Payment Address) is not in valid format. Please try again with valid UPI-ID. |
error_invalid_reference_id | Request reference id is not of type string. |
error_duplicate_reference_id | Duplicate Request Reference ID. |
error_missing_reference_id | Request reference id cannot be null or empty. Hint: reference_id (string). |
error_invalid_type | Invalid value entered for type. Type can be either 'basic' or 'advance'. |
error_insufficient_commission_balance | Insufficient commission debit account balance. |
error_insufficient_prepaid_credits | Insufficient prepaid credits. |
error_module_credits_exhausted | You have consumed your QA credits. Please connect with our team on [email protected] for credit renewal. |
error_invalid_UPI_id_data_type | Incorrect UPI-ID data type. |
error_invalid_type_data_type | Incorrect validation type data type. Type can either be 'BASIC' or 'ADVANCE'. |
error_validation_type_empty | Validation type is empty. |
success_UPI_id_failed | When UPI validation status is failed. |
error_provider_feature_unavailable | Company is not on boarded on both ICICI and NPST. |
error_provider_error | Unexpected response received from underlying provider. |
error_missing_configuration | Commission/Credit plan not configured. Please drop a mail to [email protected] to configure the plan. |
error_invalid_configuration | Commission/Credit plan not configured. Please drop a mail to [email protected] to configure the plan. |
Updated about 2 months ago