#kamil1999_ttp-pos-server
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/1336110868026359808
๐ 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.
- kamil1999_api, 4 days ago, 7 messages
Hi ๐
I'm sorry but the way you question is worded doesn't make sense. For Tap to Pay, the POS system needs to be written on the mobile device that is accepting the payment.
I see, so everything should be done on mobile, only webhook can be hadled on backend side
after making payment through Tap to Pay will backend receive webhook ?
Well you create the Payment Intent and receive the webhooks on the back-end. The mobile POS should be communicating directly with your server
after making payment through Tap to Pay will backend receive webhook ?
Yes, these payments generate the same webhook events as other Stripe payments. E.g. payment_intent.succeeded https://docs.stripe.com/api/events/types#event_types-payment_intent.succeeded
Ok, I was curius if i can for exmaple generate terminal through web, then login to mobile app on android and use same terminal that i created on web
has it sense?
No, this doesn't make any sense to me. The "terminal" is the device that accepts payment method data from the customer. So it has to be the mobile device with NFC capabilties.
Happy to help ๐
have a good day ๐
You too ๐