Configure a New Webhook Integration

Configure a New Webhook Integration

Configure a New Webhook Integration

Overview

This documentation discusses the options available to developers for configuring webhook flows in Link Money API. Link Money allows for straightforward webhook configuration on the client level.

After setting up a webhook URI through this flow, data will automatically begin to arrive from any of the organizations to which the developer has access. These hooks will continue to flow regardless of whether or not the webhook URI returns a successful (2xx) response.

If your developer ID has not yet been registered with any organizations, please contact FinGoal Support (support@fingoal.com) with the organization you are attempting to access. If you have access to no organizations, you will not receive webhooks.

Setting a Webhook URI

Request

PATCH /v1/webhooks/configuration

Request Headers

Field
Description
Authorization
A valid Authorization header with a Bearer ${token} using an authentication token generated from
🔓
Generic Tokens
to authorize the call.

Request Body

Field
Description
webhookUri
A valid webhook URI where you would like to receive data updates.

Response

Code
Response Body
Description
201
The response body consists of a configuration object containing your developer name, callbackUri, and aggregator.
The webhook URL has been successfully updated.
400
An error object containing a link to pertinent documentation.
The webhook URI was improperly formatted; Link Money API could not interpret it as a URI.