> For the complete documentation index, see [llms.txt](https://docs.sendbox.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sendbox.co/payment/virtual-account.md).

# Virtual Account

### Get Virtual Account&#x20;

[`https://live.sendbox.co/payments/virtual_accounts`](https://api.sendbox.co/payments/virtual_accounts)

{% tabs %}
{% tab title="Request" %}

### Headers&#x20;

| Name          | Type   | Description       |
| ------------- | ------ | ----------------- |
| Authorization | String | Authorization-Key |
| Content-Type  | String | application/json  |
| {% endtab %}  |        |                   |

{% tab title="Response" %}
200:OK

```
{
  "count": 1,
  "page_by": {
    "next_page": null,
    "prev_page": null,
    "per_page": 20,
    "total": 1,
    "page": 1,
    "pages": 0
  },
  "filter_by": {},
  "query": null,
  "view": null,
  "results": [
    {
      "bank_name": "Providus Bank",
      "last_updated": "2019-11-27T16:42:37.305000+00:00",
      "account_number": "9907710812",
      "date_created": "2019-11-27T16:42:37.305000+00:00",
      "pk": "vba_3gMbhPJLJVc",
      "account_name": " KIKO JAYSON"
    }
  ],
  "sort_by": [
    {
      "asc_desc": "descending",
      "order_by": "date_created"
    }
  ]
}
```

{% endtab %}
{% endtabs %}
