#msnz-terminal
1 messages · Page 1 of 1 (latest)
hello! we don't have any samples using Ionic/Angular. You can see the samples that we have here :
https://stripe.com/docs/terminal/quickstart
https://stripe.com/docs/terminal/example-applications
Based on JS DEMO app what should I hve to put as Registration code?
do you have your reader on hand?
if you turn it on and follow the instructions to register a new reader, it will generate a registration code
I mean, I have my reader on my hands and I'm trying to use JS demo on my computer I don't know how can I generate registration code to put it there. How can I get the registration code?
have you turned on your reader?
Yes, It shows the green led but nothing else
did you put in the battery and is it charged?
Yes it charged
there's literally nothing on the screen? it doesn't display a splash screen and then ask you to select a WIFI network?
Nop, I'm just here trying to know how can I get registration code for the reader :c
can you share a photo of your reader?
ah, okay, my bad, i thought it was the WisePos E
Ahh, so how can I get the code?
https://stripe.com/docs/terminal/choosing-reader-and-integration - the M2 reader only supports Android, IOS, React Native integrations
https://stripe.com/docs/terminal/payments/setup-reader/stripe-m2
You would want to select the correct country and reader options on this page for the sample code : https://stripe.com/docs/terminal/quickstart?integration-country=US&reader=m2
I really understand, but it's not clearly to see how can I get the registration code. Can I get with the dashboard of stripe or what is that means?
Hello?
gimme a second to get back to you
Sure
for Bluetooth readers like the M2 you don’t have to register it to a location before use, you discover it with a Bluetooth scan, but as part of connecting to it you register it to a location. You can take a look at : https://stripe.com/docs/terminal/payments/connect-reader?reader-type=bluetooth
So there is no way to get registration code and use the sample app with my physical reader?
Hey, taking over here. Which sample app?
The Bluetooth readers (which M2 is) only support our mobile SDKs: https://stripe.com/docs/terminal/designing-integration#integration-comparison-table
You can't use it with the JS integration
I understand but on based on React Native API that M2 has. Can I use Ionic Native API to connect the reader?
I'm just trying to build the app using Ionic
not in any official way since we don't have libraries for that environment.
you might be able to make your own 'bridge' library to access our native iOS/Android Terminal SDKs from an Ionic app but it's likely a lot of work.
Wht do yo recommend, to get the smart pos that has access to JS SDK or trying to keep using M2 in Ionic? :c
Depends entirely on your use case and development resources.
I just found this https://www.npmjs.com/package/capacitor-stripe-terminal would be work?
not sure, that's a third party we know nothing about.