Guest User

Guest User

  • Tech Writer
  • 515
  • 42.4k

About Stripe Payment Implementation in MVC

Jan 16 2021 3:19 PM
Hello Everyone,
Hope everyone is fine
 
I am using Stripe Payment Getaway in my MVC web application
It is subscription-based process , where user will be attached to a specific plan (Monthly/Yearly)
 
I am using : 
var customers = new Stripe.CustomerService();
var charges = new Stripe.ChargeService();
var subscriptions = new Stripe.SubscriptionService();
 
But in stripe dashboard, it creates 2 entries at a time which should not be created,
Also when I comment  ChargeService() then it creates one entry, But I want to use ChargeService() function because only that function has the Status = Success parameter in it
Any solution or project sample will be really appreciated
 
Thank you in advance 

Answers (7)