#figmo_32541
1 messages · Page 1 of 1 (latest)
I tried. She told me to ask you.
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.
Yes we support a .NET client library
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.
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.
Was hoping somebody had an example of this
Can you redirect to the web from winforms? If so you can use Stripe Checkout.
Yeah not aware of any sort of example
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?
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.
ok. thanks