#z_code
1 messages ¡ Page 1 of 1 (latest)
đ 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/1344565750404485130
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I cannot seem to find the connect account's location
tml_F7zNjQVCYlOxIg
Weird... i can see it in the api call
{
"object": "list",
"data": [
{
"id": "tml_F7zM8gMjQk2e9S",
"object": "terminal.location",
"address": {
"city": "XXXXX",
"country": "US",
"line1": "XXXXX",
"line2": "",
"postal_code": "XXXXXX",
"state": "TX"
},
"display_name": "ABCD",
"livemode": false,
"metadata": {}
},
{
"id": "tml_F2exWQxfLchRMu",
"object": "terminal.location",
"address": {
"city": "xXXXX",
"country": "US",
"line1": "XXXXX",
"line2": "",
"postal_code": "XXXXX"
"state": "TX"
},
"display_name": "HQ",
"livemode": false,
"metadata": {}
}
],
"has_more": false,
"url": "/v1/terminal/locations"
}```
This error is usually thrown when you created the object in account A, but trying to access it from account B
Mmm, okay.
I am having weird behavior
If I connect to the location created my "test" non-connect account, it works
Checking on how to connect to the reader created on the connected account
Okay, thanks
Well.. this is weird
it started working
i lied,
it did not work
looks like i am doing something odd
i switched back to my config and it works
Hi @icy talon When you create the connection token, did you specify the connected account's ID https://docs.stripe.com/terminal/payments/setup-integration?terminal-sdk-platform=react-native#connection-token ?