get https://{providerApiEndpoint}/api/giftcards/
Returns a specific giftcard with details.
Returns a specific giftcard with details.
RESPONSE BODY
Name | Type | Mandatory | Description |
---|---|---|---|
id |
string | Yes | Gift card id |
redemptionToken |
string | No | Gift card redemptionToken |
redemptionCode |
string | No | Gift card redemptionCode |
balance |
number | Yes | Gift card current balance |
relationName |
string | Represents the relationship between the client and the store | |
emissionDate |
string | Yes | Important: It must be in the format YYYY-MM-DDThh:mm:ss.fff |
expiringDate |
string | Yes | Important: It must be in the format YYYY-MM-DDThh:mm:ss.fff |
caption |
string | The caption of the card |
|
provider |
string | Yes | provider name |
groupName |
string | ||
transaction |
object | Yes | |
↳ href |
string | Yes | Resource URL |