Webhook

Webhooks are an important part of your payment integration. They allow Flick notify you about events that happen on your account, such as a successful payment, account connections or a failed transaction.

📘

What does this mean?

A webhook URL is an endpoint on your server where you can receive notifications about such events. When an event occurs, we'll make a POST request to that endpoint, with a JSON body containing the details about the event, including the type of event and the data associated with it.