1.Introduction
This is the manual for the integration between JouwWeb and Informer.
Please note: The integration only processes orders. The integration does not process refunds.
- This integration is a financial integration. It is not a logistics integration. It is not suitable for updating customers in Informer, printing packing slips, or synchronizing products/inventory.
- This integration does not replace the work of an accountant. It saves time because you no longer have to retype documents. The accountant is still needed for advice, expertise, and control.
Tip: Other customers using this integration found the tips in the FAQ for JouwWeb and in the FAQ for Informer.
Installing the integration starts with signing up for a trial period, via our integrations page. After registration, you will receive an email containing an installation URL and login details. With this installation URL, you start the installation of the integration.
The installation is complete when both connection dots are green, and the settings in the Configuration tab have been entered and saved.
There is a trial period of 30 days.
If you want to install another integration, you can do so in the same way. Make sure you are logged out of the integration dashboard and preferably start the new installation in an incognito browser.
At the end of the trial or subscription period, the integration will not be automatically renewed. You will receive an offer for a one-year subscription or renewal by email at the end of this period. You can confirm the renewal by using the payment link in that email. Do you want to terminate the integration in the meantime? This can be done via the dashboard, tab Profile>>Cancel integration.
Are you switching to another web shop/accounting system and do you want to re-establish a connection? In this faq we explain how to do this.
2.How the integration works
The integration retrieves the orders from the webshop every hour and prepares them to be processed to Informer.
Read more How the integration works .... Read less How the integration works ....
At the start of processing an order, we perform a number of checks on the JouwWeb order:
- It is checked whether the total of the JouwWeb order is equal to the sum of the amounts in the order lines plus the shipping costs amount.
- If the order is an ICP order, the VAT number is checked.
- It is checked whether a corresponding VAT code exists in Informer for the VAT in each line.
- It is checked whether the order has not already been processed.
Processing a Jouwweb order to Informer takes place in two steps:
- It is checked if the customer already exists in Informer. If not, the customer is created. Matching is based on the email address.
- The Informer invoice is created and processed.
After the order has been processed and a success message has been received from Informer, the order is marked as handled. The JouwWeb order appears in the Reporting tab on the dashboard.
If Informer returns an error while processing the order, the order appears in the Errors tab on the dashboard. Via the yellow button More info more information about the problem can be found. Via the red button Report problem can the order with all necessary information easily be submitted to us after you have tried to resolve the problem yourself. If the problem is solved, in some cases the orders can be processed again with the blue Process button.
Data
Information about the data that is processed can be found in the section Day-to-day: To Informer later in the manual.
3.Required: Informer API key/code
Two pieces of information are required to integrate with Informer:
1. The security code. This is the security code you use to log in to Informer.
2. An API key. You create this in your Informer backend.
4.Installation
After the installation, check using this FAQ, whether the integration works.
Installing the integration starts with signing up for a trial period, via our integrations page. After registering, you'll receive an email with an installation URL and login details. Use this installation URL to start the integration installation.
Read more Installation .... Read less Installation ....
Webshop authentication
The authentication with the webshop runs via OAuth. Make sure you are logged out of your webshop before establishing the connection. Now click the red Connect button. A login screen for the JouwWeb webshop will automatically appear. If you log in, you will get a screen asking if you allow the connection. If you confirm this, the connection will be established.
If you want to re-establish the connection at a later time, you can always do so by clicking the Connect button.
Informer connection
You establish the connection with Informer using the security code and API key you determined in the previous step. Click the red Connect button next to Informer. You can now enter the security code and the API key in the popup window.
Multiple webshops can be present within one Jouwweb account. You can set here for which webshop you want to create the integration.
Processing status
You can specify which statuses orders should be processed to Informer. You can select multiple statuses. The integration will never forward orders twice. The integration is protected against this.
For the Informer connection, you must specify an invoice layout, a payment condition for new debtors, and indicate how the currencies in Jouwweb should be processed in Informer. This can be done very easily via the blue Edit buttons and the selection boxes that then appear.
When configuring the VAT rates and general ledger accounts, a link is created between the VAT rates in webshop and the VAT codes and revenue accounts in Informer. You can always make changes by clicking the blue 'Edit' button and selecting an option from the drop-down menus.
By default, all EU countries are shown in the list. You only need to configure the countries you sell to, and - if applicable - ICP and International.
The integration shows the standard VAT rates for Europe. You can adjust the VAT percentage with which you sell - left column. For example: By default, sales to Germany are set to 21%, but if you sell in the webshop with 19%, you can adjust this in the left column. Intra-Community (ICP) and international deliveries
The Intra-Community supplies / ICP option is intended for business-to-business deliveries within the EU. These sales are invoiced with 0% VAT. A VAT number from the customer is required. The International option applies to deliveries outside the EU. For these sales, the integration expects 0% VAT; otherwise, the sales cannot be processed. Separate VAT codes and general ledger accounts can be configured for both ICP and international deliveries.
Once the VAT settings have been configured and saved, you will always see the selected VAT rates. If you want to start over, you can use the grey 'Remove VAT settings' button. Your current settings will then be deleted and you can begin again.
You can create a link here between the payment methods in the webshop and a fixed debtor in your Informer administration. Orders with a payment method from the list will then always be posted to this debtor. In that case, no new debtors will be created.
Note: It is not possible to set fixed debtors for ICP orders. For an ICP order, a valid VAT number must be transmitted. Therefore, a debtor will always be created in Informer for an ICP order.
5.Day-to-day: From Jouwweb
Once an order has been processed, it cannot be processed again. Any order changed in the webshop after it has been processed will not be updated in Informer.
Please note: The integration only processes orders, no returns / refunds.
Field-level specification orders
| Below is a detail at field level for retrieving orders. The order includes the general values in the order, the order lines, shipping costs, payment costs, and the debtor details. | |
| Name field | Values from Jouwweb order |
| Order-identifier | [id] |
| Order number | [orderNumber] |
| Date | [createdAt] |
| Order date | [date_created] |
| Status order | [status] |
| Payment method | [paymentMethod] |
| Total VAT order incl. discount | [totalTaxAmount] |
| Order total incl. VAT and discount | [totalPrice] | Order total excl. VAT with discount | [totalPrice] - [totalTaxAmount] |
| Total VAT order without discount | [totalTaxAmount] - [discountTaxAmount] |
| Order total incl VAT | [price][total] |
| Delivery country | [shippingAddress][country] if filled, otherwise [paymentAddress][country] |
| ICP indication | The integration determines as follows whether it concerns an ICP order:
|
| International indication | The integration determines as follows whether it concerns an international order:
|
| To read the order lines, the integration takes the field [orderlines]. In Jouwweb, order lines have different types. These are indicated by the field [type]. For the order lines, this concerns type article or type [custom]. | ||
| Name field | Values from Jouwweb order line | |
| Amount | [quantity] | |
| Description | [title], please note, JouwWeb uses an unusual dash. This dash is replaced by a normal dash. | |
| VAT percentage | [taxPercentage], if smaller than 1, the VAT percentage is multiplied by 100. If the field taxPercentage does not exist in the line, the VAT percentage becomes [totalTaxAmount] / ([totalPrice] - [totalTaxAmount]. This percentage is also multiplied by 100. | |
| VAT amount in line | [totalTaxAmount] | |
| Line amount incl VAT | [totalPrice] | |
| Line amount excl VAT | [totalPrice] - [totalTaxAmount] | |
| Unit amounts | Divide the line item amounts by the amount | |
| VAT code and accounts Informer | These are determined based on the settings, the VAT percentage and the delivery country. It also takes into account whether it is an ICP or international order. | |
| A JouwWeb order can have multiple shipping cost lines with different VAT percentages. It can therefore happen that two shipping lines are created from the shipping costs. The first line will be the shipping cost line, the second line will be added to the order lines. | ||
| Name field | Values from Jouwweb shipping costs-line | |
| Amount | 1 | |
| Description | Shipping VAT percentage < |
|
| SKU | Shipping_< |
|
| Line amount incl VAT | [shippingCost], where the amount is calculated pro rata over the VAT percentages in the shopping cart. | |
| VAT amount | [shippingTaxAmount]. , where the amount is calculated pro rata over the VAT percentages in the shopping cart. | |
| VAT percentage | Dependent on the VAT on the order lines | |
| Line amount excl VAT | price incl VAT - VAT amount | |
| VAT code and accounts Informer | These are determined based on the settings, the VAT percentage and the delivery country. It also takes into account whether it is an ICP or international order. | |
| The discount lines in the JouwWeb orders are recalculated relative to the order lines. The integration does this to process VAT percentages correctly. The fields discountAmount and discountTaxAmount from the JouwWeb order are used. | ||
| Name field | Values from Jouwweb discount-line | |
| Amount | 1 | |
| Description | Discount (with VAT percentage xxx %) | |
| Discount amount incl VAT | relative amount incl. VAT | |
| Discount amount excl VAT | relative amount excl. VAT | |
| VAT percentage discount | VAT percentage | |
| VAT code and accounts Informer | These are determined based on the settings, the VAT percentage and the delivery country. It also takes into account whether it is an ICP or international order. | |
| Name field | Values from Jouwweb customer |
| Customer |
General
|
| The billing address is in field [paymentAddress] and the shipping address in field [shippingAddress]. The content of these fields is always the same, so we do not describe them separately. | |
| Address |
Address-fields
|
6.Day-to-day: To Informer
The orders from Jouwweb are imported into Informer as invoices.
When processing customer information, it is first checked whether the customer has been processed before. If so, this Informer debtor is used as the debtor for the Informer transaction. If the customer is not yet known, they are added to Informer. Matching is based on email address. Please note: The integration only creates debtors. The integration does not modify debtors.
The integration creates the invoice in Informer, but will not automatically send the invoice to the debtor. It is possible to set an invoice layout. This can be done via the dashboard https://uwkoppeling.webwinkelfacturen.nl, tab Configuration.
Field-level specification Informer
| Name | Example | Note |
| relation_id | 5366049 | customer-id |
| contact_name | Sophie Fischer | first and last name of customer |
| reference | 6224 | order number |
| invoice_date | 2022-12-06 | order date |
| payment_condition_id | 564437 | Payment condition - as configured on the dashboard. |
| currency_id | 63152 | valuta |
| vat_option | incl | Amounts are incl. VAT by default. |
| template_id | 442206 | As set on the dashboard. |
| comment | Remark order | |
| footer | empty by default | |
| lines | ||
| quantity | 1 | Amount |
| description | 18-month extension | description |
| amount | 200 | Unit price |
| discount | 0 | Discount is included in the unit price. |
| vat_id | 698451 | VAT code, As configured on the dashboard. |
| ledger_id | 5621485 | Ledger account, As configured on the dashboard. |
| product_id | 10023 | |
| costs_id | 0 | Cost center- empty. There is an option to set a default cost center for the integration. |
| Name | Example | Note |
| relation number | ||
| relation type | 1 | If a company name is provided, the relation type is set to 0. |
| Company name | [company] | |
| First name | [firstname] | If the first name is not provided, it is empty by default. |
| Last name | [lastname] | If the last name is not provided, it is empty by default. |
| Street | [Address1] [Address2] | If the address is not provided, it is empty by default. |
| House number | [housenr] | If the house number is not provided, it is empty by default. |
| Postal code | [zipcode] | |
| City | [city] | |
| Country | [isocountry] | |
| Phone number | [telnr] | |
| CoCnumber | [coc] | If the Chamber of Commerce number is not provided, it is empty by default. |
| VATnumber | [VATnr] | If the VAT number is not provided, it is empty by default. |
| Email invoice | [email] | |
| [email] |
7.Support
Read more Support .... Read less Support ....
Explanation tabs dashboard
On the Dashboard >> Report you can see which orders from your Jouwweb webshop, and when, have been transferred to Informer.What if orders are missing in Informer
If orders are missing in Informer we recommend following the steps below:- Log in to the dashboard: https://uwkoppeling.webwinkelfacturen.nl. The username and password are included in the registration email.
- Go to the Errors tab and check if order is there. You may need to adjust the search period if the
order is from a previous month. If you find order in this overview:
- Check the error code and verify whether you can resolve it yourself.
- If yes resolve the issue and click the blue Process button to resubmit the order.
- If not use the red Report problem button to create a ticket with us.
- Note if there are multiple errors, please create only 1 or 2 tickets. We will automatically see the other issues.
- Go to the Report tab and see if order is listed there. If so, you'll often see an identifier for Informer (in the purple section of the overview) that you can use to search for order.
- Go to the Open tab and check if order is there.
- If you cannot resolve the issue, you can always create a ticket via the green Ask us button.