#just problem!

1 messages · Page 1 of 1 (latest)

nova domeBOT
safe orbit
old perch
#

i want to implement TTPOI, so i use https://github.com/stripe/stripe-terminal-react-native main branch as my react-native dependent, and i use discoverReaders and connectLocalMobileReader are not problem, but when i call collectPaymentMethod after call retrievePaymentIntent, it show me error "{"code": "InvalidRequiredParameter", "message": "A required parameter was invalid or missing."}".

Any ideas?

GitHub

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

safe orbit
#

you've asked the same question before, the current release for react native library doesn't support TTPOI yet

#

the react native library integrates the IOS and Android sdks - the latest react native terminal release uses IOS SDK v2.13. Support for Tap to Pay on IOS is only included in v2.14.0

old perch
#

yes, i know you are not release react-native TTPOI version, but i just encounter a problem, so i just want to know there are some answer about it.

nova domeBOT
old perch
#

i use RN SDK main branch as my dependency, so i can use it, but i encounter error.

cobalt ruin
#

Hi @old perch are you using a beta version of iOS in your iPhone?

#

Also can you share with me the full error stacktrace?

old perch
#

no, my iOS version is 16.0.3, and stacktrace in here, no more useful information.

cobalt ruin
#

Do you have the PaymentIntent ID?

old perch
#

yes, i just replace discoveryMethod parameter to "localMobile" and use connectLocalMobileReader to connect reader, the rest of the process like retrievePaymentIntent/collectPaymentMethod is the same as using Bluetooth reader.

cobalt ruin
#

What's the paymentIntent ID that you passed to collectPaymentMethod() function?

old perch
#

pi_3MnwBLIZwcIFVLGr0dSIsdyp

old perch
#

have any update?

cobalt ruin
old perch
#

sure! i can confirm acceptance of Apple's Terms and Conditions when i call connectLocalMobileReader api.

cobalt ruin
#

This is going to require a bit more investigation. Sorry to redirect you, but can you write in to https://support.stripe.com/contact/email with the information, code snippet, and example PaymentIntent that you provided. We'll respond via email/ticket after looking into it further.

old perch
#

OK

nova domeBOT