#Kade
1 messages · Page 1 of 1 (latest)
I realized that restarting the program requires reconnecting the RegistrationCode.
What you mean by the registration code? the admin PIN ?
https://stripe.com/docs/terminal/payments/connect-reader?terminal-sdk-platform=server-driven&reader-type=internet
on this page
RegistrationCode = "{{READER_REGISTRATION_CODE}}",
When I first connected the program, I checked that it was connected to the WisePos_E device normally.
And then when I restart the next program, the value of the previously connected REstrionCode changes, so I can't connect.
After you make the registration the first time. You restart the device, then you call stripe.terminal.readers.list(); you are not getting your terminal (previously registered) ?
stripe.terminal.readers.list()
I checked the receipt.
Is it okay if there is no command to connect here?
yes, you can store the reader ID (tmr_xxx) in your application, and use it later.
All right!
Thank you!
Have a good day