Web integration · Hearth Pay

Accept EMBER on any site in two lines.

No merchant account, no custodian, no chargebacks, no 3% card fee. The customer's wallet settles instantly over a Tab channel and your page gets a callback. Here's the entire integration:

<script src="hearth-pay.js"></script> <div data-hearth-pay data-to="ember1qmerchant7a3f…" data-amount="12.50" data-label="Corner Bakery"></div> <script> window.addEventListener('hearth:paid', e => { console.log('settled', e.detail.txid, e.detail.confirmMs + 'ms'); // fulfil the order }); </script>

The SDK builds a hearth: payment URI, opens the shopper's wallet, and watches your node for settlement.

🧺 Corner Bakery — checkout

Sourdough loaf8.50
Oat flat white4.00
Total12.50 EMBER