WE WORK WITH
How It Works
Three simple steps to accept crypto payments alongside Lemon Squeezy
Connect Your Webhook
Enter the same webhook URL you use for Lemon Squeezy. That's it - no new endpoints needed.
Create Payment Links
Use Yolfi dashboard or API to create crypto payment links for your digital products.
Get Paid in Crypto
When customers pay with crypto, you receive Lemon Squeezy-formatted events. Your existing code handles the rest.
Zero Code Changes
Your existing Lemon Squeezy webhook handler already works with Yolfi. We send the same event types with the same structure. Just point us to your webhook URL.
// Your Lemon Squeezy webhook handler
// Now works with Yolfi crypto payments too!
app.post("/webhook", (req, res) => {
const event = req.body;
if (event.type === "order:completed") {
// Works for both Lemon Squeezy and Yolfi
deliverProduct(event.data.id, event.data.email);
sendReceipt(event.data.email);
}
if (event.type ==="subscription:created") {
addSubscriber(event.data.attributes.customer_email);
}
if (event.type ==="subscription:updated") {
updateSubscription(event.data.id);
}
res.json({ success:true });
});Why Use the Lemon Squeezy Adapter
Add crypto payments to your digital product store in minutes
No Code Changes
Your existing webhook handler works for both Lemon Squeezy and Yolfi crypto payments. Same events, same format.
Same Event Types
order:created, order:completed, subscription:created - all the events you know, for crypto payments.
Global Crypto Reach
Sell to customers worldwide who prefer crypto or live in places where credit cards aren't available.
Multi-Chain Support
Accept USDC, USDT and other stablecoins on Ethereum, Polygon, Base, BNB Chain and more.
More Revenue
Crypto transactions have lower fees than card payments. Keep more money from every sale.
No Chargebacks
Blockchain payments are final. No disputes, no fraud chargebacks, no refund headaches.
Simple pricing for
all businesses
Transactional fee
Frequently Asked Questions
Find answers to the most common questions about Yolfi