Hooks

Articles

gform_stripe_session_data

The gform_stripe_session_data filter can be used to set/update product/subscription data before creating the session in Stripe. Can be used to add product images.

gform_stripe_submission_timeout_seconds

The gform_stripe_submission_timeout_seconds filter enables users to change the time (in seconds) that the form submission will wait for the Stripe webhook before displaying the Timeout confirmation.

gform_stripe_subscription_cancel_at_period_end

This filter can be used to delay the cancellation of the subscription until the end of the current period.

gform_stripe_subscription_params_pre_update_customer

This filter allows the subscription parameters to be overridden before the customer is subscribed to the plan.

gform_stripe_subscriptions_self_serve_markup

Allows the subscriptions list markup or the no subscriptions found markup to be modified.

gform_stripe_success_url

Filters Stripe session’s success URL, which is the URL that users will be sent to after completing the payment on Stripe.

gform_stripe_url_port

This filter sets the Stripe URL port if it’s not 80.

gform_stripe_webhook

This filter can be used to add support for performing actions on additional Stripe events.

gform_stripe_webhook_signing_secret

This filter allows the webhook signing secret for the specified API mode to be modified.

gform_submission_data_pre_process_payment

This filter can be used to modify the submission data before it’s used during feed processing by a payment add-on.