How to connect Stripe terminal bluetooth reader to Android app using Appcelerator Titanium

70 views Asked by At

Is there anyone using Stripe Terminal Bluetooth readers. if Yes please help me for implementing this with Titanium app. As I am new to Appcelerator Titanium i don't have idea so it will be great if i got steps

1

There are 1 answers

0
miga On

Stripe has a custom SDK to do that: https://github.com/stripe/stripe-terminal-android

So you would need to create a module and implement that SDK. A documentation for the Stripe SDK is available at https://stripe.com/docs/terminal/payments/connect-reader and a basic tutorial for Titanium Android module can be found at from zero to app and in the official documentation