post https://api.akahu.io/v1/webhooks
Akahu's webhooks are unusual in that they need to be initialised per user, requiring a new webhook subscription for each event type you wish to receive for each user.
Register a new webhook subscription for the user, allowing your application to receive events on the following webhook types:
TOKEN
ACCOUNT
TRANSACTION
PAYMENT
TRANSFER
It is a good idea to use the
state
field to store a unique identifier related to your end user, allowing you to determine on an arrival of a webhook event which user of your application needs to be updated or notified.
For more details about webhooks see:
Recipes
👌
Handling Webhooks
Open Recipe