#maria795
1 messages · Page 1 of 1 (latest)
Hi there. Is this a Subscription integration or a Payment Intent integration? Or are you using Invoices?
subscription integration
We list several webhook events that you may want to listen to for subscriptions here: https://stripe.com/docs/billing/subscriptions/webhooks
As I look, I must use this (payment_intent.succeeded), so that each successful payment event arrives. I am right?
for payment refused (invoice.payment_failed) ?
Correct
ready, other question.
What is it
I have a subscription with daily recurrence.
looking today, I see this.
why?
All these were executed on the same day.
Looks like you created 5 subscriptions for the same customer
That's on the customer view, correct?
exactly and on the same day
yes
You'll need to debug your code to see why 5 were created. Also double check that the customer didn't go through the checkout flow multiple times
I have a subscription with daily recurrence in stripe, but the payment was executed four times or more in a single day