#tamilselvam.seralathan-terminal
1 messages · Page 1 of 1 (latest)
👋 happy to help
if you don't mind let's keep the conversation within this thread
would you mind moving your messages from the main channel here so we could keep track of them?
SUre
Hi
I am trying to connect M2 reader to my react native app
I would like to capture the card tap event and get the card present details in my mobile app
Is there a way to do this?
I could not find details in the docs
where are your store located?
In US
ok perfect
This is part of one of our product we are trying to launch for a customer
I'm not sure to be honest if we do have a react-native wrapper for this (I will ask around)
based on this page we don't
oh ok , but if we could check the API reference in the menu below
It shows react native
Documentation for @stripe/stripe-terminal-react-native
This link above
yes I'm aware of the react-native terminal SDK but I'm not sure if that works for all terminals alike
that's why I'm asking my colleagues who have more terminal experience than I do
oh sure, Thanks
Actually I am stuck in this implementation
Any help would be really great
ok could you please elaborate more on this :
I would like to capture the card tap event and get the card present details in my mobile app
The scenario is M2 will not only be used for payment but also entry to our store
When a customer taps or inserts his credit card in the M2 reader, I need to capture the card present details such as his name, fingerprint and last 4 digits of his cc etc
This will be used to create a cart for us and then the final checkout will happen automatically from Stripe backend
I need help in getting this data from his card tap and send it our backend
you're aware if you do that you will pay the regular Stripe fee for online payments and not the Terminal reduced fee?
are you going to charge them when they tap the card, or later? I don't really understand the use case.
have you read https://stripe.com/docs/terminal/features/saving-cards/overview in detail?
Yes, They will not be charged when the card is tapped
it will be done later
First collect the info, authorize the customer to enter the store, then create a cart and final will be the payment
ok then you want https://stripe.com/docs/terminal/features/saving-cards/save-cards-directly I suppose! If you read that, is that what you want?