#FabulouSebas
1 messages · Page 1 of 1 (latest)
Good question. Checking in to this and will get back to you
Did this recently start happening or have you been getting this the entire time when using this SDK?
Also what version are you currently using?
I appreciate the quick response! I've just started implementing the functionality, so its been doing that since i've completed the flow. I am using "@stripe/stripe-terminal-react-native": "0.0.1-beta.11"
Apologies still looking in to this. I see that that is the latest version of the Terminal RN library and it looks like this is related to the iOS version attached to that version but I can't tell what version there may be to upgrade and if it is even possible to do so with this version of the RN Terminal SDK
Okay no worries. I will wait for any further update you can find, and meanwhile, I will keep investigating on my side 💻 !
Hi there. What reader are you using?
I am using a Stripe M2 reader which is curently at the latest version "deviceSoftwareVersion": "2.01.00.17-SZZZ_Prod_US_v5-480001"
Ok thanks for that. Let me see what I can find
I appreciate that! Thank you for the help
We do say publicly 2.1.0 and greater should be fine, so this seems unexpected: This reader requires the Stripe Terminal SDK 2.1.0 (or later) https://stripe.com/docs/terminal/readers/stripe-m2
Yeah ive seen the same thing 😦 . I am trying to use main instead of a released version, to see if that could solve the issue without creating more
Also did this ever work? Or is this an entirely new integration you're trying to get up and running?
It is a new feature I've just started to add into our app
The payments is?
Yes, with the stripe terminal
Got it, so this wasn't something that was working before then correct?
i am already using the payment sheet for react native (https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet)
Yes, it never worked, ive just finished implementing the feature
Got it thanks
The version of your reader was also released 2 days ago so wondering if it's an issue with the latest release. Will dig
Thank you! Is it possible to downgrade the reader's version somehow ?
Hm I'm not sure about that. I just reached out to a team internally about your issue though
Will get back to you when I know more
Okay so, when using the latest commit Add deviceType of reader for TTPOI. (#457) from main https://github.com/stripe/stripe-terminal-react-native/commits/main, i am now able to make it work. I am now seeing my payment as succeeded on the dashboard. I will further verify to make sure this isnt a false positive
Ok let me know
Are you using automatic capture method?
Also can you share your account id here?
If you're using automatic capture, you can switch to manual as an alternative work around but you'd have to add the code to run the capture. There’s a requirement that new users trying to use automatic capture use sdk 2.17 (which the latest commit in master uses but not the latest release)
The account name is 'Tixco LLC.'. Would that be enough for you ?
I am using the automatic capture method, yes. Lemme check what i need to do to run the capture
Latest Payment intent id : pi_3MydAlFzfann2p9G1Nwqqonp
Cool thanks
Yeah so recommend you use manual capture as a workaround for now until the team releases the latest code in master for the react native sdk
Okay perfect, that makes sense to me. I will switch to the manual capture and will come back here to 'close' this conversation if that works!
What do you mean by close exactly?
Sounds good!
The thread may be closed by then as we archive them after some time of inactivity
Oh okay legit. Then, thank you for your time! In any case, if the manual capture does not work, i will switch the lib to point to main's latest commit instead since that works
Yeah sounds good. Hopefully the team gets a new release out somewhat soon
I've flagged the issue to them so that's all I can do 😄
yeah hahaha, awesome! Thank you again, that was incredibly helpful!