Skip to content

Implementation of accounting pattern by Martin Fowler

Notifications You must be signed in to change notification settings

Larium/accounting-pattern

Repository files navigation

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.

About

Implementation of accounting pattern by Martin Fowler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages