#nerdsliceradyn
1 messages · Page 1 of 1 (latest)
Hello! Could be a difference between test and live mode, or if Connect is involved it might exist on a different account.
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_*******'
What's the full ID?
So that reader exists on a connected account. Are you logged in to your platform account?
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.
So I would use their acct_***?
I am trying to access the terminal via api
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
The only thing I can't find is retrieving the terminal with the connect part of the api
What do you mean? Can you provide more details?
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
Yes, using the approach documented at the link above.
This is the API to retrieve a Reader: https://stripe.com/docs/api/terminal/readers/retrieve
You make that request on the connected account.