#arunasura
1 messages · Page 1 of 1 (latest)
EDIT ; i'm writting in PHP
Did you tried with just paypal?
Comment line 9 told it's possible ?
But, with PayPal alone, the same error occur
This code trigger the same error :
$session = \Stripe\Checkout\Session::create([
'payment_method_types' => ['paypal'],
'line_items' => $items,
'success_url' => $successUrl,
'cancel_url' => $cancelUrl,
]);
Did you try with a valid email ?
Yes of course, I just removed my info for the screen, this error occur after validating the form by clicking the "Subscribe" button
you need to enable Paypal recurring payments in your Dashboard settings : https://stripe.com/docs/payments/paypal/set-up-future-payments , did you do that?
you can't use Subscriptions with Paypal (as you're trying to do) until that setting is enabled and your account is active for it
I must have missed this option, it was disabled.
I will wait for approval and try again 🙂