Website.checkout_using_stripe#
- Website.checkout_using_stripe(secret_key, **kwargs)#
Opens a Stripe checkout page.
- Parameters:
secret_key (str) – The secret key of your Stripe account.
kwargs – Keyword arguments that can be passed to stripe.checkout.Session.create.