Payments, first-class Checking out: Pro plan — $29.00

Two rails to get paid.
Both live, right here.

Crypto links work the moment you clone — four chains, no account, no custody. Cards are real Stripe Elements that go live with your key. Try both below — nothing on this page is a mockup.

  • ✓ No custody, ever
  • ✓ Signed server-side
  • ✓ Cards by Stripe
  • ✓ Zero config to start
Crypto · live today
Create a payment link

Real, signed, live against pay.one.ie — not a mock.

Pro plan$29.00
SUIETHSOLBTC

A real, signed link to your wallet — created on click, no backend needed. Prefer a card? ↓

Or buy from the catalog

See all products →

Card · your Stripe key

And a card form you'd want to fill in.

Real Stripe Elements dressed as a card — tilts to your cursor, guides you field to field, and settles straight to your own Stripe account. It goes live the moment you add two env vars; until then it's an honest preview.

  • ✓ PCI stays with Stripe — we never see a digit
  • ✓ Fail-closed without your keys
  • ✓ Cards, wallets, and Link out of the box
Card checkoutPreview

What it looks like once you wire your own Stripe key.

Funds settle straight to your own Stripe account — this starter never touches them.

4
chains per link
no custody, ever
$0
monthly fees
2
env vars for cards

Which rail?

Two different trades

Ship both. Point buyers at whichever fits — or let them choose.

Crypto

Live today · no account
  • SetupZero — works out of the box
  • CustodyNever — peer to peer
  • ChargebacksNone — the transaction is final
  • FeesNetwork gas only
  • Best forAgents, global buyers, instant settlement
Create a link ↑

Card

Bring your own key
  • SetupYour own Stripe key — two env vars
  • CustodyHeld by Stripe until payout
  • ChargebacksPossible, per Stripe's terms
  • FeesStripe's standard processing rate
  • Best forFamiliar checkout, existing card customers
Fill the card ↑

Crypto, start to settled

Three steps, no middle account

01

Create

One POST — or the form above. The link carries the amount, the chains, and your wallet addresses, signed so nothing can be swapped in transit.

02

Share

It's just a URL and a QR code. Drop it in an invoice, a chat message, a checkout page — anywhere a buyer can tap.

03

Settle

The payer picks a chain and signs. Funds land directly in your wallet — no middle account, nothing to withdraw.

For developers

See it in code

curl -X POST https://pay.one.ie/ \
  -H 'Content-Type: application/json' \
  -d '{
    "protocol": "payment_link_create",
    "data": {
      "amount": 25,
      "unit": "usd",
      "product": "Pro plan",
      "merchantSlug": "your-workspace",
      "chains": ["SUI", "ETH", "SOL", "BTC"],
      "treasuries": { "SUI": "0x...", "ETH": "0x..." }
    }
  }'

# → { "success": true, "data": { "url": "https://pay.one.ie/l/...", "qr": "..." } }
# Signed server-side. Visiting the link verifies the signature before it
# renders — an unsigned or tampered link never reaches a payer.

Clone it. Get paid
today.

Run one wallet keygen, share a link, or add your Stripe key. That's the whole setup.