{
"message": "Fetched transfers successful",
"data": [
{
"id": 1,
"amount": 10000,
"fee": 5000,
"currency": "NGN",
"status": "processing",
"short_code": "TRF_qm11kfckpf",
"reference": "1112222",
"narration": "string",
"source": "balance",
"metadata": {},
"recipient": {
"id": 1,
"name": "Wale Test",
"account_name": "MARTINS ADEWALE",
"account_number": "027299911",
"short_code": "TRP_rt8sm0j1je",
"bank_name": "Guaranty Trust Bank",
"bank_code": "058",
"currency": "NGN",
"created_at": "2021-05-22T14:01:07.638Z",
"updated_at": "2021-05-22T14:01:07.638Z"
},
"payment": null,
"transferred_at": "2021-05-24T12:36:44.217Z",
"created_at": "2021-05-24T11:36:42.000Z",
"updated_at": "2021-05-24T11:36:44.260Z"
},
{
"id": 2,
"amount": 193000,
"fee": 5000,
"currency": "NGN",
"status": "success",
"short_code": "TRF_afphbmp1le",
"reference": "payment-string",
"narration": "Payment to Wale Test",
"source": "payment",
"metadata": null,
"recipient": {
"id": 1,
"name": "Wale Test",
"account_name": "MARTINS ADEWALE",
"account_number": "0181881818",
"short_code": "TRP_rt8sm0j1je",
"bank_name": "Guaranty Trust Bank",
"bank_code": "058",
"currency": "NGN",
"created_at": "2021-05-22T14:01:07.638Z",
"updated_at": "2021-05-22T14:01:07.638Z"
},
"payment": {
"id": 1,
"amount": 200000,
"fee": 2000,
"currency": "NGN",
"status": "success",
"reference": "string",
"description": "Payment to Wale Test",
"paid_at": "2021-05-24T09:01:37.416Z",
"metadata": null
},
"transferred_at": "2021-05-24T08:59:03.709Z",
"created_at": "2021-05-24T07:59:00.883Z",
"updated_at": "2021-05-24T08:01:37.395Z"
}
],
"metadata": {
"page": 1,
"perPage": 50,
"total": 2,
"pageCount": 2,
"previousPage": false,
"nextPage": false,
"totalPages": 1
}
}