Checkout

Stripe path · demo mode

Pay with Share

Demo

Real launch: Stripe Checkout Session on the server, webhook marks booking paid, then driver payout queue. Domain: share.myendeavors.me

No bookings yet — try a fixed demo fare of $12, or book a ride first.

You pay$12
Driver keeps (~)$11
Share take 10%$1

Path to real Stripe

  1. Create Stripe account → activate US business
  2. Add keys as env: secret (server) + publishable (client)
  3. Server route creates Checkout Session for booking amount
  4. success_url → share.myendeavors.me/trips?paid=1
  5. Webhook checkout.session.completed → mark paid in DB
  6. Later: Stripe Connect to auto-pay drivers weekly