Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Domain Model classes for payment gateway:
I'm currently analyzing the payment gateways like Paypal and Authorize.net for adding the domain model classes for our payment gateway. Domain Driven Design architecture was selected for our project and so right now in the process of gathering the Domain Model classes for it.
Until now I have collected some of the domain model classes as shown below:

1. Account
2. Address
3. Amount
4. Authorization
5. Capture
7. CreditCard
8. CreditCardToken
9. Refund
10. Payer
11. User

I need some more domain model classes for our payment gateway project, so please share your ideas.

Also I need some advice and suggestions for my development process because I'm new to Domain Driven Design.

Any help would be appreciable.
Posted
Comments
Richard MacCutchan 24-Mar-14 10:18am    
The first thing you should do is to check the documentation for developers provided by the payment gateway companies.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900