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

# Limitation

## Expiration Time

| Virtual Account Type | Expiration Time |
| -------------------- | --------------- |
| Closed Dynamic       | 30 Days         |
| Closed Static        | 30 Days         |
| Open Static          | Never expired   |

## Virtual Account custom length

For <mark style="color:orange;">`MULTIPLE`</mark> payment type, you can customize your Virtual Account digit number. Here are the digits you can customize:

{% hint style="info" %}
Make sure to spare 100 digits for the <mark style="color:orange;">`SINGLE`</mark> Payment Type or Dynamic Virtual Account&#x20;
{% endhint %}

<table><thead><tr><th width="368.482421875">Bank</th><th width="129.1708984375">Digit Length</th><th>Default Static Range</th></tr></thead><tbody><tr><td>Bank Central Asia (BCA)</td><td>6 digits</td><td>Starting Range : 000000<br>Ending Range : 000099</td></tr><tr><td>Bank Rakyat Indonesia (BRI)</td><td>7 digits</td><td>Starting Range : 0000000<br>Ending Range : 0000099</td></tr><tr><td>Mandiri</td><td>7 digits</td><td>Starting Range : 0000000<br>Ending Range : 0000099</td></tr><tr><td>Bank Negara Indonesia (BNI)</td><td>4 digits</td><td>Starting Range : 0000<br>Ending Range : 0099</td></tr><tr><td>Bank Syariah Indonesia (BSI)</td><td>8 digits</td><td>Starting Range : 00000000<br>Ending Range : 00000099</td></tr><tr><td>CIMB Niaga</td><td>8 digits</td><td>Starting Range : 00000000<br>Ending Range : 00000099</td></tr><tr><td>Permata</td><td>8 digits</td><td>Starting Range : 00000000<br>Ending Range : 00000099</td></tr><tr><td>Bank Neo Commerce (BNC)</td><td>4 digits</td><td>Starting Range : 0000<br>Ending Range : 0099</td></tr><tr><td>Danamon</td><td>8 digits</td><td>Starting Range : 00000000<br>Ending Range : 00000099</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://pivot-payment.gitbook.io/pivot-docs/payments/payment-channels/virtual-account/limitation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
