#kongqingtian_error

1 messages ยท Page 1 of 1 (latest)

hoary pawnBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1479309054403940483

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

warped bronze
#

Hey! Could you give me the Serial number of you S700? It should have the prefix STRxxxx

sullen bear
#

SDR70Z1C430002001

warped bronze
#

On our end, we are seeing that your terminal reader is surfacing the error: com.stripe.stripeterminal.external.models.TerminalException: Account id must not be null, connect to reader while online.

Are you passing in the account ID correctly?

sullen bear
#

hi @warped bronze , could you help to check again? we did some update just now, but staill get the same error.

warped bronze
#

Hmm, are you using a POS device in your terminal flow as well?

#

One important call out if you have a POS device as well:

When using one of our Terminal SDKs, your point of sale device and the smart reader also communicate directly with each other over your local network.

sullen bear
#

we don't have POS device, just upload the apk into stripe and installed. using reader S700 directly.

#

ah, the reader type is s700 devKit

warped bronze
#

could you send me the reader ID? it should have the prefix tmr_xxx

#

Also, could you grant me access to view your dashboard? it might help witht heinvestigation

hoary pawnBOT
#

Hello @sullen bear, we have sent you a direct message, please check it at https://discord.com/channels/@me/1479329405166686319

  • ๐Ÿ”— The message has instructions on how to grant read and write access to your Stripe Dashboard for our Developer Support team, in order to help you more effectively.
sullen bear
ancient sparrow
#

Hi there, taking over and looking at your reader

#

Is this error occured via the Discover step?

#

And have you been able to directly wire-connect your Android Studio w the S700 Devkit and build your app? (Before uploading to Stripe App)

sullen bear
ancient sparrow
#

Hmm that means you have no debug log on the device

sullen bear
ancient sparrow
#

Our log is suggesting the app is not configured the Merchant Id well (the acct_xxx)

#

But itโ€™s hard to see without the full debug log at the method calling time

sullen bear
ancient sparrow
#

Are you using Android?

sullen bear
#

yes, using Android studio

ancient sparrow
#

Okie, which backend you have configured?

#

In the Github above, the Render app section

sullen bear
#

we are using flutter to build the APP, and using native for discover/connect reader section
do you mean that?

ancient sparrow
#

Yes but you will need an backend anyway

sullen bear
#

ah, we have a server BE ah, using nestjs

ancient sparrow
#

Okie, did you configure the Stripe API Key there?

sullen bear
#

BE using aws lambda, have Stripe API Key configured. correct

ancient sparrow
sullen bear
#

Emm, you mean create connection token part?

ancient sparrow
#

Yes

sullen bear
#

we are using this provider to call BE api to get connection token, but i checked log, seems that the API is not called.

#

sdk is not triggered to call BE API to get connection token.

ancient sparrow
sullen bear
#

this is our APP side logic

ancient sparrow