#rwieruch-wisepose
1 messages · Page 1 of 1 (latest)
Are you doing a server-driven integration?
Yes
Ah ok. Recommend following the step by step guide here then. It explains the flow a bit better than the quickstart: https://stripe.com/docs/terminal/payments/collect-payment?terminal-sdk-platform=server-driven
Ah okay. I will read it carefully later! So when I skimmed the sections, it looked like that there is a webhook that I can listen to
Yeah
Ah, I see that I can also set capture_method: 'automatic' which would allow me to not manually capture it. So I'd have to wait, after the customer presented their card, only for the terminal.reader.action_succeeded webhook. Perfect, thank you!