TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Guest User
Tech Writer
515
46k
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
Reply
Answers (
7
)
Capture Image without flash player
Cannot run on localhost after deploying app registered with Azure