get https://sandbox.cashfree.com/verification/bank-account/bulk
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. |