Skip to main content

Invoice details

GET 

/api/v1/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 NameDescription Required
merchantCodePass the merchant code ✅ Yes

📌 Path parameters details

Field Name Description Required
ID Pass the id field number from the invoice object✅ Yes

📌 Invoice status details

Invoice StatusStatus Code
Not Paid "0"
Paid "1"
Cancelled "3"

Request

Responses

Invoice details successfully fetched, Decrypt the response from the server to see the final result