Subscribe to Webhook

ℹ️

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
  • INCOME

ℹ️

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
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!