#bookiekilla

1 messages · Page 1 of 1 (latest)

deft ridgeBOT
spare mica
#

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?

stray timber
#

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

spare mica
#

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)

stray timber
#

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?

spare mica
stray timber
#

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