#Sanjeewa

1 messages ยท Page 1 of 1 (latest)

uneven mantleBOT
severe willow
#

Hello ๐Ÿ‘‹
As far as I know those terminal events are for Server-driven SDK integration.
Can you clarify how exactly are you integrating terminal?

sharp urchin
#

we are integrating using the JavaScript SDK

severe willow
#

Ah okay, that's why you're not receiving following events

terminal.reader.action_failed
terminal.reader.action_succeeded

sharp urchin
#

Oh ok, we create the payment intent from serer side, I assume that's why we just receive only them

severe willow
#

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

sharp urchin
#

Thank you @severe willow

severe willow
#

NP! ๐Ÿ™‚ Glad I could help