For the complete documentation index, see llms.txt. This page is also available as Markdown.

Use Invoice4U with eComm API

You can generate Invoice4U receipts through eCommerce API.

If you are submitting a transaction via API, please see the API documentation, where you can indicate which Payment Document would you like to have generated if the Transaction Type and Status are eligible.

Depending on the Payment Document Type selected, various fields will also need to be submitted in the API request.

The table below presents the Invoice4U specific fields (required and not required) for ecommerce API:

Parameters
Type
Description

receipt_type

Required (string)

Supported types: “INVOICE_RECEIPT”, “FULL_RECEIPT” & “INVOICE”

line_items

Required (object) (for INVOICE and INVOICE_RECEIPT)

Object carrying the parameters required for the product line items

name

Required (string)

Descriptive name of the order line item

quantity

Required (integer)

Quantity of the order line item

unit_price

Required (integer)

Single unit price (tax included)

tax_rate

Optional (number)

Tax rate

total_amount

Required (integer)

Total product amount (quantity × unit_price)

sku

Optional (string)

The stock keeping unit (SKU) for the item

sales_description

Optional (string)

General description of the document

Last updated

Was this helpful?