Skip to main content

Validate IRN

base_url: https://firseinvoicedemo.etranzactng.com

Request Parameters

ParameterTypeDescriptionRequired?
irnstringA unique tracking number assigned to each invoice.Yes
business_idstringUnique alphanumeric ID generated when the business is registered on the e-invoicing platform. It allows the system recognize all invoices generated by the companyYes
invoice_numberstringTaxpayer’s Invoice/transaction reference value (transaction id)Yes

Request Parameters

POST {base_url}/api/v1/app/invoice/validate-irn
curl -X POST `{base_url}/api/v1/app/invoice/validate-irn`
-H "X-API-Key: {{CLIENT_API_KEY}}"
-H "X-API-Signature: {{HMAC_SHA256_SIGNATURE}}"
-H "X-API-Timestamp: {{ISO_20022_TIMESTAMP}}"
-H "Content-Type: application/json"
-d '{
"irn": "INV285-47AT78FN-20250417",
"business_id": "6f19a0f0-c8f3-4d2b-8a8b-1b2c45e89d0f",
}
'