#Sanjeewa
1 messages ยท Page 1 of 1 (latest)
Hello ๐
As far as I know those terminal events are for Server-driven SDK integration.
Can you clarify how exactly are you integrating terminal?
we are integrating using the JavaScript SDK
Ah okay, that's why you're not receiving following events
terminal.reader.action_failed
terminal.reader.action_succeeded
Oh ok, we create the payment intent from serer side, I assume that's why we just receive only them
I see. Server-driven integration is when all the operations for a terminal transactions are performed server-side
https://stripe.com/docs/terminal/payments/collect-payment
It takes the client-side connection piece out of the puzzle ๐
Oh ok, we create the payment intent from serer side, I assume that's why we just receive only them
Right, with JS SDK you create PaymentIntents server-side and then hand it off to your client-side code to collect the payment method details
Thank you @severe willow
NP! ๐ Glad I could help