#Dharmik

1 messages · Page 1 of 1 (latest)

cedar etherBOT
dull citrus
kindred lark
#

hi please reply

dull citrus
#

Okie, in step 4 it hints that you want to pass that token into StripeTerminalProvider

return (
    <StripeTerminalProvider
      logLevel="verbose"
      tokenProvider={fetchTokenProvider}
    >
      <App />
    </StripeTerminalProvider>
  );
kindred lark
#

Can you tell me how do I get the registration code of a devise?

dull citrus
#

Can you elaborate? what registration code is that?

kindred lark
#

In the Register reader API we need to pass registration code and LocationID

#

so this registration code I am talking about

#

???

dull citrus
#

You are using React Native, with Wisepad 3, correct?

#

That registration code is only needed for simulated reader

kindred lark
#

ohh you mean I do not need registration code for a real devise?

dull citrus
kindred lark
#

Se this doc says

#

See here it says it is a required field

#

??

dull citrus
#

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

cedar etherBOT