# Drop In's

## Drop Ins

Vaultera PCI support the following drop ins:

{% hint style="info" %}
These are used when you want to send your tokenised card details to another service like a payment gateway. Since you don't have the card number and associated details in your application.
{% endhint %}

**Drop in**

| **Description**    | ​Title                                |
| ------------------ | ------------------------------------- |
| %CARD\_NUMBER%     | Card number                           |
| %CARDHOLDER\_NAME% | Cardholder name                       |
| %SERVICE\_CODE%    | Sevice Code (CVV / CVC)               |
| %EXPIRATION\_MM%   | Expiration month with leading zero    |
| %EXPIRATION\_YYYY% | Expiration year in full format (YYYY) |
| %EXPIRATION\_YY%   | Expiration year in short format (YY)  |
| %CARD\_TYPE%       | Card Type                             |


---

# Agent Instructions: 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.vaultera.co/drop-ins.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.
