#habibiyaomar

1 messages · Page 1 of 1 (latest)

full quarryBOT
surreal juniper
#

You should listen to invoice.paid and invoice.payment_failed

fickle oyster
#

It has been really confusing me :\

#

I am talking about the for payment success when customer subscribes and pays for the first week, first month, depends on the recurring period.

surreal juniper
#

invoice.payment_successful is fired for invoice that paid using Stripe, invoice.paid is fired for both invoices paid using Stripe or paid out-of-band (i.e., paid outside Stripe).

fickle oyster
#

So do you think invoice.paid is the best option right?

#

But like I don't do payments manually, I just use Stripe payment links

#

Because if user would pay like Crypto or something other than Credit Card, we would arrange that manually outside of Stripe

#

So Stripe has no idea

surreal juniper
#

It's really up to you but I'd suggest you to use invoice.paid if you plan to accept payments outside stripe

fickle oyster