cURL
curl --request GET \ --url https://api.sandbox.co.in/bank/virtual/accounts/{account_number}/statements/jobs/{job_id}
{ "code": 123, "timestamp": 123, "transaction_id": "<string>", "data": { "@entity": "<string>", "job_id": "<string>", "status": "<string>", "from": 123, "to": 123, "statement_url": "<string>", "created_at": 123, "updated_at": 123 } }
Poll Virtual Account Statement Job API allows you to poll for account statement job for a virtual account
Get Account Statement Job
Show child attributes
Was this page helpful?