Add Crypto Payments
to Your Polar Store

Keep your existing Polar webhook code. Yolfi sends the same events, so crypto payments just work

WE WORK WITH

Bitcoin logo
Ethereum logo
Binance Smart Chain logo
Solana logo
Tron logo
Arbitrum logo
Polygon logo
Base logo
Bitcoin logo
Ethereum logo
Binance Smart Chain logo
Solana logo
Tron logo
Arbitrum logo
Polygon logo
Base logo

How It Works

Three simple steps to accept crypto payments alongside Polar.sh

1

Connect Your Webhook

Enter the same webhook URL you use for Polar.sh. That's it - no new endpoints needed.

2

Create Payment Links

Use Yolfi dashboard or API to create crypto payment links for your products.

3

Get Paid in Crypto

When customers pay with crypto, you receive Polar.sh-formatted events. Your existing code handles the rest.

Zero Code Changes

Your existing Polar webhook handler already works with Yolfi. We send the same event types with the same structure. Just point us to your webhook URL.

webhook.ts
// Your Polar webhook handler
// Now receives Yolfi crypto payments too!

app.post("/webhook", (req, res) => {
  const event = req.body;

  if (event.type ==="order.created.v1") {
    handleOrder(event.data);
  }

  if (event.type ==="subscription.created.v1") {
    activateAccess(event.data.customer.email);
  }

  if (event.type ==="subscription.updated.v1") {
    updateAccess(event.data);
  }

  res.json({ ok:true });
});

Why Use the Polar.sh Adapter

Add crypto payments to your Polar store in minutes

No Code Changes

Your existing webhook handler works for both Polar.sh and Yolfi crypto payments. Same events, same format.

Same Event Types

order.created, subscription.created, subscription.updated - all the events you know, for crypto payments.

Global Crypto Reach

Accept payments from developers and creators worldwide who prefer crypto.

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 card 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

1%

Transactional fee

+ $0.25 fixed fee per transaction

Frequently Asked Questions

Find answers to the most common questions about Yolfi

Start accepting crypto payments for your business now

Maximize revenue, minimize costs.