Authorization: ********************curl --location 'https://my.test-1.account.finlego.com/api/child-brand-integration/baas/Transfers?PagedFilter.PageNumber=undefined&PagedFilter.PageSize=undefined&Sorting.SortBy=undefined&Sorting.SortOrder=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"externalId": "string",
"details": [
{
"type": "crypto",
"txHash": "string",
"gas": {
"gasPaymentId": "2276332b-f8b0-4d66-92d8-55d8621398f1",
"accountId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
"amount": 0,
"currency": "string"
}
}
],
"system": "sepa",
"currency": "string",
"amount": 0,
"feeAmount": 0,
"reference": "string",
"type": "outgoing",
"state": "processing",
"reason": "string",
"senderAccountId": "4e468f86-26dc-4a94-b56b-b06297a94aed",
"recipient": {
"credentials": {
"bankDetails": {
"bankName": "string",
"bankCountry": "string",
"bankRegion": "string",
"bankAddress": "string",
"bic": "string",
"intermediaryBic": "string",
"bankCode": "string",
"routingNumber": "string",
"sortCode": "string",
"branchCode": "string"
},
"type": "sepa",
"iban": "string",
"reference": "string"
},
"legalEntity": {
"address": {
"streetLine1": "string",
"streetLine2": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "string"
},
"type": "business",
"legalName": "string"
}
},
"documents": [
{
"fileName": "string"
}
]
}
],
"page": {
"pageNumber": 0,
"pageSize": 0,
"totalRecords": 0,
"totalPages": 0
}
}