#EatStations
1 messages · Page 1 of 1 (latest)
its Stripe Reader M2
Hi
For general Terminal documentation you can find all the information starting from this guide:
https://stripe.com/docs/terminal/quickstart
Now back to your case, first you need to set up your M2 reader:
https://stripe.com/docs/terminal/payments/setup-reader/stripe-m2
ok, from here I can get native Mobile SDK for iOS and Android?
Then setup your integration:
https://stripe.com/docs/terminal/payments/setup-integration
Choose the target you want (Android, Ios...)
Then connect to the reader:
https://stripe.com/docs/terminal/payments/connect-reader
And lastly collect a payment:
https://stripe.com/docs/terminal/payments/collect-payment
ok, Got it, I will try