FaxStore
The Gift Card API for FaxStore manages the creation, retrieval, and deletion of gift cards. It enables seamless handling of digital gift card balances and redemptions.
To add a gift card to an account. Refer to the Accounts API.
Table of Contents
| Name | Type | Required | Description |
|---|---|---|---|
| authorization | String | required |
[
{
"id": 4,
"giftId": "cmaAv3yFf2iYiGqeWoWo6x9MPO66LlXPbGCZB4ratmHrB",
"cost": "10.00",
"userId": "1679886138722",
"username": "User One",
"remainingAmount": "0.01"
},
{
"id": 6,
"giftId": "QCcvDZzjRcCycKyVw293eMWO1H-1vP7aMaY8mNJeRYFzO",
"cost": "99.99",
"userId": "1679886138745",
"username": "User Two",
"remainingAmount": "1966.01"
},
{
"id": 7,
"giftId": "mquTuameT-_jqUGpjQrXpys9AwGAvhWxK-u8RlvchZBxz",
"cost": "10.00",
"userId": "1679886138974",
"username": "User Three",
"remainingAmount": "10.00"
}
]Gift cards table not found.| Name | Type | Required | Description |
|---|---|---|---|
| authorization | String | required |
| Name | Type | Required | Description |
|---|---|---|---|
| id | String | required |
{
"id": 4,
"giftId": "cmaAv3yFf2iYiGqeWoWo6x9MPO66LlXPbGCZB4ratmHrB",
"cost": "10.00",
"userId": "1679886138722",
"username": "User One",
"remainingAmount": "0.01"
}Gift cards table not found.| Name | Type | Required | Description |
|---|---|---|---|
| authorization | String | required |
| Name | Type | Required | Description |
|---|---|---|---|
| id | String | required |
(no content)Gift card ID not found.