curl --location --request GET 'https://api.sandbox.velopayments.com//v1/deltas/fundings?payorId=&updatedSince='
{
"content": [
{
"amount": 2,
"currency": "USD",
"fundingId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "status"
},
{
"amount": 2,
"currency": "USD",
"fundingId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "status"
}
],
"links": [
{
"href": "href",
"rel": "rel"
},
{
"href": "href",
"rel": "rel"
}
],
"page": {
"numberOfElements": 0,
"page": 5,
"pageSize": 5,
"totalElements": 6,
"totalPages": 1
}
}