Shop (Stripe)

Payment processing, cart, and checkout configuration.

Stripe Connection

Stripe API keys are configured via environment variables. Manage them in your hosting dashboard (Vercel).

Live Keys: Configured
Test Keys: Configured
Webhook Secret: Configured

Get your API keys from the Stripe Dashboard

Stripe Mode Test Mode

In test mode, use Stripe test card numbers. No real charges are made. Switch to live when ready for production.

Shop Site

Select which site displays the shopping cart. Only this site will include the cart icon and checkout functionality. Other sites are unaffected.

No shop site selected. The cart will not appear on any site.

Webhook

Configure this URL in your Stripe Dashboard under Developers > Webhooks to receive payment events.

https://edit.origin-infinite.com/api/stripe/webhook

Events to listen for: checkout.session.completed

Manage webhooks in Stripe Dashboard