#mr.medi
1 messages · Page 1 of 1 (latest)
Which version of the SDK are you using?
Im currently trying the beta 10.16.0-beta.1
I created the stripe object like that $stripe = new \Stripe\StripeClient(env('STRIPE_SK')); and then get the customer, create a payment intent but when calling to $customer_session = $stripe->customerSessions->create it comes the issue
Hmm, that feature is out of beta now. Can you update? https://github.com/stripe/stripe-php/releases/tag/v13.9.0
is out of beta? but in the doc it mentions to have this package stripe-php v10.16.0-beta.1
Yep, it's out of beta. Which doc?
The URL would be great
Ah, ok. We need to fix that
You can ignore those specific beta version. It's supported in anything > 13.9.0
But I would like to try out the beta version of payment elements which you released the last week, if I update to 13.9.0 the beta functionalities of Elements with Custom Checkout and Saved Payment Methods would still work?
Which beta version?
Ah, ok. I see now
Just ignore the list of beta SDKs. Any SDK version with support for Customer Sessions will work
At the time that doc was authored, Customer Sessions was still beta. It's not now
I see, thank you for the help! With 13.9.0 I don't have that problem, I will continue to try it and let you know if I have any issue 🙂