# Single-click Checkouts

## Ready to use Payment UI

You can easily integrate our payment UI into your web frontend using our code snippet in your HTML. It will include everything your customer needs to complete a payment. It works with an iframe within a modal pop-up. It includes all the related payment information. Payment UI connects to our server to listen for payment confirmation in real-time and it redirects customer to your success page after payment is confirmed. You can configure a default Success URL from account settings, or configure a custom URL for each payment. &#x20;

![](/files/-MgfFQzLWbSAElYWbA6-)

### Single-click Checkouts

For a better customer experience, you can provide single-click checkouts in your payment flow.

1. Customer clicks on **`Pay with Bitcoin`** button
2. Makes the payment within their wallet

### QR Code Payments

This is useful when a customer wants to purchase something on a website they visited on their laptop, but they want to user their mobile wallet to make the payment. They simply scan the QR code on the laptop screen and confirm the payment with their mobile wallet application.&#x20;


---

# 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.phenixio.com/features/prebuilt-payment-ui.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.
