Below you will find the functions used to set up a standard integration. Click here for information about the difference between standard and advanced integration.
Please note! All input data strings should be encoded in accordance with ISO-8859-1

| This function is used to... | |
|---|---|
| getAddresses | fetch the customers address, this can then be used to fill out the delivery address in the checkout. This function is ONLY allowed to be used for Swedish persons. |
| addTransaction | create the passive invoice, contains information about the customer (address, birth of date) and the purchase (goods and prices). |
| setAddress | create addresses. (Used in add_transaction) |
| addArticle | create an inventory. (Used in add_transaction) |
| checkOrderStatus | to look up if a pending order has received a new status. |
| deleteInvoice | remove a passive invoice from our system. |
| activateInvoice | activate the passive invoice that was created with the add_transaction. |
| activatePart | partially activate a purchase, used if you have goods that will be delivered at a later date. |

Standard integration