> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/online-payments/payment-documents/invoice4u.md).

# Invoice4U

Invoice4U is an application which provides digital invoices and receipts for any transaction. It helps merchants streamline the process of digital invoicing. Each time the new sale order is created, the application issues a tax invoice and/or receipt, as required.​

If you are a merchant from Israel, who already has an [Invoice4U](https://www.invoice4u.co.il/) account, you can use Verifone's Invoice4U value-added service so that Verifone will provide transaction information to Invoice4U on your behalf.

As a merchant, you can capture all the required transaction information via Verifone's various integration types: Virtual Terminal, Pay by Link, checkout and ecom API (by server-to-server integration). Once the transaction is captured, you can access your Invoice4U account and see all the relevant payment documents there.

## Availability <a href="#availability" id="availability"></a>

Invoice4U via Virtual Terminal and Pay by Link is available for the following roles:

* Merchant Cashier
* Merchant Supervisor

## Requirements <a href="#requirements" id="requirements"></a>

To use Invoice4u Payment Documents, a merchant will have to have a Receipt contract ID set in Verifone Central.

A Payment Document via Invoice4U will only be generated if the Transaction Type and Status are eligible, either of the following:

* Sale (Authorization):
  * Type = Sale, Status = Authorized/Settled
  * Type = Capture (after capturing an Authorization)
* PreAuthorization

## Workflow <a href="#workflow" id="workflow"></a>

The document is created only after a transaction is captured and is sent automatically to the customer's email address and available in your Invoice4U account. To deactivate this feature, please contact a Verifone representative.&#x20;

## Activate Invoice4U <a href="#activate-invoice4u" id="activate-invoice4u"></a>

To activate Invoice4U, contact your Verifone merchant representative.

During set-up, you will receive your Invoice4U credentials and a Verifone administrator will set Invoice4U as your documents provider in your Organization entity.

To do the onboarding for Invoice4U, you will have to provide the **API token** from your Invoice4U account to the Verifone onboarding team through a secure channel (e.g., PGP encryption, not by email). See below image for reference from Invoice4U app:

<div data-with-frame="true"><figure><img src="/files/ecsnzd5zifL49JcbIdNo" alt=""><figcaption></figcaption></figure></div>

## Integrate Invoice4U <a href="#integrate-invoice4u" id="integrate-invoice4u"></a>

There are four integration types available:

1. [Checkout](/online-payments/payment-documents/invoice4u/use-invoice4u-with-checkout-api.md) (Hosted Payments Page - HPP)
2. [Pay by Link](/online-payments/payment-documents/invoice4u/use-invoice4u-with-pay-by-link.md)
3. [Verifone's eComm API](/online-payments/payment-documents/invoice4u/use-invoice4u-with-ecomm-api.md)
4. [Virtual Terminal](/online-payments/payment-documents/invoice4u/use-invoice4u-with-virtual-terminal.md)

## Reporting <a href="#reporting" id="reporting"></a>

The Invoice4U document is available in Verifone Central under **Documents** tab from **Transaction Report** section.

<div data-with-frame="true"><figure><img src="/files/55Jda4Ib5KzKSpTxeImf" alt="" width="389"><figcaption></figcaption></figure></div>

The Payment Document types are:

* Tax Invoice
* Receipt
* Tax invoice receipt

These are also available in the exportable full CSV report from your [Verifone Central](https://docs.verifone.com/verifone-central-getting-started/) account.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verifone.com/online-payments/payment-documents/invoice4u.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
