#eliavmaman_63669
1 messages · Page 1 of 1 (latest)
hi! I don't think we have any solution like that, you would need to use our own POS hardware and SDKS. https://stripe.com/docs/terminal
the API response from a Stripe API call or webhook that Stripe sends to your server
@serene lava thx.. is there a pos simulator to check the whole process or i need to buy one?
checking
@serene lava @lime sierra My software allow my users to get paynets. so basicly ieach one of my users will have to store an API key and secret in our system so we can create charge for them right?
No, that shouldn't be needed.
So how could i know which terminal wants to create payment?
if by 'user' you mean a partner merchant/seller/store, there are techniques like you can use our Connect product for marketplaces (https://stripe.com/docs/terminal/features/connect) There is only your own account's API keys involved.
It's hard to answer your very specific questions, I think it's best if you read through the overall docs for Stripe and Stripe Terminal to get a feel for how things fit together and if you have specific API questions we can try to answer here!
Actually i read the docs.. Thats whats lead ,e to that question
If i had only one terminal, so my API key was enough to use but every user on my system will have it's own terminal.
My users will be under my own account
yep so for example each "user" can create a Stripe account for their business/store, connect their account to yours, and your account can use its API keys to call the API on their behalf to use Terminal/collect payments etc.
yes
And i guess it has integration with pos right?
It sounds like that to me, but you should read through the docs and test things/build your own understanding, this Discord is for specific coding/API questions and desinging your overall Stripe account and product usage is a bit out of scope
When I say "Terminal" I am talking about Stripe's POS solution yes
I also already linked https://stripe.com/docs/terminal/features/connect which describes how our POS solution Terminal works with our marketplace solution Connect 🙂