Skip to content

Stripe

First Class Support for Stripe.

The DevStarter provides following features for Stripe Integration:

  • Webhook Listners for Payments: These webhooks include events like product.created product.updated price.created price.updated checkout.session.completed customer.subscription.created customer.subscription.updated customer.subscription.deleted

  • Self Service portal link: Your user can use Stripe’s self service portal link to connect to stripe for managing subscriptions

  • MultiCurrency Support: You can create multiple prices for a single product and then you can configure the plans API to fetch the plans based on GeoLocation of the user from frontend more details here