Skip to main content

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 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

Request

Responses

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