#deepak-kumar_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1423730881188855898
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- deepak-kumar_docs, 2 hours ago, 8 messages
Strips offers stripe-terminal-react-native SDK (https://github.com/stripe/stripe-terminal-react-native) for Tap to Pay integration
So this means I can use react native sdk for it?
I'd recommend checking the following Tap to Pay integration guides of stripe-terminal-react-native SDK:
- Set up: https://docs.stripe.com/terminal/payments/setup-integration?terminal-sdk-platform=react-native#install
- Connect: https://docs.stripe.com/terminal/payments/connect-reader?terminal-sdk-platform=react-native&reader-type=tap-to-pay
- Collect payment: https://docs.stripe.com/terminal/payments/collect-card-payment?terminal-sdk-platform=react-native
Stripe has two react native SDK - one for online payments, and another for in-person terminal payments
How difficult is the integration? We already have the Apple Entitlement
You should use the one for in-person terminal for Tap to Pay: https://github.com/stripe/stripe-terminal-react-native
How difficult is the integration?
I've shared the integration guides above for integrating Tap to Pay using stripe-terminal-react-native SDK. Difficulty is subjective, so I can't advise on this
I'd recommend reviewing the integration guides above to assess the integration difficulty with your system
I need to order test card right?
Yes! It will work in test mode and Sandboxes
Thank you!