Stripe Session Service
A service which handles all things around the Stripe Session
Last updated
A service which handles all things around the Stripe Session
Last updated
The Stripe session service is what creates and handles the creation, updating and clearing of the Stripe session.
You can access the Stripe session service by injecting ISessionService
which can be found within the namespace UmbCheckout.Stripe.Interfaces
Gets a Stripe session
Parameters:
Name | Detail |
---|---|
Gets a Stripe session asynchronously
Parameters:
Name | Detail |
---|---|
Creates a Stripe session
Parameters:
Name | Detail |
---|---|
Creates a Stripe session asynchronously
Parameters:
Clears the Stripe session
Parameters:
Clears the Stripe session asynchronously
Parameters:
Name | Detail |
---|---|
Name | Detail |
---|---|
Name | Detail |
---|---|
id
Id of the Stripe Session
id
Id of the Stripe Session
basket
The basket to be stored in the Stripe Session
basket
The basket to be stored in the Stripe Session
id
Id of the Stripe Session
id
Id of the Stripe Session