GiftCard API
>ℹ️ Onboarding guide > > Check the new [Payments onboarding guide](https://developers.vtex.com/docs/guides/payments-overview). We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Payments and is organized by focusing on the developer's journey. The Gift Card is a payment method configured as a cash value as
Latency
Not monitored yet
Uptime
Not monitored yet
Playground
Verified
live
Endpoints
/giftcards
Create GiftCard
/giftcards/_search
Get GiftCard using JSON
/giftcards/{giftCardID}
Get GiftCard by ID
/giftcards/{giftCardID}/transactions
Get GiftCard Transactions
/giftcards/{giftCardID}/transactions
Create GiftCard Transaction
/giftcards/{giftCardID}/transactions/{transactionID}
Get GiftCard Transaction by ID
/giftcards/{giftCardID}/transactions/{transactionID}/authorization
Get Transaction Authorizations
/giftcards/{giftCardID}/transactions/{transactionID}/cancellations
Get Transaction Cancellations
/giftcards/{giftCardID}/transactions/{transactionID}/cancellations
Cancel GiftCard Transaction
/giftcards/{giftCardID}/transactions/{transactionID}/settlements
Get Transaction Settlements
/giftcards/{giftCardID}/transactions/{transactionID}/settlements
Settle GiftCard Transaction
11 endpoints auto-detected
Authentication
This API uses an API key, passed in the "X-VTEX-API-AppKey" header. No OAuth required.
curl -X POST \ "https://vtex.local/giftcards" \ -H "X-VTEX-API-AppKey: YOUR_API_KEY"
vtex.local · HTTPS only