#demodian_api
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/1387605444813520987
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
the web version of the POS that we have (legacy code) is not react native, but PHP. I just want to get this process going quickly and as smoothly as possible
this is our React Native Terminal SDK : https://github.com/stripe/stripe-terminal-react-native, and it has an example in it too. The guides for most of the steps you mentioned can be found here : https://docs.stripe.com/terminal, but admittedly it's a bit piecemeal at the moment.
Some pages :
- https://docs.stripe.com/terminal/designing-integration?integration-country=US&reader=m2&platform=react-native
- https://docs.stripe.com/terminal/payments/connect-reader?terminal-sdk-platform=react-native&reader-type=bluetooth
- https://docs.stripe.com/terminal/payments/collect-card-payment?terminal-sdk-platform=react-native
we are trying to create a react native expo app that will be on Android initially (iOS later once I have a Mac). the legacy app used the ~$300 internet-accessible card reader that needed wifi. I already have the Terminal SDK working with that one. I want to see if I can minimize my workload trying to implement this new version.
so our sellers can use the cheaper M2 readers