#kamranali_30620
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- kamranali_30620, 17 hours ago, 23 messages
invoice.paid event can be used to track the payment of the subscription in each month. Here's the guide about how you can do it: https://stripe.com/docs/billing/subscriptions/webhooks#active-subscriptions
when user first time pay subscription fees from our website then that invoice.paid event is also calling or not?
Yes, invoice.paid event will also be sent in the first time paying the subscription
so that is not good for me when user first time paying subscription payment then i was insert data into my db but if stripe auto charge payment then what i do how can i know that stripe is charge the customer monthly payment i was told you i want if stripe auto charge then how can i get information ?
What is the problem you're facing with invoice.paid event? Can you illustrate in an example?
when i call invoice.paid issue then they also first time when user pay from my site they insert data into my database which is not i want because first time i m getting details i wanna get that detail when stripe auto charge monthly subscription payment because i dont know when strip charge monthly subscription payment for get that invoice detail tell me the event name or tell me how can separate this inoice.paid event that not inserting data for first time?
Do you mean that you want differentiate the first and recurring payment based on the event?
If so, what type of integration do you use - Checkout Session or direct Subscription API?
well i have make endpoint on stripe there i have recieving event now i dont know when stripe is auto charge monthly subscription payment then stripe which event call just tell me that event name i ill use it and getting data if you say use invoice.paid event then its not just call for monthly auto detect payment its also call for first time