Skip to main content
POST
/
v1
/
verification
/
bankaccount
/
batch
Bulk Bank Account Verification
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'
{
"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"
}

Authorizations

Authorization
string
header
required

Access token issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Query Parameters

webhook_url
string

Body

multipart/form-data
batch_file
file
required

Response

Successful Response

timestamp
integer
required
transaction_id
string
required
request_id
string
required
output_batch_file
string
required
code
integer
default:201
message
string
default:batch processing in progress
sub_code
string
default:SUCCESS