How does the webhook for subscription renew looks like?
Hi.
I am implementing the subscription API and also the webhooks. I want to know after 1 month when a new payment is made what callbacks are made to my API (I am assuming that invoice created, payment thank you and subscription renew at least). So I can update on my side the subscription next payment date and other fields can you send me an example how the subscription renew payload looks like for webhooks and confirm that will be send when next payment is due and subscription goest to second month.
I can not find any documentation with example of webhooks and also I can not wait 1 month for this to wait.
Thanks.