Configuration
Configuring Stripe Payment Provider
You will need to add your Stripe Secret API key into your appsettings.json
below the LicenseKey
as below:
You can find your Stripe Secret API key within your account by heading to Developers -> API keys
If you are going to use the Stripe Webhook (Recommended) then you will need to add the following secret into your appsettings.json
You can create your WebHook Secret within your account by heading to Developers -> Webhooks
You will also need to ensure your Webhooks are configured for Stripe API version:
Your product can have the following optional properties
Alias
Property Type
umbCheckoutMetaData
umbCheckoutTaxRates
Last updated