id of the last item from the current page as the cursor with direction=after.Fiat Transfer Update webhook.curl --location --globoff 'https://test.whitelabel.bitpanda.com/v1/fiat-transfers/transactions?id=1ee9f3e7-74f6-69d4-ab33-f11031b04ebc&fiat_id=4fbc982a-d8f3-431a-8f14-3ed5d8f23312&status[]=finished&type=deposit&date_start=2025-04-01&date_end=2025-04-30&size=10&cursor=1ee9f3e7-74f6-69d4-ab33-f11031b04ebc&direction=undefined' \
--header 'bp-user-id: 12312312-2be6-4522-977e-ea4d92c45e86' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "1ee9f3e7-74f6-69d4-ab33-f11031b04ebc",
"type": "deposit",
"status": "initiated",
"fiat_id": "4fbc982a-d8f3-431a-8f14-3ed5d8f23312",
"amount": "100.50",
"fee": "1",
"payout_account_id": null,
"created_at": "2025-04-11T08:09:07Z",
"credited_at": null,
"finished_at": "2025-04-11T08:15:00Z",
"rejected_at": null,
"rejection_error_code": "insufficient.funds",
"refunded_at": null
}
],
"meta": {
"size": 10
}
}