Skip to main content

Stripe Integration

This page explains how to integrate Stripe with the SaaS Development Console to streamline billing and invoice management.
Information such as pricing plans and tax rates configured in the SaaSus Platform will be automatically synced to Stripe and used in the invoicing process.

info

If you do not use Stripe, this configuration is not required.

Registering the Stripe Secret Key

To enable Stripe integration, register your Stripe secret key in the SaaSus Platform.

  1. Go to the External Integrations menu from the SaaS Development Console
  2. Enter your Stripe Secret Key
  3. Click Save

stripe-secret

Once completed, future pricing plan and tax rate configurations will automatically be sent to Stripe.

Tax Rate Mapping to Stripe

Tax rates configured in the SaaS Development Console will be reflected in Stripe as follows:

Stripe ColumnSaaS Development Console FieldDescription
-Tax Rate NameInternal identifier (must be unique)
TypeDisplay NameDisplayed on Stripe invoices (if integrated)
DescriptionDescriptionHuman-readable label for the tax rate
Rate (%)PercentageNumeric value of the tax rate
RegionCountryCountry where the tax applies
Inclusive/ExclusiveInclusive/ExclusiveIndicates whether the tax is included in the amount or not

stripe-tax-setting

Example: Invoices Issued with Stripe

Based on the configured tax settings, Stripe will generate invoices accordingly — here are examples for inclusive, exclusive, and no tax cases.

Invoice with Inclusive Tax

Invoice View
invoice-tax-included

PDF Version
invoice-tax-included-pdf

Invoice with Exclusive Tax

Invoice View
invoice-tax-excluded

PDF Version
invoice-tax-excluded-pdf

Invoice without Tax Settings

Invoice View
invoice-no-tax

PDF Version
invoice-no-tax-pdf