{
"success": true,
"data": [
{
"id": 1,
"distribution_id": 1,
"amount": 4750,
"currency": "EGP",
"status": "pending_review",
"payment_method": "bank_transfer",
"bank_name": "National Bank of Egypt",
"reference_number": "PAY-2024-00123",
"scheduled_at": "2024-04-05T00:00:00+00:00",
"paid_at": "2024-04-05T14:30:00+00:00",
"created_at": "2024-04-01T09:00:00+00:00"
}
],
"links": {
"first": "http://localhost:8000/api/v1/categories?page=1",
"last": "http://localhost:8000/api/v1/categories?page=3",
"prev": null,
"next": "http://localhost:8000/api/v1/categories?page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 3,
"links": [
{
"url": "string",
"label": "string",
"active": true
}
],
"path": "http://localhost:8000/api/v1/categories",
"per_page": 15,
"to": 15,
"total": 42
}
}