Webhooks - Events and Configuration

Configure webhooks to receive Client profile event notifications for negotiated receivables.

Webhooks - Supplier

Use webhooks to receive notifications about events that occur in your profile, such as receivables being advanced.

When an event occurs, the system sends an HTTP POST request to all configured webhooks. The request contains information about the event and HATEOAS links that help you navigate your API to other resources related to the event type.

Our webhooks include a retry mechanism. We retry for two hours or until we receive the HTTP status 200 OK.

Your API must follow the idempotency principle because, in rare cases, the webhook may be delivered more than once.

Webhook Configuration

To receive these requests, configure a webhook. Access the platform and go to Settings -> Webhooks -> Configure.

Events


EventType (Registration)Type (Search)Description
Duplicated ReceivableDUPLICATED_RECEIVABLEReceivableDuplicatedEventTriggers a request to /receivables when a receivable already exists on platform.
Negotiated ReceivableNEGOTIATED_RECEIVABLEReceivableNegotiatedEventTriggers a request to /receivables-response with data from receivables that were purchased or refused by the funder.


Did this page help you?