Wiki source code of Billing
Last modified by David Persson on 2023/12/18 15:41
1 | (% class="jumbotron" %) |
2 | ((( |
3 | (% class="container" %) |
4 | ((( |
5 | PayEx Billing accumulates submitted fees and products and creates an invoice for these fees and products. PayEx Billing also can help you to account your revenue, which will unlock time and resources for your business. You send your invoice information to us and PayEx Billing will take care of the rest! |
6 | ))) |
7 | ))) |
8 | |
9 | |
10 | |
11 | This documentation targets technical system integrators and developers implementing PayEx Billing service. |
12 | |
13 | We retrieve invoice information from you by XML based Bicus2 file or a csv based KUB file and Product-file. After the billrun PayEx deliver xml-files for accounting. |
14 | |
15 | (% border="1" class="table-striped" style="margin-left:auto; margin-right:auto" %) |
16 | |=(% style="width: 1224px;" %)PayEx Billing|=(% style="width: 442px;" %)Supporting the following features |
17 | |(% style="width:1224px" %)((( |
18 | * PayEx Billing System |
19 | * Revenue Accounting |
20 | * [[PayEx Invoice Service >>https://developer.payex.com/xwiki/wiki/developer/view/Main/Invoicing/invoice-service/]] |
21 | )))|(% style="width:442px" %)((( |
22 | * Manual registration of credit invoice |
23 | * PayEx Connect |
24 | ))) |
25 | |
26 | = = |
27 | |
28 | (% style="text-align:center" %) |
29 | [[image:Main.Invoicing.billing.technical-reference.WebHome@Overview_Billing_Process_New.PNG||alt="Overview_Billing_Process.JPG" height="480" width="910"]] |
30 | |
31 | = = |
32 | |
33 | = Structure of this documentation = |
34 | |
35 | This documentation contains several parts, as described below. |
36 | |
37 | = = |
38 | |
39 | == Implementation guide == |
40 | |
41 | ... |
42 | |
43 | |
44 | == [[Technical reference>>https://developer.payex.com/xwiki/wiki/developer/view/Main/billing/technical-reference/]] == |
45 | |
46 | Explore the technical reference to get an overview that covers file references, XSD and example files. |
47 | |
48 | == [[Reports Billing>>https://developer.payex.com/xwiki/wiki/developer/view/Main/billing/technical-reference/Billing%20Reports/||style="font-family: inherit; background-color: rgb(255, 255, 255);"]] == |
49 | |
50 | Reports that are created during the billingprocess. |
51 | |
52 | == [[Invoice Service>>https://developer.payex.com/xwiki/wiki/developer/view/Main/Invoicing/invoice-service/]] == |