WE WORK WITH
How It Works
Three simple steps to accept crypto payments alongside Dodo Payments
Connect Your Webhook
Enter the same webhook URL you use for Dodo Payments. That's it - no new endpoints needed.
Create Payment Links
Use Yolfi dashboard or API to create crypto payment links for your products.
Get Paid in Crypto
When customers pay with crypto, you receive Dodo Payments-formatted events. Your existing code handles the rest.
Zero Code Changes
Your existing Dodo Payments webhook handler already works with Yolfi. We send the same event types with the same structure. Just point us to your webhook URL.
// Your Dodo Payments webhook handler
// Now works with Yolfi crypto payments!
app.post("/webhook", (req, res) => {
const event = req.body;
if (event.action ==="payment_completed") {
fulfillOrder(event.transaction_id);
}
if (event.action ==="subscription_started") {
startBilling(event.subscription_id);
}
if (event.action ==="payment_failed") {
handleFailure(event.reason);
}
res.json({ received:true });
});Why Use the Dodo Payments Adapter
Add crypto payments to your Dodo Payments business in minutes
No Code Changes
Your existing webhook handler works for both Dodo Payments and Yolfi crypto payments. Same events, same format.
Same Event Types
payment_completed, subscription_started, payment_failed - all the events you know, for crypto payments.
Global Crypto Reach
Accept payments from customers worldwide who prefer crypto or live in regions with limited payment options.
Multi-Chain Support
Accept USDC, USDT and other stablecoins on Ethereum, Polygon, Base, BNB Chain and more.
Lower Fees
Crypto transactions often cost less than traditional payments. Keep more of your revenue.
No Chargebacks
Blockchain payments are final. No disputes, no fraud chargebacks, no revenue loss.
Simple pricing for
all businesses
Transactional fee
Frequently Asked Questions
Find answers to the most common questions about Yolfi