# Credit cards

{% columns %}
{% column width="66.66666666666666%" %}

## Processing card payments

This documentation is structured to guide you through our payment system step-by-step. \
We will begin with the most **basic deposit** flows and then introduce additional features as separate components.\
This approach ensures you can build a solid foundation first and add more complex functionality only as it is needed.
{% endcolumn %}

{% column %}

<figure><img src="/files/Lk6imDw7SI3UEppRmRof" alt=""><figcaption></figcaption></figure>

{% endcolumn %}
{% endcolumns %}

### Basic deposit

All payment integrations begin with a Basic deposit. This guide covers a simple, one-time charge, which is the core of our payment processing system.

We recommend completing this guide first, as all other features are built on top of this primary transaction.

### Add features to your integration

After you are familiar with the basic deposit, you can incorporate additional capabilities into your integration.&#x20;

Each feature is explained in its own dedicated guide.

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>3DS</strong></td><td><a href="/files/YBjLbaPJKS5Q1qUtGdjO">/files/YBjLbaPJKS5Q1qUtGdjO</a></td><td><a href="/pages/9764OJAf1USkcfAXeZ2f">/pages/9764OJAf1USkcfAXeZ2f</a></td></tr><tr><td align="center"><strong>Installments</strong></td><td><a href="/files/DKJYuzfhrCRo3D0k8yJb">/files/DKJYuzfhrCRo3D0k8yJb</a></td><td><a href="/pages/8gAoMoveLCikW6QHhYqn">/pages/8gAoMoveLCikW6QHhYqn</a></td></tr><tr><td align="center"><strong>Card-on-file</strong></td><td><a href="/files/LrWm4oZH8LcmrB5fAUrV">/files/LrWm4oZH8LcmrB5fAUrV</a></td><td><a href="/pages/WeqM6sxKrDXzBBjdSmvC">/pages/WeqM6sxKrDXzBBjdSmvC</a></td></tr><tr><td align="center"><strong>Subscriptions</strong></td><td><a href="/files/wqlNCcOP1JCLM7Qx3ZVO">/files/wqlNCcOP1JCLM7Qx3ZVO</a></td><td><a href="/pages/bKaJjefhQmDQd5sTP7KP">/pages/bKaJjefhQmDQd5sTP7KP</a></td></tr></tbody></table>


---

# 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.pandablue.com/guides/deposits/create-deposits/credit-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.
