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
Prince PatelPosted Apr 23, 2022, 8:40 AM
I Think this will help you fro Stripe payment Intigration :
https://www.thecodehubs.com/how-to-integrate-stripe-payment-gateway-with-custom-forms/
Sachin SinghPosted Jan 18, 2021, 5:48 PM
Guest UserPosted Jan 18, 2021, 5:19 PM
Sachin SinghPosted Jan 18, 2021, 10:03 AM
Guest UserPosted Jan 18, 2021, 9:56 AM
Amit Kumar SinghPosted Jan 17, 2021, 4:26 AM
Sachin SinghPosted Jan 16, 2021, 3:28 PM