Webhook Events
Last updated September 16th, 2025
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
12345678
{
"event": "mono.events.account_connected",
"data": {
"id": "68c985839212c1cdb5d2c18",
"customer": "67abe55f29135f8af8002cc",
"meta": {}
}
}
Fields for mono.events.account_connected webhook
Field | Description | Type |
event | The webhook event action that triggered the webhook, e.g. mono.events.account_connected.failed. | string |
data | All information related to this specific webhook. | object |
data.id | The unique identifier for the user's account which has new or updated transaction data. | string |
data.customer | The unique identifier for the user which has new or updated transaction data. | string |