Gift Cards
Basic Authentication requires a Base64 encoded string of your <Merchant_Id>:<Api_Key>.
A successful response returns a list of gift card objects.
The URL of the requested resource collection.
Unauthorized. The request lacks valid authentication credentials.
Basic Authentication requires a Base64 encoded string of your <Merchant_Id>:<Api_Key>.
A Unix timestamp for when the gift card becomes valid.
A Unix timestamp for when the gift card expires. Use 0 for no expiration.
The desired status of the gift card upon creation.
The monetary value of the gift card.
The currency of the gift card's value (e.g., "USD").
A tag for organizing or categorizing the gift card.
Gift Card created successfully.
The unique URL for this specific gift card resource.
The type of object, in this case, "gift-card".
The unique identifier for the gift card.
The code of the gift card used for redemption.
A tag for organizing or categorizing the gift card.
A Unix timestamp representing when the gift card was created.
A Unix timestamp for when the gift card becomes valid.
A Unix timestamp for when the gift card expires. A value of 0 indicates no expiration.
The initial value of the gift card.
The remaining balance on the gift card.
The unit of value (e.g., "value" for monetary amount).
The currency of the gift card's value (e.g., "USD").
The status of the gift card (e.g., "1" for active).
The identifier for the brand associated with the gift card (if any).
A list of teams associated with the gift card.
Bad Request. The request body is invalid or missing required fields.
Unauthorized. The request lacks valid authentication credentials.
Basic Authentication requires a Base64 encoded string of your <Merchant_Id>:<Api_Key>.
The unique identifier of the gift card to retrieve.
gift-150399274159a51ba5d6b34Successfully retrieved the details of the gift card.
The URL of the requested resource.
Unauthorized. The request lacks valid authentication credentials.
Not Found. A gift card with the specified ID does not exist.
Basic Authentication requires a Base64 encoded string of your <Merchant_Id>:<Api_Key>.
The unique identifier of the gift card to update.
gift-150676699459cf709263edeThe desired status of the gift card.
Gift Card updated successfully.
The URL of the requested resource.
Bad Request. The request body is invalid.
Unauthorized. The request lacks valid authentication credentials.
Not Found. A gift card with the specified ID does not exist.
Basic Authentication requires a Base64 encoded string of your <Merchant_Id>:<Api_Key>.
The unique identifier of the gift card to delete.
gift-150676699459cf709263edeNo Content. The gift card was successfully deleted.
No content
Unauthorized. The request lacks valid authentication credentials.
Not Found. A gift card with the specified ID does not exist.
No content
Last updated