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
Field | Description | Type |
---|---|---|
event | The webhook event action that triggered the webhook, e.g. mono.events.account_connected | string |
data | All information related to this specific webhook | object |
data.id | The unique identifier for the user which has new or updated transaction data | string |
Updated about 2 months ago