General

Stripe is an online payment processing platform that allows businesses to use its APIs to safely and effectively accept online and credit card payments.

Library

Summary

  • Create a Checkout Session that redirects users to Stripe’s pre-built payment page
  • After payment on Stripe’s payment page, users will be redirected back to the success_url we provide to Stripe
  • Stripe will publish events to update on payment statuses, and we can receive these events using webhooks

For a list of things to look out for when developing and testing Stripe, look here