#suiteng99
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
What's the PaymentIntent ID?
cus_PD18zilEopchEN
A PaymentIntetn ID starts with pi_
pi_3ONtLjDKXQLPz5yO1NCb7SWP
based on the request, https://dashboard.stripe.com/test/logs/req_6cWM4DSUadQqVr you are using a very old Stripe Android SDK (https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#20154---2022-11-07)
https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#20290---2023-08-28 you should use 20.29.0 and above if you want to offer FPX and GrabPay to your customers
The link above provide latest srk?
https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#20360---2023-12-18 this is the latest SDK
This is for both android and ios?
The ios that I am currently using is the latest?
https://github.com/stripe/stripe-ios/blob/master/CHANGELOG.md#23200-2023-12-18 this is the latest SDK for iOS
How do you know I am using the old version SDK, because the content was the same
based on the request, https://dashboard.stripe.com/test/logs/req_6cWM4DSUadQqVr you are using a very old Stripe Android SDK (https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#20154---2022-11-07)