# Payment types

Brief overview of the payment methods

| Option         | How it works                                                                                                                                                                                                                                                                                                                                                                           | Best for                                                                                                 |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| Connect Wallet | <ol><li>The customer will connect their preferred wallet (MetaMask, Trust Wallet, Rainbow, etc.). </li><li>The customer will review the exact amount and confirm the correct network. </li><li>The customer will then tap <strong>Pay</strong> to securely sign and send the transaction directly from their connected wallet.</li></ol>                                               | Users who already have a wallet open and want the fastest, one-tap experience.                           |
| Direct Pay     | <ol><li>The customer will receive a unique deposit address and QR code for their order. </li><li>The customer will scan the QR code (or copy the address) and send the exact amount from any wallet or exchange they prefer (Coinbase, Binance, Trust Wallet, Phantom, etc.). </li><li>The customer will have their payment automatically detected on-chain once it is sent.</li></ol> | Users who want to pay from a different wallet/exchange, mobile app, or simply prefer scanning a QR code. |


---

# 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.checkout.pretium.africa/reference/payment-types.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.
