#tbare

1 messages · Page 1 of 1 (latest)

unborn jettyBOT
pine pecan
#

Hello 👋 To clarify, are you asking how to take payments in general with .NET + the server-side flow? Or is this specifically how to chip transactions work API-wise?

split ocean
#

A little of both - a) which reader(s) will work with .NET / API. I'm not overly worried with the how the chip transactions work vs swipe (i'm assuming that's going to spelled out in docs), but more so can I do what i'm needing to do, and any kind of code examples / etc.

#

The gotcha here is this app will be distributed to several locations / etc, so my goal is to have each customer enter their own stripe keys into the app to use / connect to process the payments

pine pecan
#

Can you tell me more about the purpose of the separate Stripe keys? Have you considered using Stripe Connect here? That could make it easier for you to make these calls on behalf of your customers and collect fees from them

split ocean
#

I don't care about collecting fees - it's more of each customer being able to handle their own stuff

#

basically, my client sells the solution to the customers

#

the they handle it all from there. If we HAVE to go through connect to do it, we can look at it, but if we can allow them to set it all up on their own accounts, that would be the preferred method

pine pecan
#

I think we have terminal + connect specific docs, looking for them now. But basically you would be able to make API calls on behalf of their account using just your API key and their account ID

split ocean
#

ooh - ok. I'll look at that option as well

#

is there an ETA on the S700, or is that overkill for literally what is trying to be a glorified card reader?

#

and/or is the WisePOS E the go-to for this type of setup?

pine pecan
#

I don't personally know the ETA on the S700 but our support team may have better info if you ask them https://support.stripe.com/?contact=true

unborn jettyBOT
pine pecan
#

Yes WisePOS E is the only existing terminal that supports our server-driven terminal flow as far as I know

split ocean
#

got it. I appreciate the info here