🛒
Stripe Checkout (Shopping Cart) Plugin
  • 👋Introduction
  • Installing the Plugin
  • Configuring Stripe API Keys
  • Setting up your Database
  • Adding items to the shopping cart
  • Creating Checkout Sessions
  • Embedding payment forms in your app
  • Adding Shipping Rates
  • Automatically Create Stripe Customer ID's
  • Saving down details of a transaction
  • Stripe Tax
  • Discounts
  • Support Queries
Powered by GitBook
On this page

Automatically Create Stripe Customer ID's

PreviousAdding Shipping RatesNextSaving down details of a transaction

Last updated 1 year ago

The 'Create Customer ID' field is a yes/no field that tells Stripe whether or not you want to automatically create a new Customer ID. If set to 'yes', a new Customer ID will automatically be created in every Checkout Session.

Please note that this will only apply when you are in 'payment' mode; i.e. when the Checkout Session involves one-off sales only (no subscription item).

A Stripe Customer ID is automatically created during every Checkout Session where a subscription product is sold.