POST

Query Gift Card Transactions


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves the transaction history for a specific gift card with filtering, sorting, and paging options.

Use this method to implement transaction history displays, generate audit reports, or investigate gift card balance changes. Transactions are automatically created for all gift card activities including redemptions, refunds, and manual adjustments.

To learn about working with Query endpoints, see API Query Language, and Sorting and Paging.

PropertyFiltersSort
id$eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gteSort: ASC, DESC
type$eq, $ne, $exists, $in, $hasSomeSort: ASC, DESC
createdDate$eq, $ne, $exists, $in, $hasSome, $lt, $lte, $gt, $gteSort: ASC, DESC
operationType$eq, $ne, $exists, $in, $hasSomeSort: ASC, DESC
Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage eCommerce - all permissions
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/gift-cards/v1/gift-cards/{giftCardId}/transactions/query

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?