views:

20

answers:

0

I'm working on a payment services platform that will allow calling clients to perform common operations on credit cards, e.g. authorizations, payments, voids, etc.

I've been looking aroung for ways to model this particular domain but I could not find anything. I would be particularly interested in any analysis-like patterns for modeling the lifecyle of a payment request.

Are there any resources out there that I could refer to?