Shop (Stripe)
Payment processing, cart, and checkout configuration.
Stripe API keys are configured via environment variables. Manage them in your hosting dashboard (Vercel).
Get your API keys from the Stripe Dashboard
In test mode, use Stripe test card numbers. No real charges are made. Switch to live when ready for production.
Select which site displays the shopping cart. Only this site will include the cart icon and checkout functionality. Other sites are unaffected.
Cart is active on: shop. Republish to apply changes to the live site.
A dedicated page where customers view their cart items, adjust quantities, and proceed to checkout. The cart icon in the header links to this page.
Cart page exists on shop. You can edit it from the page editor.
For products marked as "Inquiry Only", a contact button replaces "Add to Cart". Clicking it opens the customer's email app with a pre-filled message.
Configure this URL in your Stripe Dashboard under Developers > Webhooks to receive payment events.
https://edit.spacemusic.com/api/stripe/webhook Events to listen for: checkout.session.completed