Wiki source code of Invoice service

Last modified by David Persson on 2024/02/15 16:05
Show last authors
1 = Overview =
2
3 (% class="jumbotron" %)
4 (((
5 (% class="container" %)
6 (((
7 PayEx Invoice Service is a full invoice service that handle the administrative parts of the invoicing process, unlocking time and resources for your business. You send your invoice claims data to us and we take care of the rest!
8 )))
9 )))
10
11 This documentation targets technical system integrators and developers implementing PayEx Invoice Service.
12
13 We retrieve the invoice information from you either through PayEx' XML based[[ CUSIN file format>>doc:.Implementation guide.WebHome||anchor="HCUSINFileReference"]] or via PayEx' set of [[REST API>>doc:.invoice-service-apis.WebHome]]
14
15 (% border="1" class="table-striped" style="margin-left:auto; margin-right:auto" %)
16 |=(% style="width: 1224px;" %)Invoice service includes|=(% style="width: 442px;" %)Supporting the following features
17 |(% style="width:1224px" %)(((
18 * Invoicing - Capacity to generate large amount of invoices for your Accounts Receivable
19 * Distribution - Distribution of all invoices by mail or electronically
20 * Collection - Handling of reminders and debt collection
21 )))|(% style="width:442px" %)(((
22 * Accounting
23 * Reports & statistics
24 * PayEx 360 (web based interface)
25 * [[PayEx API>>doc:Main.Invoicing.invoice-service.Implementation guide.Technical reference.PayEx Connect (API).WebHome||anchor="HPayExConnect"]]
26 )))
27
28 [[image:invoiceservice.png]]
29
30 = Structure of this documentation =
31
32 This documentation contains several parts, as described below.
33
34 == A step-for-step implementation scenario ==
35
36 Learn how to implement invoice service.
37
38 == Invoice Layout ==
39
40 Learn how to edit invoice content
41
42 == Additional features and functions ==
43
44 Learn of the additional features and functions that are available for your company.
45
46 == Technical reference ==
47
48 Dive into the technical reference to get a technical overview that covers file and API references, XSD and example files.