> For the complete documentation index, see [llms.txt](https://debitllama.gitbook.io/debitllama/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://debitllama.gitbook.io/debitllama/accepting-payments/checkout-page.md).

# Checkout page

When navigating to the checkout page, you will be greeted with the following layout:

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

You can see the parameters of the subscription and ? tooltips for more information. You need to sign up or login to continue.

If you don't have an account to pay for the subscription you will be prompted to create one with your wallet.

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

If you have an account but with insufficient balance you are prompted to top it up with the remaining balance. Your account only needs to have sufficient balance for the first payment

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

### When you are done you will be prompted to finish checkout

If you configured a passkey 2FA you will need to do that first

{% content-ref url="/pages/KA90ZydnUiNvYEdTby0a" %}
[Passkeys](/debitllama/passkeys.md)
{% endcontent-ref %}

<figure><img src="/files/BwGY1m3loYkuvFSmBMCn" alt="" width="563"><figcaption></figcaption></figure>

### Entering your account password

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

This is a secure page that contains the necessary steps to recreate the secret used for the ZKP cryptography!

{% hint style="danger" %}
As you can see on the page, DebitLlama provides no warranties of any kind and it's not responsible for the services merchants provide for the subscriptions. \
\
All we do is submit transactions on behalf of users. If you think you have been scammed by a merchant, you need to cancel the subscription asap. The funds transferred are non-recoverable!
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://debitllama.gitbook.io/debitllama/accepting-payments/checkout-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
