#mr.medi

1 messages · Page 1 of 1 (latest)

short glacierBOT
coral iris
#

Which version of the SDK are you using?

shadow pawn
#

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

coral iris
shadow pawn
#

is out of beta? but in the doc it mentions to have this package stripe-php v10.16.0-beta.1

coral iris
#

Yep, it's out of beta. Which doc?

shadow pawn
coral iris
#

The URL would be great

coral iris
#

Ah, ok. We need to fix that

#

You can ignore those specific beta version. It's supported in anything > 13.9.0

shadow pawn
#

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?

coral iris
#

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

shadow pawn
#

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 🙂