cURL
curl --request POST \ --url https://production.deepvue.tech/v1/verification/bankaccount/batch \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>' \ --form batch_file='@example-file'
201
201 - Bank Account Batch Processing Initiated
{ "code": 201, "timestamp": 1948475859595, "transaction_id": "string", "request_id": "string", "message": "batch processing in progress", "sub_code": "SUCCESS", "output_batch_file": "https://bulk-data-processing.s3.ap-south-1.amazonaws.com/mobile-to-pan-batch-output-files/file.csv"}
Use this API to validate the given bank account numbers and IFSCs. This is an async verification request. Results once processed are sent over a webhook that’s registered for your account.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response