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.
| Property | Filters | Sort |
|---|---|---|
id | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
type | $eq, $ne, $exists, $in, $hasSome | Sort: ASC, DESC |
createdDate | $eq, $ne, $exists, $in, $hasSome, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
operationType | $eq, $ne, $exists, $in, $hasSome | Sort: ASC, DESC |
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.