curl --request POST \
--url https://api.sandbox.co.in/bank/virtual/accounts/{account_number}/statements/jobs \
--header 'Content-Type: application/json' \
--data '
{
"@entity": "<string>",
"from": 123,
"to": 123
}
'{
"timestamp": 123,
"transaction_id": "<string>",
"data": {
"id": "<string>",
"created_at": 123,
"@entity": "<string>",
"status": "<string>",
"from": 123,
"to": 123
},
"code": 123
}Submit Virtual Account Statement Job API allows you to submit an account statement job for a virtual account
curl --request POST \
--url https://api.sandbox.co.in/bank/virtual/accounts/{account_number}/statements/jobs \
--header 'Content-Type: application/json' \
--data '
{
"@entity": "<string>",
"from": 123,
"to": 123
}
'{
"timestamp": 123,
"transaction_id": "<string>",
"data": {
"id": "<string>",
"created_at": 123,
"@entity": "<string>",
"status": "<string>",
"from": 123,
"to": 123
},
"code": 123
}Was this page helpful?