Create New Virtual Account

API to create a virtual account


Important Links

Run in Postman  API Guide  Free Trial


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.

Language
Click Try It! to start a request and see the response here!