Split invoice details
GET/api/v1/invoice/:Invoice_ID
To get comprehensive details of a invoice, including the refunded amount, status, method, and timestamps
🔋 Sample request payload
{
"merchantCode": "842217"
}
🎯 Note: Payload must be encrypted before being sent to the server. To access the response data, decrypt it upon receiving the response from the server
⚡️ Payload details
Field Name | Description | Required |
---|---|---|
merchantCode | Pass the merchant code | ✅ Yes |
📌 Path parameters details
Field Name | Description | Required |
---|---|---|
ID | Pass the id field number from the invoice object | ✅ Yes |
Request
Responses
- 200
- 404
- 500
Invoice details successfully fetched, Decrypt the response from the server to see the final result
Refund details not found – The requested refund details does not exist or cannot be located
Internal Server Error – An unexpected error occurred on the server while processing the request. This may be due to a temporary issue or a server-side malfunction. Please try again later or contact support if the issue persists.