post https://api.sandbox.co.in/tax-payment/accounts
API to create a virtual account
Important Links
Request Body Example
{
"@entity": "virtual_bank_account",
"notes": {
"param1": "value1"
},
"filter_id": "filter1"
}
{
"@entity": "virtual_bank_account",
"notes": {},
"filter_id": "filter1"
}
About filter_id
The filter_id can be used to assign an identity to the account.
It can be used as a business id as well, to segregate your customers.
This is an optional field.