Auth (Connection)

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

📘

mono.events.account_connected

API object

{
  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_connectedstring
dataAll information related to this specific webhookobject
data.idThe unique identifier for the user which has new or updated transaction datastring