> For the complete documentation index, see [llms.txt](https://developers.coindirect.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.coindirect.com/guides/payments-how-to/payment-web-page.md).

# Payment Hosted Page

The below is an example of what a payment hosted page looks like.

![The customer is redirected to the payment hosted page.](/files/-MhXs8VIEGH-O7jK0QIe)

![The customer chooses the "Pay with" currency.](/files/-MhXsIyStU9F2kwH8CZK)

![Once the "Pay with" currency is selected, the customer needs to click the "Pay with external wallet" button. ](/files/-MhXsQCj1mqyC9SC1_sE)

![The customer is shown with the amount of cryptocurrency they need to send to the payment address which is presented below. The customer can either copy both the amount and address or scan the QR code.  ](/files/-MhXse5VGLSkzGiIJOdF)

![As soon as the customer broadcasts their cryptourrency transaction on the network, they will see a relevant message. Coindirect will monitor the blockchain to complete the payment as soon as the transaction gets a required number of confirmations on the network. ](/files/-MhXtcKUxAu2MY1bQmOg)

![Once the payment is finalized, the customer will see a relevant message.](/files/-MhXu-fz7b-xxV6FApkY)


---

# 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://developers.coindirect.com/guides/payments-how-to/payment-web-page.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.
