#maria795

1 messages · Page 1 of 1 (latest)

pale meteorBOT
wet mountain
#

Hi there. Is this a Subscription integration or a Payment Intent integration? Or are you using Invoices?

sour zealot
#

subscription integration

wet mountain
sour zealot
#

As I look, I must use this (payment_intent.succeeded), so that each successful payment event arrives. I am right?

wet mountain
#

yeah you can use that

#

or invoice.paid

sour zealot
#

for payment refused (invoice.payment_failed) ?

wet mountain
#

Correct

sour zealot
#

ready, other question.

wet mountain
#

What is it

sour zealot
#

I have a subscription with daily recurrence.
looking today, I see this.
why?
All these were executed on the same day.

wet mountain
#

Looks like you created 5 subscriptions for the same customer

#

That's on the customer view, correct?

sour zealot
#

exactly and on the same day

wet mountain
#

So what's the issue?

#

You didn't mean to create multiple subscriptions?

sour zealot
wet mountain
#

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

sour zealot
#

I have a subscription with daily recurrence in stripe, but the payment was executed four times or more in a single day

wet mountain
#

That's because you have more than 1 subscription

#

You showed 5 different subscriptions

#

So there will be multiple payments

#

If you didn't mean to create that many subscriptions, you'll need to debug your code

sour zealot
#

oh

#

Ready thank you very much.

#

🙂