WE WORK WITH
How It Works
Three simple steps to accept crypto payments alongside Gumroad
Connect Your Webhook
Enter the same webhook URL you use for Gumroad. 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 Gumroad-formatted events. Your existing code handles the rest.
Zero Code Changes
Your existing Gumroad webhook handler already works with Yolfi. We send the same event types with the same structure. Just point us to your webhook URL.
// Your Gumroad webhook endpoint
// Now receives Yolfi crypto payments!
app.post("/webhook", (req, res) => {
const event = req.body;
if (event.type ==="sale.completed") {
sendProduct(event.license_key, event.email);
logSale(event);
}
if (event.type ==="subscription.created") {
activateCreator(event.creator_id);
}
if (event.type ==="refund.issued") {
processRefund(event.id);
}
res.json({ success:true });
});Why Use the Gumroad Adapter
Add crypto payments to your creator store in minutes
No Code Changes
Your existing webhook handler works for both Gumroad and Yolfi crypto payments. Same events, same format.
Same Event Types
sale.completed, subscription.created, refund.issued - all the events you know, for crypto payments.
Global Audience
Sell to creators and fans worldwide who prefer crypto or can't use traditional payments.
Multi-Chain Support
Accept USDC, USDT and other stablecoins on Ethereum, Polygon, Base, BNB Chain and more.
Keep More Money
Crypto transactions have lower fees. Keep more from every sale of your digital products.
No Chargebacks
Blockchain payments are final. No disputes, no fraud, no refund hassles.
Simple pricing for
all businesses
Transactional fee
Frequently Asked Questions
Find answers to the most common questions about Yolfi