Validate IRN
POST{{BASE_URL}}/api/v1/einvoice/irn/validate
Validates an IRN for the specified business.
Request example:
irn: Invoice Reference Number to validate.business_id: PASCA business identifier.
Create QR code
POST{{BASE_URL}}/api/v1/einvoice/qr-code/create
Generates a QR code for an IRN using your key material.
Request example:
public_key: Base64-encoded public key.certificate: Base64-encoded certificate.irn: Invoice Reference Number.
Validate QR code
POST{{BASE_URL}}/api/v1/einvoice/qr-code/validate
Validates a QR code payload.
Request example: