# Tokens

Tokenization is the process uses to collect sensitive card or bank account details, directly from your customers in a secure manner. A token representing this information is returned to your server to use. All the tokens are one use, if the token is attached to a customer the token is changed to be used more than one token.

## The token object <a href="#the-token-object" id="the-token-object"></a>

{% content-ref url="/pages/TQ79U7VTGyvPeEDEXweK" %}
[The token object](/legacy/token-api/tokens/the-token-object.md)
{% endcontent-ref %}

## Create a Card Token <a href="#create-a-card-token" id="create-a-card-token"></a>

{% content-ref url="/pages/RBpr06moEu2JkDVNnUQL" %}
[Create a Card Token](/legacy/token-api/tokens/create-a-card-token.md)
{% endcontent-ref %}

## Create a Bank Account Token <a href="#create-a-bank-account-token" id="create-a-bank-account-token"></a>

{% content-ref url="/pages/He56kw0Ja2DKk4nKqzC3" %}
[Create a Bank Account Token](/legacy/token-api/tokens/create-a-bank-account-token.md)
{% endcontent-ref %}

## Retrieve a token <a href="#retrieve-a-token" id="retrieve-a-token"></a>

{% content-ref url="/pages/ujAMwlqiTUTfiVXoG0eX" %}
[Retrieve a token](/legacy/token-api/tokens/retrieve-a-token.md)
{% endcontent-ref %}

## Retrieve a token by transaction id <a href="#retrieve-a-token-by-transaction-id" id="retrieve-a-token-by-transaction-id"></a>

{% content-ref url="/pages/OxLt8WPtpLtpWuxSiazy" %}
[Retrieve a token by transaction id](/legacy/token-api/tokens/retrieve-a-token-by-transaction-id.md)
{% endcontent-ref %}


---

# 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://developer.convergegate.com/legacy/token-api/tokens.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.
