Validate Bank Account Error Messages
Here is a list of all the Error messages from Validate Bank Account API that can be expected when a bad request is performed.
API Message | Description | API Status | Account Status | Transaction Status |
---|---|---|---|---|
The account has been successfully verified. | The validation process was success and account was verified successfully | success | valid | success |
Invalid value for validation type. Hint: type can only be pennydrop, penniless or hybrid | Please enter only pennydrop, penniless or hybrid as the values | failure | - | failure |
Remitter account balance insufficient for the penny drop. Kindly fund the respective account for penny drop. | Please maintain balance in the commission debit virtual account for validation to take place. | failure | - | failure |
Invalid IFSC code. Please check the IFSC and try again. | Invalid IFSC | failure | - | failure |
Transaction failed due to velocity controls for combination: {rules}. Limit is {X} hits per {Y}. Please try again later | The following rules can come up with combination = beneficiary_account, beneficiary_ifsc, remitter_account. X = Numerical Values Y = MINUTE,HOUR,DAY | failure | - | failure |
Commission debit account balance is not sufficient. | Please maintain balance in the commission debit virtual account for validation to take place. | failure | - | failure |
This account number is invalid. Please check and try again. | The transaction failed and the account could not receive funds. | failure | - | failure |
The validation process is still pending. | The transaction was initiated but the status of the account was unavailable | pending | inconclusive | pending |
Unsanitized values detected for key(s): reference_id , from_account. Kindly sanitize the corresponding values by removing special characters such as . @ # $ % ^ & * ! ; : ~ ` ? = + ) ( apostrophe, double quotes and retry | Please check for any special characters passed in the reference_id parameters | failure | - | failure |
Transaction amount is more than the transaction limit on the source account | The transaction amount is more than the maximum amount set for the source account. | failure | - | failure |
Beneficiary mobile number has to be strictly 10 digits long and start with one of 9, 8, 7 or 6 | Please enter the beneficiary email address as per the specifications mentioned in the documentation | failure | - | failure |
Transfer amount with precision upto only two decimal places is allowed | Please enter the amount as per the specifications mentioned in the documentation | failure | - | failure |
Unexpected response received from underlying provider. | There seems to be an issue with the provider, please try again later or contact [email protected] | failure | - | failure |
Transfer amount has to be a string | Please pass the amount as string. Ex: "10.00" | failure | - | failure |
Authentication failed for accessing the module | Please check the secrets passed in the headers | failure | - | failure |
Module Secret cannot be empty. Hint: module_secret (string) | Please pass the module secrets in the API headers | failure | - | failure |
Client Secret cannot be empty. Hint: client_secret (string) | Please pass the module secrets in the API headers | failure | - | failure |
Internal Server Error | There seems to be an issue from decentro, please try again later or contact [email protected] | failure | - | failure |
Overall balance for the company is lesser than the amount requested for transfer. | Insufficient funds in your Virtual Account, please add more funds and try again | failure | - | failure |
Request body does not contain the purpose message. | Enter the purpose message | failure | - | failure |
Source account number does not exist. Kindly retry with a valid value. | Please check the provider secret or where the Virtual Account is valid | failure | - | failure |
Request body does not contain the reference_id. | Enter the reference ID | failure | - | failure |
Duplicate Request Reference ID | The same value for reference ID cannot be passed. | failure | - | failure |
Request reference ID cannot be null or empty. Hint: reference_id (string) | The reference ID is mandatory and cannot be empty. | failure | - | failure |
Retry failed due to insufficient funds in the alternative account. The initial attempt encountered an unexpected error. Please fund the alternative account and retry. | Internal routing across different account took place. Please maintain funds in the virtual account across different master accounts. | failure | - | failure |
Please refer to the link here for the transaction error Message sent by our banking provider.
Updated about 5 hours ago