> For the complete documentation index, see [llms.txt](https://help.agego.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.agego.com/verification-methods/credit-card.md).

# CREDIT CARD

Use the **Credit Card** verification method to confirm that you meet the required age threshold in supported countries.

This method is only available where local rules allow it and where holding a credit card implies the cardholder is over 18. It is not available in US, France or Italy.

**What you need**

* A valid credit card that belongs to you
* An unexpired card
* A supported standard credit card

Unsupported card types:

* Prepaid cards
* Debit cards
* American Express, Discover, and JCB

<img src="https://www.agego.com/_next/image?url=https%3A%2F%2Fcms.agego.com%2Fassets%2Fa8ef6ff5-3104-4c0c-a28d-bd47b29ea824.png&#x26;w=750&#x26;q=75" alt="" height="378" width="333">

## <mark style="color:$primary;">How credit card age verification works</mark>

{% stepper %}
{% step %}
Select the **Credit Card** verification method from the available options.
{% endstep %}

{% step %}
Enter your card details, including the card number, expiration date, and CVC or CVV.
{% endstep %}

{% step %}
Accept the Terms & Conditions and click **Continue**. Your card details are then submitted through our payment service provider.
{% endstep %}

{% step %}
The system checks the card and places a `0` value authorization to confirm that the card is active.
{% endstep %}

{% step %}
If the card is valid and accepted, your age is verified.
{% endstep %}

{% step %}
If verification is successful, you can enter your email address and create an AgeGO account. This helps you avoid full age verification on future visits to websites that use AgeGO.
{% endstep %}

{% step %}
A 6-digit one-time code is sent to your email address. Enter the code to complete the process and access the site.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If your card is rejected, try a different supported credit card or use another verification method.
{% endhint %}

## <mark style="color:$primary;">Benefits</mark>

* **Reliable proof:** In supported countries, holding a credit card is accepted as proof that the cardholder is over 18.
* **Quick:** Using a Credit Card for age verification is a common practice, especially online.
* **100% Secure:** No Card details are stored or captured by AgeGO during this process.


---

# 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://help.agego.com/verification-methods/credit-card.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.
