Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 878 Bytes

getting-started.mdx

File metadata and controls

26 lines (18 loc) · 878 Bytes
title id
Getting started
getting-started

import Link from '@docusaurus/Link'

There are two ways you can implement this library. Client Only mode and Checkout Session mode

Client Only Mode

This is for anyone who wants to configure their products on the Stripe Dashboard and doesn't want to manage their own server. This is a secure, easy way to get up and running.

Click here to see client-only docs

Checkout Session mode

This is for any implementation that leverages Servers or a Serverless architecture. It's more work but gives you more control over the products and prices in ways you might not be able to with Stripe's dashboard.

Click here to see serverless docs