🛒
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

Adding Shipping Rates

PreviousEmbedding payment forms in your appNextAutomatically Create Stripe Customer ID's

Last updated 1 year ago

You can add shipping rates to each Checkout Session - it will look like this:

First you'll need to create a Shipping Rate in the of your Stripe Dashboard.

Please note that the Shipping Rate currency must be the same as the currency you're using for the Stripe Checkout Session

Once you've created a Shipping Rate:

  • Copy the Shipping Rate ID from your Stripe Dashboard

  • Paste it into the "Shipping Rate ID" input field on the "Stripe - Create Checkout Session (Cart)" workflow action

Shipping Rates section