cURL
curl --request GET \ --url https://production.deepvue.tech/v1/verification/batch-processing-status \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
{ "code": 123, "timestamp": 123, "transaction_id": "<string>", "data": { "reference_id": "<string>", "account_exists": true, "amount_deposited": 123, "message": "<string>", "name_at_bank": "<string>" } }
Use this API to get the status of bulk validation requests by providing the request_id.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response
Show child attributes