#nerdsliceradyn

1 messages · Page 1 of 1 (latest)

oblique forumBOT
subtle plank
#

Hello! Could be a difference between test and live mode, or if Connect is involved it might exist on a different account.

hybrid hawk
#

Its on my live key just checked and went in through connect on my live account. Customer enabled. Terminal visible through dashboard just returns No such reader: 'tmr_*******'

subtle plank
#

What's the full ID?

hybrid hawk
#

my env file has STRIPE_SECRET=sk_live_****

#

one second

#

tmr_FNDYwQAMLU5CbG

subtle plank
#

So that reader exists on a connected account. Are you logged in to your platform account?

hybrid hawk
#

I am. And using my platform live key

#

The live key used to onboard the customer.

subtle plank
#

If so you need to find the connected account it's on in the list of connected accounts, click on it, then click on the ••• button in the top right and view the Dashboard as that account, then search for that ID.

#

Your platform account and this connected account are separate Stripe accounts. They're connected, but that doesn't mean the Terminal Reader object exists on both accounts. It only exists on the connected account.

hybrid hawk
#

So I would use their acct_***?

subtle plank
#

Let's back up.

#

Do you want to access that object via the Dashboard or the API?

hybrid hawk
#

I am trying to access the terminal via api

subtle plank
#

In that case yes, you need to specify the connected account's ID in the Stripe-Account header of the request so the API request is made on the connected account instead of your platform. See here: https://stripe.com/docs/connect/authentication

hybrid hawk
#

The only thing I can't find is retrieving the terminal with the connect part of the api

subtle plank
#

What do you mean? Can you provide more details?

hybrid hawk
#

Can I retrieve the terminal details as the main account user through a store using our software with connect?

#

I can not find that part of the puzzle

subtle plank
#

Yes, using the approach documented at the link above.

#

You make that request on the connected account.