Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
I am updating stripe subscription for a particular customer,but the parameters showing stripeupdateoption i dont know what is it.

What I have tried:

here first parameter i passed subsId,but second parameter is
stripeupdateoption 
what is it ?how to pass

var subscriptionService = new StripeSubscriptionService(apiKey);
           StripeSubscription stripeSubscription = subscriptionService.Update(SubscriptionId,?);
Posted
Updated 12-Jul-17 4:22am
Comments
Richard Deeming 12-Jul-17 10:05am    
Try reading the Stripe API documentation[^].

No, seriously: read the documentation. Don't keep posting every single thing you don't understand here, without putting in any effort to answer the question yourself.
Dave Kreskowiak 12-Jul-17 10:09am    
If you've got a problem with a specific library, contact the people who made that library.

Right now, I think I can speak for everyone when I say "What the f*** are you talking about?" You haven't said anything about which library you're using, so there's no way anyone can help you.

Again, it looks like you're having a problem with a specific library. Contact the peopple who wrote the library for support using it.

1 solution

If you are using the open source Stripe.NET code, it's this[^]. If it's a different library, you need to go and read the documentation surrounding that library.
 
Share this answer
 
Comments
GrpSMK 3-Aug-17 1:31am    
i solved my problem.Thank you for your reply.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900