By Stripe
Sell products or accept payments with a secure Stripe checkout flow. No server code needed.
BUTTON_IDrequiredStripe buy button ID
Default: buy_btn_xxxx
YOUR_PUBLISHABLE_KEYrequiredStripe publishable key
Default: pk_live_xxxx
<script async src="https://js.stripe.com/v3/buy-button.js"></script>
<stripe-buy-button
buy-button-id="BUTTON_ID"
publishable-key="YOUR_PUBLISHABLE_KEY"
></stripe-buy-button>Stripe Buy Button
Live preview requires your own credentials. Copy the embed code, replace the placeholder values, and paste into your site.