Activating paypal using stripe [RESOLVED]

Hi,

I want to activate paypal as a payment method using stripe. But Paypal is greyed out in stripe. According to the documentation I need to add the following code:

add_filter( ‘gform_stripe_checkout_payment_methods’, function( $payment_methods, $feed, $form ) {
return array( ‘paypal’ );
}, 10, 3);

But when doing so, the payment form wont load and gives me an error there is something wrong with the form.

Do I need to add anything else?

There is nothing you can do to get this working. Stripe does not currently support using the PayPal payment method with connect-based integrations such as the Gravity Forms Stripe Add-On.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.