Webhooks within the Link Money API fall into one of four types
When data has changed, Yodlee will send a webhook to Link Money. Link Money will then parse the information and gather the data from Yodlee.
Sample Webhook from Yodlee:
{
"event": {
"data": {
"fromDate": "2022-01-06T12:46:47Z",
"userData": [
{
"links": [
{
"methodType": "GET",
"rel": "getUserData",
"href": "dataExtracts/userData?fromDate=2022-01-06T12:46:47Z&toDate=2022-01-06T12:59:47Z&loginName=orgId:userId"
}
],
"user": {
"loginName": "orgId:userId"
}
}
],
"userCount": 1,
"toDate": "2022-01-06T12:59:47Z"
},
"notificationId": "dbc7b225-164147399",
"info": "DATA_UPDATES.USER_DATA"
}
}
Incoming Yodlee webhooks are sent to be parsed, then requests are made by the Link Money system to gather the new data.
New data is brought into the Link Money system through requests based on webhook data.
Sample Request to Yodlee: