Updated March 2026
Sutrena does not process payments itself, but you can embed any payment provider directly on a Sutrena page. Stripe Buy Buttons, Paddle overlay checkout, PayPal Smart Buttons, LemonSqueezy overlays, Gumroad widgets — they all work. Load the provider's JavaScript SDK in your page HTML and render their checkout widget. The customer pays without leaving your page.
The simplest setup: create a Stripe Payment Link in the Stripe Dashboard, then add a styled button on your Sutrena page that links to it. Zero JavaScript required. Or embed a Stripe Buy Button web component for a richer experience.
For order workflows: use a Sutrena form to collect order details (name, email, items, quantity), then show the payment widget below the form. The form collects the data, the payment provider handles the money. Set up a Sutrena webhook to trigger an automation (n8n, Make, Zapier) that sends confirmation emails after payment.
The order template includes name, email, item, quantity, and notes fields. Combine it with a Stripe Buy Button or Paddle checkout on the same page.
See the guide: How to add payments to a Sutrena page.