Infinity Gift Card: Overview
Swagger Definition
The Swagger definition for this version of the Infinity Gift Card API can be found at: https://app.swaggerhub.com/apis/Triquestra/infinity_gift_card/1.0.0.
Overview
The Infinity Gift Card API enables Infinity Gifts Cards to be activated and redeemed against, as well as providing the current balance and transaction history for active cards.
Using Infinity Gift Card API you can:
- Activate a new card and add a specified amount to the balance.
- Redeem the balance of a card by a specified amount.
- Retrieve the current balance of a card.
- Retrieve a list of transactions against a card.
Examples
Activate a new card and add a specified amount to the balance.
POST /activate
Update (reduce) the balance of a card by a specified amount.
POST /redeem
Retrieve the current balance of a card.
POST /balance
Retrieve a list of transactions against a card.
POST /transactions