Get Bulk BAV Status V2
Use this API to get the details of the bulk bank account verification request. You need to enter either the bulk reference ID or bulk validation ID. If you want to get the status of a single entry, enter the particular reference ID in the request.
Response Codes
Sub Code | Status | Message | Next Action |
---|---|---|---|
200 | SUCCESS | VALID | - |
400 | SUCCESS | Please provide bulk_reference_id or bulk_verification_id | Enter the bulk reference ID or the bulk verification ID in the request. |
400 | ERROR | bulk_verification_id can include only alphanum, dot, hyphen and underscores. | The value for bulk verification ID can only contain alphaumeric, period (.), hyphen ( - ), and underscore ( _ ). |
400 | ERROR | bulk_verification_id can include a maximum of 50 characters. | Ensure the bulk verification ID does not exceed 50 characters. |
400 | ERROR | x-client-id is missing in the request. | Enter all the header information in the API request. |
400 | ERROR | Client secret belongs to test environment | Enter the correct environment credentials in the request. |
401 | ERROR | Invalid clientId and clientSecret combination | Ensure you enter valid x-client-id and x-client-secret information in the API request. |
403 | ERROR | IP not whitelisted your current ip is 106.51.91.104.For IP whitelisting assistance, visit our guide at https://docs.cashfree.com/docs/ip-whitelisting-verification | Whitelist the IP address. |
404 | ERROR | bulk_reference_id does not exist. | Enter a valid bulk reference ID in the request. |
404 | ERROR | bulk_verification_id does not exist. | Enter a valid bulk verification ID in the request. |
404 | ERROR | reference_id does not exist. | Enter a valid bulk reference ID in the request. |
500 | ERROR | something went wrong | Try again after some time. |
Authorizations
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Query Parameters
It is unique ID you receive in the response of Bulk Bank Account Verification API.
It is the unique ID created to identify the bulk bank validation request.
It is unique ID for a single entry you receive in the response of Get status of Bulk Bank Account Verification API.
Response
Find the description for each response parameter
It displays the unique ID created by Cashfree Payments for reference purposes.
It displays the unique ID you created to identify the API request.
It displays the verified bank account information
Was this page helpful?