Stripe Filters
Articles
gform_card_details
This filter is executed when creating the Stripe Card field and can be used to modify the “Card Details” label.
gform_stripe_api_mode
This filter allows the API mode to be set to “live” or “test”.
gform_stripe_cancel_url
Filters Stripe session’s cancel URL, which is the URL that users will be sent to after canceling the payment on Stripe.
gform_stripe_charge_authorization_only
This filter allows authorization only transactions by preventing the capture request from being made after the entry has been saved.
gform_stripe_charge_description
This filter can be used to modify the charge description before it is sent to Stripe.
gform_stripe_charge_pre_create
This filter allows the charge properties to be overridden before the charge is created by the Stripe API.
gform_stripe_checkout_options
This filter was removed in Stripe version 3.0. The functionality can be covered by the gform_stripe_session_data filter.
gform_stripe_checkout_payment_methods
This Stripe Add-On filter allows manual setting of the payment methods used by Stripe Checkout.
gform_stripe_checkout_supported_cards
This filter was removed in Stripe version 3.0.This filter was removed in Stripe version 3.0.
gform_stripe_connect_enabled
Allows the disabling of Stripe Connect in order to use the legacy connection settings.