#Dharmik
1 messages · Page 1 of 1 (latest)
You can continue with "Connect to a reader" https://stripe.com/docs/terminal/payments/connect-reader
On the above link the 3rd step is for getting connection token. Now there is 1 more step before connection to reader. Step 4. Can you explain me that?
hi please reply
Okie, in step 4 it hints that you want to pass that token into StripeTerminalProvider
return (
<StripeTerminalProvider
logLevel="verbose"
tokenProvider={fetchTokenProvider}
>
<App />
</StripeTerminalProvider>
);
Can you tell me how do I get the registration code of a devise?
Can you elaborate? what registration code is that?
In the Register reader API we need to pass registration code and LocationID
so this registration code I am talking about
???
You are using React Native, with Wisepad 3, correct?
That registration code is only needed for simulated reader
ohh you mean I do not need registration code for a real devise?
Just follow this Doc https://stripe.com/docs/terminal/payments/connect-reader?terminal-sdk-platform=react-native&reader-type=bluetooth
You can see here that only smart readers requries the registration code
bluetooth reader doesn't need it. You can simply set the location_id when you connect connectBluetoothReader