Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 647 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 647 Bytes

Payment demo application

Payment process and Account handling using Accounting Patterns.

The concept is that a Payment provider process a Payment Transaction, on behalf of a Merchant.

Payment provider MUST stores the Transaction and MUST creates Account Entries for each of the participants.

Account Entries are created through an Accounting Transaction.

All entries are created through an Event Dispatcher after Payment was created.