GiftCard Hub API
>ℹ️ Check the new [Payments onboarding guide](https://developers.vtex.com/vtex-rest-api/docs/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 Hub API allows interactions with all Gift Card providers regist
Latency
3255ms p95
Uptime
0.0% 30d
Playground
Verified
live
Endpoints
/giftcardproviders
List All GiftCard Providers
/giftcardproviders/{giftCardProviderID}
Delete GiftCard Provider by ID
/giftcardproviders/{giftCardProviderID}
Create/Update GiftCard Provider by ID
/giftcardproviders/{giftCardProviderID}/giftcards
Create GiftCard in GiftCard Provider
/giftcardproviders/{giftCardProviderID}/giftcards/_search
Get GiftCard from GiftCard Provider
/giftcardproviders/{giftCardProviderID}/giftcards/{giftCardID}
Get GiftCard from GiftCard Provider by ID
/giftcardproviders/{giftCardProviderID}/giftcards/{giftCardID}/transactions
List All GiftCard Transactions
/giftcardproviders/{giftCardProviderID}/giftcards/{giftCardID}/transactions
Create GiftCard Transaction
/giftcardproviders/{giftCardProviderID}/giftcards/{giftCardID}/transactions/{tId}/cancellations
List All GiftCard Cancellation Transactions
/giftcardproviders/{giftCardProviderID}/giftcards/{giftCardID}/transactions/{tId}/cancellations
Create GiftCard Cancellation Transaction
/giftcardproviders/{giftCardProviderID}/giftcards/{giftCardID}/transactions/{tId}/settlements
List All GiftCard Settlement Transactions
/giftcardproviders/{giftCardProviderID}/giftcards/{giftCardID}/transactions/{tId}/settlements
Create GiftCard Settlement Transaction
/giftcardproviders/{giftCardProviderID}/giftcards/{giftCardID}/transactions/{transactionID}
Get GiftCard Transaction by ID
/giftcardproviders/{giftCardProviderID}/giftcards/{giftCardID}/transactions/{transactionID}/authorization
Get GiftCard Authorization Transaction
/giftcardproviders/{giftCardProviderId}
Get GiftCard Provider by ID
15 endpoints auto-detected
Authentication
This API uses an API key, passed in the "X-VTEX-API-AppKey" header. No OAuth required.
curl -X GET \ "https://vtex.local/giftcardproviders" \ -H "X-VTEX-API-AppKey: YOUR_API_KEY"
vtex.local · HTTPS only