https://github.com/payneteasy/dapi-api
https://github.com/payneteasy/dapi-api
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/payneteasy/dapi-api
- Owner: payneteasy
- Created: 2018-07-06T11:11:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T10:18:53.000Z (almost 8 years ago)
- Last Synced: 2025-06-04T21:31:16.760Z (about 1 year ago)
- Language: Java
- Size: 26.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dapi-api
DAPI classes for merchant acknowlege and card-ref notification.
Classes in 'check' are use for all merchant acknowlege requests, classes in 'cardref' are use for sending IDs for mapping information to merchant.
Non-abstract classes that ended with '*Request' and '*Response' endings should be used as API with structure for HTTP requests and responses.
For different operations (sale/transfer/verification) there are matched request/response classes with similar names.