We use webhooks to notify your application when an event happens on an object. Most workflows on Fiat Republic are asynchronous and therefore it is extremely useful for you to use appropriate webhooks in your integration (e.g. when a Fiat Account is activated or receives a Payment).
Webhooks can be created and managed via the Developers section on the Dashboard. If you prefer to create them programmatically, you can do so via the Webhooks API.
📘 NOTE: Webhook events will be retried 10 times, with a new attempt occurring every 10 minutes. |
---|
Webhook Object
Attribute | Description | Format/Enum |
---|---|---|
id string | Unique identifier of the webhook. | e.g. whk_ejl2vpn1m305rxko6b |
url string | URL configured to receive events. | |
events array of strings | Events to receive on the configured URL. | See Webhook Setup for a list of events and further details. |
status string | Status of the webhook. | ENABLED , DISABLED |
description string | Optional description for the webhook. | |
createdAt integer | Epoch timestamp at which the object was created. | e.g. 1637593856104 |
updatedAt integer | Epoch timestamp at which the object was last updated. | e.g. 1637593856104 |
metadata string | Additional data in JSON key:value format. | See Metadata for more information. |