Accept XLM payments instantly with zero backend setup. Just add a script tag and start receiving payments.
View on GitHubClient-side only integration. No servers, no APIs, no complexity. Just drop in the script and go.
Instant payment verification using Stellar's network. Get notified the moment a payment is confirmed.
Seamlessly switch between testnet for development and mainnet for production payments.
<script src="https://cdn.embedpay.io/widget.js"></script>
<script>
EmbedPay.init({
destination: 'G...',
amount: '5',
network: 'testnet'
});
</script>