> For the complete documentation index, see [llms.txt](https://paytr.gitbook.io/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paytr.gitbook.io/product-docs/overview/getting-started/initiating-a-payment.md).

# Initiating a payment

After approving a sufficient amount for the ERC20 token, you can initiate the payment through our app.

| Field                           | Comment                                                                                                                                                            |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Currency                        | Only USDC on Sepolia is supported in the beta so you can't select another currency                                                                                 |
| Amount                          |                                                                                                                                                                    |
| Due date                        | Insert in number of days                                                                                                                                           |
| Payee                           | The receiving address of the payment, for example your supplier                                                                                                    |
| Fee amount                      | The extra fee you want to pay                                                                                                                                      |
| Fee address                     | The receiving address of the fee amount                                                                                                                            |
| Payment reference               | The payment reference you want to use                                                                                                                              |
| Payment through Request Network | Set to yes if you want the payout to be routed through [Request Network](https://request.network/)'s smart contracts, ensuring compatibility with their ecosystem. |

Make sure to double check the receiver address and due date and click on 'Pay invoice'.\
\
The app will show a loading animation and a confirmation when your payment was completed.\
You'll see an error icon in case your transaction is rejected or an other error occurred.

When the payment was successful, you will start earning interest nearly right away.


---

# 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://paytr.gitbook.io/product-docs/overview/getting-started/initiating-a-payment.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.
