#tbare_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/1217829682611879956
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- tbare_terminal-basics, 1 day ago, 25 messages
using the code from here: https://docs.stripe.com/terminal/payments/connect-reader?terminal-sdk-platform=server-driven&reader-type=internet
Hi ๐ if you use Stripe.Terminal.ReaderCreateOptions, does that resolve correctly?
I found it in our sample code snippet for that endpiont here:
https://docs.stripe.com/api/terminal/readers/create?lang=dotnet
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I guess it has "using stripe.terminal" listed on the quickstart
i completely glossed over that...
i need more coffee. thank you
Any time! (I'm working on my second cup of the day)
haha - another quick question - is the "Location" mandatory?
I'm building this for a client who has other clients, and trying to make it as seamless / easy to set up as possible
Yup, location and registration_code are the required fields there.
Any time!
Locations look to be different for Live and Test mode (based on the API used when being created), is that correct?
Correct, and that applies to all objects. You can't reference testmode objects when making livemode requests, and vice versa.
makes sense - just making sure. Is there a place to see a list of Locations created from the website?
and/or create locations from the website?
think i found it
maybe not -- but could be bacause i'm only a developer on the account?
Yup, it's here in the dashboard:
https://dashboard.stripe.com/test/terminal
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
awesome - thanks