#figmo_32541

1 messages · Page 1 of 1 (latest)

strong irisBOT
signal tartan
#

Hi there

#

That's something you would have to talk to winforms about

primal jetty
#

I tried. She told me to ask you.

signal tartan
#

We didn't create the winforms app nor control that integration.

#

I don't even know what "winforms" is to be honest (never heard of it).

#

So you will have to talk to them.

primal jetty
#

c#

#

you have a .net api

#

will it work in c#

signal tartan
#

Yes we support a .NET client library

primal jetty
#

but do you support a .NET app designed to run on a computer (not web site). This is what "winforms" is. A native app. Written in c#. Using the .Net architecture. But not a web site. An app.

Can I use the Stripe api in this environment?

#

I have been testing and it works - but there is no way to send a credit card number when adding a payment method.

signal tartan
#

Yeah this should work fine. You will need to be able to provide some sort of UI though to collect payment method details as you noted. Not sure what the limitations are for winforms in terms of the frontend.

primal jetty
#

Was hoping somebody had an example of this

signal tartan
#

Can you redirect to the web from winforms? If so you can use Stripe Checkout.

#

Yeah not aware of any sort of example

primal jetty
#

I could prob open a hosted web browser in a control - but man what a pain. so the only way to add a payment method is via a web page?

signal tartan
#

If you want to safely handle credit cards then yeah you need to use Stripe.JS

#

However, if you wanted to just support Bank debits then it is possible to do something like this completely from the backend if you are collecting the bank account information yourself.

primal jetty
#

ok. thanks