#zerocool_terminal-reader
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/1241142478720208948
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
zerocool_terminal-reader
@hollow viper I don't really understand what you are trying to do. Can you give me a concrete example with an exact id in your account and what's missing?
Sure and thank you for the quick response. I am looking to get a list of all the P400s that our customer use along with the Stripe Account IDs so we can contact those offices and get them a new Wisepos terminal (since the P400s will be EOL in October).
Sure, can you give me an exact id that I can look at?
Sure for example here is a terminal reader id that I would like the associated stripe account id for: tmr_FkR0oA2nKn9SCY
What do you do today when a connected accounts a payment? Like how do you pick the reader, what calls do you make to connected to that reader and associate it with the right Location/connected account?
I think I answered my own question (thanks to looking at the dashboard and talking it through with you). I was able to get the location of the terminal and he location display name has the ID of our locations:
loc, err := location.Get(r.Location.ID, nil)
if err != nil {
fmt.Println("unable to get the location for terminal")
}
fmt.Println(loc.DisplayName)
Thank you for your help and for quickly responding!
yeah that was what I was getting at (I checked with my team to be safe). We don't really know on our end and it's more a mapping on your end and they were saying to ask you if it was on your Location that you tracked this so I'm glad you figured it out!