Stripe Authorize and Capture Later

Hi, I’m trying to implement stripe’s authorize and capture later filter. gform_stripe_charge_authorization_only - Gravity Forms Documentation

I added this script to our functions.php file: add_filter( ‘gform_stripe_charge_authorization_only’, ‘__return_true’ );

When I go into the form submissions and the stripe dashboard, the test transactions are completed.

I was wondering if someone can advise and help us implement Authorize and capture later with gravity forms.

Thanks!