Stripe Filters

Articles

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.

GFStripe

GFStripe is the class which houses the main functionality of the Gravity Forms Stripe Add-on, it extends the GFPaymentAddOn class which is part of the add-on framework.

Stripe Feed Meta

The Feed Meta object for the Stripe Add-On is an associative array containing the properties which determine what type of transaction should occur and what values are sent to Stripe.