#makasmi-webhook-json

1 messages ยท Page 1 of 1 (latest)

kind urchin
#

Hello ๐Ÿ‘‹
Give me a moment to look into this and I'll respond as soon as I can ๐Ÿ™‚ Thanks

#

How exactly are you integrating Stripe? Are you using Stripe Checkout?
What events are you listening to?

steep steeple
#

thanks , ok

#

I also want to know the event to listen to invoice.payment_succeeded or checkout.session.completed

#

I want an event that is specific for recurring payments and that gives the payment id, amount and customer info

#

i was listening checkout.session.completed but i think for recurring payment i must listen invoice.payment_succeeded ?

#

yes

kind urchin
steep steeple
#

Great but i inspect the 2nd payment and i did'nt receive a chekout.session.completed

#

in fact during the first registration for a subscription of a recurring payment I manage to save it in the database, on the other hand I also want to save in the database the next automatic payments

#

in the second automatic payment i only received invoice.payment_succeeded

kind urchin