#zachucks
1 messages · Page 1 of 1 (latest)
the webhooks seem pretty complicated
Webhooks would be the best way to do that. We don't have another kind of callback to get sent to you. You can use your success URL as an extra signal, but users can lose connection after making a payment but before getting to that URL, so you need webhooks to ensure that you always get some signal that the payment was successful.
Is there a specific part of webhook setup that you are getting stuck on?
i'm not sure if i can do some of it since i have limited terminal access to my hosted server, but i guess i can try and see what happens
what event would i listen for if i wanted to be notified when a recurring payment is processed?
for a subscription
invoice.paid is the best event for subscription payments