> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bleepay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bleepay Widget — Crypto Payment Gateway

<img width="1920" height="1080" alt="130" src="https://github.com/user-attachments/assets/074c2615-9780-4cb3-b42f-dc02bb51be14" />

> An embeddable (or white-label) gateway a merchant configures once to accept crypto, settling in crypto or fiat.

The Widget is the merchant-facing product. A merchant integrates it in one of two ways:

* **Embedded Widget** — a drop-in component on a checkout/payment page (the customer-visible "pay with crypto" experience).
* **White-label** — the same capability integrated under the merchant's own brand.

From the customer's point of view it is a simple form: choose a currency, enter or confirm an amount, send funds. All blockchain complexity is handled by the system.

## What the merchant configures

<img width="1000" height="563" alt="179" src="https://github.com/user-attachments/assets/c1c21c20-5f0e-4049-8260-404a6f396719" />

A merchant sets up one or more Widgets from a dashboard and configures:

* a **mode**: `FIXED_AMOUNT` (merchant sets the price) or `CUSTOMER_AMOUNT` (amount set dynamically, e.g. a checkout total, within min/max limits);
* **min/max** deposit amounts;
* accepted **blockchain networks and currencies**;
* the **wallet address** where funds should be sent;
* optional **domain restrictions** (which websites may host the Widget);
* optional **success/cancel redirect URLs**;
* an optional **metadata schema** (e.g. order IDs).

A merchant may have **up to 10 Widgets**, each independent.

In every settlement option, funds land at the **merchant's own address or a partner's address** — Bleepay does not sit in the middle holding them (see [Custody model](/home/architecture/custody-model)).

## Next steps

* [Bleepay Wallet](/home/architecture/bleepay-wallet) — the voucher-based payment method.
* [Payment flows](/home/architecture/payment-flows) — end-to-end flow details.
* [Custody model](/home/architecture/custody-model) — how funds move.
