Stripe-dotnet: Stripe Verification - File Upload

Created on 4 Mar 2016  ·  9Comments  ·  Source: stripe/stripe-dotnet

I noticed that the file upload process is not built for Stripe.net, could I please make a feature request for this?

As well as updating the StripeAccountCreateOptions to be updated with a field to accept the token ?

Thanks

Most helpful comment

I am trying to integrate stripe upload api using c# httpwebrequest. I am stuck with the type of data to pass for "file" parameter. And also not sure what ContentType have to use for sending data to upload api. Can you please help me out. Thank you..

All 9 comments

File uploads do need to be completed - tokens are accepted already though. Create either a bank account or a credit card options and the token is on that object.

Sorry I meant for the token for the upload of the file. I was looking to upload the file, get the token and then execute StripeAccountService.Create. The entity and the shared entity for Account create do not appear to have a token field to include.

BusinessLogoFileId? Or another property? What's the name of the Stripe property for the token?

hi from https://stripe.com/docs/connect/identity-verification it sez that it should be withing legal_entity.verification.document ...

Check out the latest release notes - managed accounts was released, but there are a few properties left. Legal Verification being one of them.

All of this is on the way later today for StripeAccount stuff - the only thing yet to be implemented is additional owners. Expect this in the release later this evening. :)

can you please tell whether we can upload verification document while we are creating bank account ? Please its bit urgent.. Thank you

I am working on the file upload feature this week, along with StripeDisputes. It is not available right now. There is a JavaScript workaround you can ask Stripe about in IRC or support in the meantime if you'd like.

I am trying to integrate stripe upload api using c# httpwebrequest. I am stuck with the type of data to pass for "file" parameter. And also not sure what ContentType have to use for sending data to upload api. Can you please help me out. Thank you..

Was this page helpful?
0 / 5 - 0 ratings