{
"status": 200,
"message": "Invoice fetched successfully",
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"title": "Invoice #123",
"collectionName": "Q1 Sales Collection",
"payerName": "John Doe",
"payerEmail": "john@example.com",
"payerPhoneNumber": "2348012345678",
"billerName": "ABC Company",
"billerAddress": "123 Business St",
"billerEmail": "sales@example.com",
"amount": 1000,
"serviceCharge": 50,
"vat": 75,
"totalAmount": 1125,
"settleableAmount": 1000,
"status": "Paid",
"serviceFeePayer": "Payer",
"settlementFrequency": "Instant",
"type": "Live",
"paymentUrl": "https://payment.example.com/invoice/123e4567-e89b-12d3-a456-426614174000",
"dateCreated": "2024-03-21T10:00:00Z",
"dateModified": "2024-03-21T10:30:00Z",
"billerMetaData": {
"order-id": "12345"
},
"paymentDate": "2024-03-21T10:30:00Z",
"paymentMethod": "Card",
"invoiceBeneficiaries": null,
"callBackUrl": "https://your-api.com/webhooks/tranzakt"
}
}