> For the complete documentation index, see [llms.txt](https://docs.neox.vn/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neox.vn/docs/global/global-collections/integration/virtual-cards.md).

# Virtual Card APIs

{% hint style="info" %}
**Coming Soon** — Virtual Card APIs are currently under development and will be available in an upcoming release.
{% endhint %}

**Virtual Card APIs** will provide comprehensive programmatic interfaces for managing virtual payment cards, enabling businesses to issue, control, and monitor digital payment cards for enhanced security and spending control.

### Upcoming Features

When available, these APIs will enable you to:

* **Issue Virtual Cards:** Programmatically generate new virtual card numbers with customizable limits and expiration dates.
* **Manage Card Lifecycle:** Activate, suspend, or cancel virtual cards in real-time based on business requirements.
* **Configure Spending Controls:** Define precise transaction limits, merchant category restrictions (MCCs), and usage rules.
* **Retrieve Card Details:** Access virtual card information, transaction history, and balance data.
* **Policy Management:** Create and enforce granular policies governing card issuance and usage across your organization.

### Endpoints

*Endpoint documentation will be added as APIs become available.*

***

For questions about Virtual Card APIs availability and planned features, please contact your integration specialist.


---

# 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:

```
GET https://docs.neox.vn/docs/global/global-collections/integration/virtual-cards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
