#Kais-ideal

1 messages · Page 1 of 1 (latest)

warm jolt
#

Do you have a payment intent ID I can look at?

late wedge
#

Yes i do. Can i safely pass it in here?

warm jolt
#

yup!

late wedge
#

pi_3L3ONKHbdZI27rcR0rJJiuQd

#

Should be this one right?

warm jolt
#

yup - let me take a look!

#

I assume you're using the React Native library?

late wedge
#

Yep!

warm jolt
#

and what version are you using?

late wedge
#

React native: 0.64.3

#

@dapper igloo/stripe-react-native: 0.2.3

#

I found something by accident. It seems like the docs are not up to date yet. I tried to follow the docs to confirm the payment but when i used "type" instead of "paymentMethodType" it works!

warm jolt
#

Yeah, I think it's the opposite - the docs are up to date, but you're on an older version of the SDK

late wedge
#

Aahh yeah the project is now around 3 months old so that should be why. Thanks for looking with me!

#

I will update the project asap

warm jolt
late wedge
#

Is there a way to see an older version of the docs for now since the deadline is strict for this project?

warm jolt
#

Unfortunately there isn't - the only thing I can think of is looking at the example from the library (https://github.com/stripe/stripe-react-native/blame/009c344e654cfa5e17e5e25cb86b94cd1d88fd7b/example/src/screens/IdealPaymentScreen.tsx) and looking to see what the change looked like before they were updated for the rename

GitHub

React Native library for Stripe. Contribute to stripe/stripe-react-native development by creating an account on GitHub.

late wedge
#

Alright. Last question. I'm trying to implement deep linking to return to the correct screen. Is there an example of this? At the moment when i autherize the payment the app goes back to the expo go app. When i open the project it returns to the screen for me to autherize the payment

#

card payments seems to work fine and returns to the correct screen by default

warm jolt