Form Checkout Redirect
Seamless redirection to Stripe-hosted checkout pages for one-time & subscription payments after submitting your form. Support multi payment methods, one-time, recurring pay, coupon, tax, etc.
Last updated
Seamless redirection to Stripe-hosted checkout pages for one-time & subscription payments after submitting your form. Support multi payment methods, one-time, recurring pay, coupon, tax, etc.
Last updated
Upon enabling this checkout method, the workflow proceeds as follows:
When the user submits the form, we initially validate the fields required by the contact form.
Next, we redirect to the Stripe-hosted checkout page to complete the transaction.
Once the payment succeeds, the form data will be saved and a success message will be sent out.
To trigger CF7 email notification after payment, the webhook setup is required.
More custom fields, such as user email, price, frequency, quantity, currency, product, etc.
More payment methods, like EPS, Giropay, Sofort, iDeal, Alipay, Apple/Google Pay, WeChat.
Using a secure Stripe-Hosting checkout page that can be customized with your Brand.
One-Time & Recurring Pay.
Coupon, Stripe-Tax.
Install the Plugin: Ensure our plugin is installed.
**Verify Stripe Settings:
We are going to create a contact form with an amount field and quantity field to checkout.
In the form settings page, an additional tab titled "Stripe Checkout Redirection" should be visible. Once enabled, it will redirect the end user to the Stripe after submitting form.
Enable: The form redirection only works if we enable this item.
Payment Methods: Specify the supported payment methods (choose Automatic collect if you want to keep the same as Stripe Dashboard activations)
Payment Type: the Payment Type field that consists of three options: one-time, subscription, and flex.
One-time - For only standalone purchases
Subscription - For only recurring subscriptions (Pro only)
Flex - Collects either one-time or subscription based on conditional logic (Pro only)
Amount Field: This option is a dynamic value, we can set a fixed value or a field name such as [your-amount]
To enable a subscription, make sure the premium version is installed first. When the Payment Type is chosen as Subscription or the subscription field condition is met under Flex mode, the payment will be considered a subscription. Configure the following settings:
After completing the configuration, preview, and test