Table of Contents

About

Stripe is a payments processing service that allows to collect and process payment information

(Themes bootstrap used it)

Install

https://stripe.com/docs/stripe-js/reference#including-stripejs

<script src="https://js.stripe.com/v3/"></script>

to the end of the <body> tag across all pages.

Features

  • Hosted Checkout that doesn’t require any backend component - You can configure products, SKUs, and subscription plans in the Stripe Dashboard
  • Testing Payments: In test mode (when using the API key that includes test) Stripe provides test cards for you to test different checkout scenarios.

Documentation / Reference