Webhooks issues, is there documentation?
I wasn't able to find any documentation on the Webhooks for Zoho Subscriptions. I was able to figure out most of it by building a sample app to capturing the payloads. On closer inspection the payload sent via the webhook can be pulled via the V1 API using the "events" method.
The main reason for using Webhooks was to capture payment exceptions and act on them. I set up a Webhook for all the payment events selected and ran some test transactions. I was only able to see the "payment success" events but none of the "payment failure" events. I checked the events via the API and the payment failure events were not shown, so it was not a case of just missing them.
One explanation could be that the payment failure events are not generated on a test account. However, I did get the payment failure emails... so I suspect a bug. It would be great to test the payment failure Webhooks on a test account, so please make this work. This is a blocking issue right now unless we want to test real cards on the production system. If this is a bug then it would show up there as well.
Thanks,
Alastair