showStripeCheckout
The showStripeCheckout
action initiates the Stripe Checkout process. This action is often used internally by the Stripe component but can be called directly if needed for custom payment flows.
Key
Type
Description
action
string
"showStripeCheckout"
options
object
Contains the necessary parameters for Stripe Checkout (e.g., API key, product details, currency, etc.). These options typically mirror those used by the Stripe component.
Example Action Object
Last updated
Was this helpful?