stripe.net - How to Update Account in StripeApi using C#? -


i trying update account in stripe api using stripe.netlibrary ,using stripeaccountservice , storing in stripeaccountclass made myself store result returned api :

var accountservice = new stripeaccountservice("secretkey in string"); striperequestoptions option = new striperequestoptions(); option.stripeconnectaccountid = "accountid update"; stripeaccount x = accountservice.get(option); x.email = "local@local.com"; //then not know how save changes api now. 

but stripeaccountservice class has no update method define. how can perform update on account.

i using this library. stripe api have update method here.

stripe.net not support managed accounts: "managed accounts valuable service well, not available in stripe.net yet." https://github.com/jaymedavis/stripe.net#stripe-connect


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -