API Reference

Webhook Setup

Fiato automatically triggers Webhook notifications to your registered webhook URL whenever a transaction status changes to processing or completed.

These notifications allow your system to update transaction records in real time without manually polling the API. Each webhook event includes essential details such as the transaction reference, amount, status, and timestamp, sent via a secure POST request to your server.

To set up your webook, Login to your fiato account, navigate to API Preferences in the menu,
Toggle the webhook notification, enter your callback /webhook URL.
Ensure you URL is encrypted https:// for security. then click on Update Webhook URL

On proper set up, you should have it look like the image below.
And you are ready to start receiving webhooks.