Authorize Webhooks

Webhooks are automated event notifications sent right to your application. Webhooks release supports notifications for basic payment, recurring billing and customer profile events. Webhooks are intended to inform TikiLIVE of system events advancements for improving the revoke access for a subscription (to avoid the case where a paying user loses access because of a failure to communicate with the Merchant).

With the Webhooks integration, the system will automatically update customer’s membership record in your database when a subscription payment succeeds, or email a customer when a subscription expires.

Note: Webhooks notifications are a modern replacement of the Silent Post method of receiving notifications.

With Authorize payment processing, an event can be something like a payment transaction being authorized, a new payment card being added to a customer profile, or a subscription being cancelled. Instead of constantly checking to see whether a particular event happened, a much more resource friendly method can be to have a component simply listen for notifications of the event and act appropriately.

Webhooks is an increasingly common way to provide these notifications. You simply set up a URL, tell us what events you want that URL to be notified about, and we’ll make an HTTP POST to that URL with details every time one of those events happens.

Webhook will retry to get the money for the user subscription (re-bill) for 10 times: 3 times at 3-minute intervals, 3 more times at 8-hour intervals, and finally 4 times at 48-hour intervals.

Important: TikiLIVE will recheck the merchant before reverting a user to free to ensure the subscription has been cancelled, and not active or pending.