Drop-in Stellar payments for any website

Accept XLM payments instantly with zero backend setup. Just add a script tag and start receiving payments.

View on GitHub

Live Demo

Payment Widget
Awaiting Payment
GABC123XYZ456DEF789GHI012JKL345MNO678PQR
5.00 XLM

Why EmbedPay?

No Backend Needed

Client-side only integration. No servers, no APIs, no complexity. Just drop in the script and go.

🔄

Real-time Confirmation

Instant payment verification using Stellar's network. Get notified the moment a payment is confirmed.

🌐

Testnet & Mainnet

Seamlessly switch between testnet for development and mainnet for production payments.

Quick Start

<script src="https://cdn.embedpay.io/widget.js"></script>
<script>
  EmbedPay.init({
    destination: 'G...',
    amount: '5',
    network: 'testnet'
  });
</script>