https://github.com/jacques/giftcard-service-interface
https://github.com/jacques/giftcard-service-interface
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacques/giftcard-service-interface
- Owner: jacques
- License: apache-2.0
- Created: 2018-07-11T11:20:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T17:38:56.000Z (about 3 years ago)
- Last Synced: 2025-01-24T15:46:57.720Z (4 months ago)
- Language: Java
- Size: 392 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Giftcard Service Interface
The Giftcard Service Interface documents the messaging interface used by Electrum to connect acquirers, processors, and issuers together for performing giftcard transactions.
You can find documentation for this project [here](https://electrumpayments.github.io/giftcard-service-interface-docs/).
## Java projects
To include the service interface into your maven project, include the below dependency.
```xml
io.electrum
service-interface-base
3.38.0io.electrum
giftcard-service-interface
4.0.0```
Alternatively, you can download the jar from Bintray:
[Service Interface Base]](https://bintray.com/electrumpayments/java-open-source/service-interface-base).
[Giftcard Service Interface]](https://bintray.com/electrumpayments/java-open-source/giftcard-service-interface).## Other languages
The interface is also available as a swagger (OpenApi) definition, which can be used to generate starter projects in many languages. See more info [here](https://electrumpayments.github.io/giftcard-service-interface-docs/specification/swagger).