Stripe Provider Integration
How to get started with payment provider integrations.
Stripe
Installing the integration
services.AddUcommerce()
.AddBackOffice()
.AddPayments()
.AddStripe()
app.UseUcommerce()
.UseBackOfficeUi()
.UsePayments()
.UseStripe("OptionalCallbackUri");Creating a Payment Method

Configuring Stripe

Property
Description
Required
Last updated