Skip to main content
POST
/
bank
/
virtual
/
accounts
/
{account_number}
/
statements
/
jobs
Submit Job
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
}

Headers

x-api-key
string
Authorization
string
x-accept-type
string

Path Parameters

account_number
string
required

Body

application/json
@entity
string
from
integer
to
integer

Response

200 - application/json

200

timestamp
integer
transaction_id
string
data
object
code
integer