Back
MAKE: The Indie Maker Blueprint
Load previous page…
get server side Stripe Checkout working by having payment modal send AJAX with email address to server to create_checkout_session, then that replies with checkout_session_id and then Stripe JS uses that to redirectToCheckout() and this lets us use multiple payment methods like AliPay
#readmake