#bookiekilla
1 messages · Page 1 of 1 (latest)
We don't have any tools to integrate with .NET front end applications like this
Is this customer facing, or an internal platform for support agents?
internal platform for support agents, i currently using the Stripe.net SDK i installed from Nuget and everything seems to work fine with Windows application
Sure, but that's for server interactions, bu client UI
For client UIs we offer tools for web (Stripe.js) and mobile ( iOS and Android SDKs)
we have the UI so we don't use the Payment Element or any Element, we collect the information in our form we have built that collects the customer information
we then pass the information to the SDK to create the payment method
so all that works, i a just curious how i would verify the bank account information after the payment method has been created through the SDK so that I can attach it to a customer?
If you cannot present a UI to customer to go through our bank connections flow, you can fall back to verification via microdeposits: https://stripe.com/docs/payments/ach-debit/set-up-payment?platform=web#web-verify-with-microdeposits
ok thank you for that, so how our application is built, the customer provides our support team the information and they enter it into our Windows application. The support team enters it in a UI we created in the WIndows application
thank you for your help and i am going to read that link to see if anything in there can help me out