Kumusoft Solutions
EFRIS API
Auth Service
EFRIS API
Auth Service
  1. EFRIS API
  • Get Current Taxpayer Details
    GET
  • Update AES Key
    POST
  • Get Efris Stock Items
    GET
  • Update Stock List
    POST
  • Verify TIN
    GET
  • Fiscalise
    POST
  • Preview Invoice
    POST
  • Issue CreditNote
    POST
  • Register EFRIS Product
    POST
  • Get Units Of Measure
    GET
  • Increase Stock
    POST
  • EFRIS Invoice Report
    POST
  • Invoice Details
    GET
  • Get Saved Items List
    GET
  • Get Master Data
    GET
  • Reduce stock
    POST
  1. EFRIS API

Invoice Details

GET
/efris/efris-invoices/{invoice_no}

Retrieve Invoice Details#

This endpoint allows users to retrieve detailed information about a specific invoice using its unique invoice number.
EFRIS Document Page Number: 72
Interface Name: Invoice details
Interface Code: T108

Request Parameters#

invoice_no (path parameter): The unique identifier of the invoice you wish to retrieve. This parameter is required.

Response#

Upon a successful request, the server will respond with the details of the invoice, which may include:
Invoice ID
Customer information
Invoice date
Total amount
Status of the invoice

Notes#

Ensure that the invoice_no provided is valid and exists in the system to avoid errors.
The response will be in JSON format, containing all relevant details of the specified invoice.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://auth.efris.kakasa.xyz/api/v1/efris/efris-invoices/324035165224' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Previous
EFRIS Invoice Report
Next
Get Saved Items List
Built with