Fund Account Error Codes

RazorpayX Fund Account Error Codes. Understand why they occur and the steps to resolve them.


Fund Account error codes are returned when a fund account creation fails for some reason. You can identify when a Fund Account API has failed with the response or webhooks.

Here is an example of how an error code appears when a fund account creation fails.

{
"error":
{
"code": "BAD_REQUEST_ERROR",
"description": "The id provided does not exist",
"source": "business",
"step": null,
"reason": "input_validation_failed",
"metadata": {}
}
}

code

string Not applicable for Error Codes, value displayed to maintain consistency of error object.

description

string A description for the error. For example, IMPS is not enabled on beneficiary account, Retry with different mode.

source

string Possible values:

  • business: The error can be fixed from your end.

step

string Not applicable for API Error Codes, value displayed to maintain consistency of error object.

reason

string The error reason. For example, input_validation_failed.

metadata

Null Value Not applicable for API Error Codes, value displayed to maintain consistency of error object.

The below table lists the error reasons and the explanation for why they occurred. Find out how you can resolve the errors with the troubleshooting steps mentioned against the respective errors.

Error DescriptionNext Steps
The contact id provided does not exist.Ensure you are passing correct contact ID. Check if this contact already exists in your RazorpayX account using or use the on the Dashboard.
The IFSC must be 11 characters.Pass the correct 11 characters IFSC.
The account number format is invalid.Correct the format of account number. The account number should be between 5 and 35 characters. Supported characters: a-z, A-Z, and 0-9.
001 is not a valid id.Ensure you are passing the correct fund account id.

Was this page helpful?