
This guide explains the mandatory technical and data requirements for organizations integrating with Link4 to send and receive electronic invoices.
Before integration, ensure your ERP, Accounting System, or Middleware can supply all required data.
Missing or incorrect data will result in:
Your system connects to Link4 via a secure API.
API endpoints provided by Link
Authentication method (OAuth or API keys)
Payload structure compliance
Validation rule adherence
Document Type | Description |
| Invoice | Standard commercial invoice |
| Credit Note | Reduces or cancels an invoice |
| Corrected Invoice | An updated invoice issued to correct errors in a previously sent invoice |
| Other | Additional document types by agreement |

For all document types, the following data must be complete:
Document header data
Supplier and buyer details
Line items
Tax information
Accurate contact data is mandatory.
This data is used for:
Addressing and routing (Peppol)
Tax authority validation (e.g. ATO Framework)
Delivery and notifications
| Field | Required |
|---|---|
| Legal name | ✅ |
| Email (valid and active) | ✅ |
| Phone | ✅ |
| Full address | ✅ |
| Country | ✅ |
| ABN | ✅ |
Applies to BOTH customers and suppliers.
Each contact must be retrievable using a unique identifier
All mandatory fields must be returned
Used to avoid duplicates and ensure correct matching
CSV must include all mandatory fields
A unique reference column may be required for create/update logic
Column order and format will be confirmed by Link4
Tax data must comply with the target jurisdiction (e.g. ATO Framework, Peppol VAT rules).
Supplier ABN
Buyer ABN
Currency = AUD
Tax basis (inclusive/exclusive)
Line number
Description of goods/services
Quantity (numeric)
Unit of Measure (EA, HRS, KG, etc.)
Unit price
Line extension amount (qty × unit price)
GST rate (10% or 0%)
Tax amount
Line total (incl/excl tax consistent with header)
Item code/SKU
Discount rate/amount
Order reference
Buyer item ID
Unique document number
Issue date (YYYY-MM-DD)
Document type (Invoice / Credit Note)
Supplier details (ABN, legal name, full address)
Buyer details (ABN or Peppol ID, legal name, full address)
Currency (AUD unless otherwise agreed)
Tax-exclusive amount
Total GST amount
Tax-inclusive amount
Due date
Order reference (PO number)
Buyer reference
Contract or project reference
Payment terms
Bank / payment details
Delivery date
Internal notes (must comply with Peppol format rules)
Secure credentials (OAuth or API keys)
Read and write permissions
Header data
Line items
Tax information
Contact data via unique ID
No duplicate documents
Clear HTTP errors
Stable identifiers for retries
All documents are validated against:
Peppol BIS Billing 3.0
GST math validation
Missing or invalid data may result in:
Document rejection
Validation errors
Delivery failure (e.g. buyer not on network)