# Payment Processing

* **Payment Link:** This link redirects the user to a payment page where they can select from a diverse range of tokens and networks for payment. Should a user opt for any token other than USDT, it will be automatically swapped on a decentralized exchange to USDT. Thus, billers consistently receive payments in USDT to their respective wallets.


---

# 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://book.just.money/jmguide/justmoney-invoice/payment-processing.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.
