Changes for page Invoice Service

Last modified by Fredrik Köhler on 2018/12/07 12:59
From version 49.1
edited by Tore Aasebo
on 2018/04/13 10:40
To version 50.1
edited by Tore Aasebo
on 2018/04/13 10:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -25,7 +25,64 @@
25 25  
26 26  To get a grasp of what we expect of your implementation when you are finished, we recommend that you take a peek at the following diagram before you get started.
27 27  
28 -> insert fancy diagram here
28 +{{plantuml}}
29 +@startuml
30 +skinparam sequence{
31 +ArrowColor #2DA944
32 +ActorFontColor #333333
33 +ActorFontStyle bold
34 +ActorFontSize 15
35 +ActorBackgroundColor #fefefe
36 +ActorBorderColor #2DA944
37 +LifeLineBorderColor #999999
38 +LifeLineBackgroundColor #dddddd
39 +ParticipantBorderColor #2DA944
40 +ParticipantBackgroundColor #ffffff
41 +ParticipantFontColor #333333
42 +ParticipantFontStyle bold
43 +}
44 +skinparam Roundcorner 10
45 +skinparam Shadowing false
46 +skinparam ActivityBorderColor #123123
47 +skinparam NoteBackgroundColor white
48 +skinparam NoteBorderColor #999999
49 +skinparam NoteFontColor #333333
50 +skinparam sequenceDividerBackgroundColor white
51 +skinparam sequenceDividerBorderColor #999999
52 +skinparam sequenceDividerFontStyle bold
53 +skinparam sequenceDividerFontSize 15
54 +'//Sequence start//'
55 +|||
56 +Consumer->Customer: Purchase service/product: payment method Invoice
57 +|||
58 +Activate Consumer
59 +==[[https://wiki.payex.com/xwiki/wiki/external/view/invoice-service-docs/Invoice%20Service/Invoice%20Service%20%28SE%29/#HStep1:Invoicing Step 1: Invoicing]]==
60 +Activate Customer
61 +Activate PayEx
62 +Customer->PayEx: Create [[https://wiki.payex.com/xwiki/wiki/external/view/invoice-service-docs/Invoice%20Service/Invoice%20Service%20%28SE%29/#HCusin <Cusin>]]
63 +PayEx->Customer: Receive [[https://wiki.payex.com/xwiki/wiki/external/view/invoice-service-docs/Invoice%20Service/Invoice%20Service%20%28SE%29/#HReceipt <Receipt>]]
64 +PayEx->Customer: Receive [[https://wiki.payex.com/xwiki/wiki/external/view/invoice-service-docs/Invoice%20Service/Invoice%20Service%20%28SE%29/#HErrorlog <Errorlog>]]
65 +Deactivate Customer
66 +PayEx->Consumer: Distribute [[https://wiki.payex.com/xwiki/wiki/external/view/invoice-service-docs/Invoice%20Service/Invoice%20Service%20%28SE%29/#HInvoice <Invoice>]]
67 +|||
68 +Deactivate Consumer
69 +hnote over Customer: Invoice gets closed or continues in claim process
70 +|||
71 +==[[https://wiki.payex.com/xwiki/wiki/external/view/invoice-service-docs/Invoice%20Service/Invoice%20Service%20%28SE%29/#HStep2:Responsefiles Step 2: Response Files]]==
72 +PayEx->Customer: Receive [[https://wiki.payex.com/xwiki/wiki/external/view/invoice-service-docs/Invoice%20Service/Invoice%20Service%20%28SE%29/#HBillJournal <Bill Journal>]]
73 +Activate Customer
74 +PayEx->Customer: Receive [[https://wiki.payex.com/xwiki/wiki/external/view/invoice-service-docs/Invoice%20Service/Invoice%20Service%20%28SE%29/#HCustomerJournal <Customer Journal>]]
75 +|||
76 +==[[https://wiki.payex.com/xwiki/wiki/external/view/invoice-service-docs/Invoice%20Service/Invoice%20Service%20%28SE%29/#HStep3:AccountingandDisbursement Step 3: Accounting and Disbursement]]==
77 +PayEx->Customer: Receive [[https://wiki.payex.com/xwiki/wiki/external/view/invoice-service-docs/Invoice%20Service/Invoice%20Service%20%28SE%29/#HAccountingdetail <Accounting Detail>]]
78 +PayEx->Customer: Receive [[https://wiki.payex.com/xwiki/wiki/external/view/invoice-service-docs/Invoice%20Service/Invoice%20Service%20%28SE%29/#HAccountingdetail <SIE4>]]
79 +PayEx->Customer: Receive [[https://wiki.payex.com/xwiki/wiki/external/view/invoice-service-docs/Invoice%20Service/Invoice%20Service%20%28SE%29/#HClientAssetDisbursement <Balance Report>]]
80 +Deactivate PayEx
81 +Deactivate Customer
82 +|||
83 +'//Sequence end//'
84 +@enduml
85 +{{/plantuml}}
29 29  
30 30  = What you should do, step by step =
31 31