Skip to content

Payments Using Stripe

Taylor Brazelton edited this page Jan 11, 2020 · 1 revision

Our server should never store a user's sensitive payment data, therefore we use Stripe.JS to tokenize and keep their data on PCI compliant servers and let us just deal with the references.

https://stripe.com/docs/stripe-js

Clone this wiki locally