mono-logo

Webhook Events

Last updated May 19th, 2022

Auth (Connection)

This event is fired to notify you when a user has connected his financial account successfully. We recommend communicating to your users when this event is received, so as to notify them that their account is verified and ready for use. mono.events.account_connected

Request

123456
{
  event: "mono.events.account_connected",
  data: {
    "id": "60770aa8c5878a2af69ed849"
  }
}

Fields for mono.events.account_connected webhook

FieldDescriptionType
eventThe webhook event action that triggered the webhook, e.g. mono.events.account_connected.failed.string
dataAll information related to this specific webhook.object
data.idThe unique identifier for the user which has new or updated transaction data.string

Did this page help you?