Skip to main content
Getly

One script tag. Any website.

Add a Buy button to your own website — no Stripe account needed

Paste one line of code and sell a digital file from anywhere. Buyers pay by card, Apple Pay, Google Pay or crypto. Getly hosts the file, sends the receipt and handles refunds — you just collect the money.

Free to add. Standard 20% fee per sale — 90% kept for your first 3 months.

How it works

Three steps. No backend, no payment setup, no code beyond a copy-paste.

  1. Paste one line

    Add the Getly pay.js script tag once, anywhere on your page.

  2. Add a Buy button

    Drop a button with your store and product slug. That’s the whole integration.

  3. Get paid

    Buyers check out through Getly; we deliver the file and pay you out on the 1st and 15th.

Three-panel comic: paste one line of code, a buyer taps Buy, the seller gets paid.

Copy, paste, done

Replace the store and product slugs with your own. Everything else stays the same.

Popup checkout (recommended)

Opens a secure Getly checkout in a popup. Apple Pay and Google Pay show up automatically — no extra setup.

index.html
<!-- 1. Load once, anywhere in your page -->
<script src="https://www.getly.store/pay.js" async></script>

<!-- 2. Drop a button wherever you want to sell -->
<button data-getly-buy
        data-store="YOUR_STORE_SLUG"
        data-product="YOUR_PRODUCT_SLUG">
  Buy now
</button>

Inline checkout

Renders the checkout right on your page. Add your domain in the dashboard to enable Apple Pay here.

index.html
<script src="https://www.getly.store/pay.js" async></script>

<!-- Embedded checkout, rendered right on your page -->
<div data-getly-buy
     data-store="YOUR_STORE_SLUG"
     data-product="YOUR_PRODUCT_SLUG"
     data-mode="inline"></div>

Try it right now

This is a real, working widget for a $1 demo product. Click to load it, then try the checkout — you can cancel anytime.

For your privacy, we only load the widget when you click.

Why not just a Stripe Buy Button?

A raw payment button charges the card and stops there. The Pay Widget runs the whole sale for you.

What you getGetly Pay WidgetTypical checkout button
Payment accountNone needed — sell under GetlyYour own Stripe account + KYC
File deliveryAutomatic — hosted & deliveredYou build it yourself
License keysIssued & validated for youNot included
Receipts & invoicesSent automaticallyYou handle it
Refunds & disputesHandled by GetlyYour responsibility
Crypto paymentsUSDT / USDC built inCard only
Marketplace trafficAlso listed in the Getly marketplaceYour traffic only
Apple Pay / Google PayAutomatic on popup checkoutManual domain setup

Comparison describes typical embeddable payment buttons in general terms; capabilities vary by provider.

What the 20% actually buys

It isn’t just card processing. It’s the entire operation behind a digital sale.

File hosting

Your files stored and served on a fast global CDN.

Secure downloads

Signed, expiring links so your product can’t be shared for free.

License keys

Issued and validated automatically for software and templates.

Receipts & invoices

Every buyer gets a receipt; VAT-style invoices on request.

Refunds & disputes

We handle chargebacks and the refund workflow for you.

Crypto payouts

Get paid in USDT or USDC across five blockchains.

Marketplace reach

Your product is also discoverable inside the Getly marketplace.

Reliable payouts

Automatic payouts on the 1st and 15th of every month.

Keep 90% for your first 3 months

Built for the pages you already have

Quiz funnels

Sell a tailored report at the end of a quiz — set the product from the result.

Link in bio

Turn a single link-in-bio page into a checkout for your best product.

Newsletter landings

Add a Buy button to the landing page your subscribers already land on.

Portfolios

Sell presets, templates or assets straight from your portfolio site.

Quiz-funnel example

Set data-product at runtime from the quiz result, then let the widget handle the rest.

quiz-result.html
<!-- Set the product from your quiz result at runtime -->
<button id="buy" data-getly-buy data-store="YOUR_STORE_SLUG">Get your report</button>

<script src="https://www.getly.store/pay.js" async></script>
<script>
  // e.g. result === "focus" -> sells the "focus-report" product
  document.getElementById('buy')
    .setAttribute('data-product', result + '-report');
</script>

Works where you build

Any site that lets you add an HTML embed can run the Pay Widget.

Webflow

Add an Embed element and paste the snippet inside it.

Framer

Use an Embed / HTML component and drop the snippet in.

Carrd (Pro)

Add an Embed element (Pro plan) with the code snippet.

Notion

Notion can’t run scripts — share a Getly checkout link instead.

Building with AI?

Paste this into v0, Lovable, Cursor or any AI builder to add a Buy button.

prompt
Add a "Buy" button to this page using the Getly Pay Widget.

1. Load the script once: <script src="https://www.getly.store/pay.js" async></script>
2. Add a button: <button data-getly-buy data-store="STORE_SLUG" data-product="PRODUCT_SLUG">Buy</button>
Replace STORE_SLUG and PRODUCT_SLUG with mine. Default popup mode is fine.
Do not add an integrity attribute — the script updates in place.

Frequently asked questions

Everything sellers and buyers ask about the Pay Widget.

Why 20% when Stripe only charges around 3%?

Stripe’s ~3% is only card processing — you still build hosting, delivery, license keys, receipts, refunds, tax and fraud handling yourself. The 20% covers all of that plus payouts and marketplace exposure, and you keep 90% for your first 3 months.

Do I need my own Stripe account?

No. Sales run through Getly’s payment infrastructure. You just connect a payout method (bank via Stripe Connect, or a crypto wallet) to receive your money.

What does the buyer see?

A secure Getly checkout — either a popup or embedded on your page. After paying, they get the file instantly plus an email receipt and access in their Getly library.

Are Apple Pay and Google Pay supported?

Yes. On popup checkout they appear automatically on supported devices with no setup. For inline checkout, add your domain in the dashboard so we can register it for Apple Pay.

When do I get paid?

Payouts run on the 1st and 15th of each month via Stripe Connect (bank) or crypto (USDT/USDC), once you pass the minimum threshold.

Can I fully white-label the checkout?

Not in this version. The button lives on your site, but the checkout is a Getly-branded secure page. This keeps buyers trusting the payment and keeps you off the hook for PCI compliance.

Which website builders work?

Any site where you can add an HTML/embed block: plain HTML, Webflow, Framer, Carrd (Pro), most landing-page builders. Platforms that block scripts (like Notion) can use a shared Getly checkout link instead.

Who handles refunds and chargebacks?

Getly does. Refund requests and card disputes are managed on our side under a standard 30-day window, so you don’t deal with payment providers directly.

Start selling from your own site today

Grab your embed code in the dashboard — you’ll be live in a couple of minutes.