Payments
Accept payments with Stripe or embed Shopify products on your Pagesmith site.
Accept payments and sell products directly from your site.
Stripe Payments
Accept one-time and recurring payments with Stripe Checkout.
Requires: SSR enabled on your site.
Setup:
- Select Stripe Payments from integrations
- Enter your Publishable Key and Secret Key from the Stripe dashboard
- Optionally add a Webhook Secret for real-time payment notifications
What gets added:
- Checkout button component you can place anywhere
- Success and cancel pages for the checkout flow
- Webhook handler for payment events
- Server-side API route for secure checkout session creation
Tell the AI what you want to sell and it will set up the checkout flow:
Add a checkout button for a $49 monthly subscription
Create a pricing page with Stripe checkout for each tier
Shopify Buy Button
Embed product cards and checkout buttons from your Shopify store. Customers complete purchase through Shopify’s checkout.
Setup:
- Select Shopify Buy Button from integrations
- Enter your Store Domain (e.g.,
yourstore.myshopify.com) - Add your Storefront Access Token as a secret
What gets added:
- Buy Button component for embedding individual products
- Product Card component for displaying product details
Shopify Storefront
Display full product collections and catalog from your Shopify store.
Setup:
- Select Shopify Storefront from integrations
- Enter your Store Domain
- Add your Storefront Access Token as a secret
What gets added:
- Storefront client for querying products and collections
- Product and collection display components
- Automatic product data fetching