#acpnayak_code
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/1243186650432147506
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ below are our guides for building a TTP integration in an iOS app, they walk you through the full process:
- https://docs.stripe.com/terminal/payments/setup-reader/tap-to-pay (initial TTP setup)
- https://docs.stripe.com/terminal/payments/setup-integration?terminal-sdk-platform=ios (initial app setup)
- https://docs.stripe.com/terminal/payments/connect-reader?reader-type=tap-to-pay (this is the one specifically about connecting to the TTP reader)
- https://docs.stripe.com/terminal/payments/collect-card-payment (processing a payment)
Why we need to connect to reader if app is running on iPhone which itself supports tap to pay?
Because the app doesn't automatically connect to things it doesn't need, you have to instruct it to connect to the necessary resource on the device.
hmm, so it need to connect to local reader? instead of external reader if iPhone supports tap to pay?