C#
List gift cards for a buyer
List all the stored gift cards for a specific buyer.
GET
C#
This endpoint requires theDocumentation Index
Fetch the complete documentation index at: https://docs.wizlopay.com/llms.txt
Use this file to discover all available pages before exploring further.
gift-cards.read or embed scope.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The ID of the merchant account to use for this request.
Example:
"default"
Query Parameters
The field to sort the gift cards by.
Allowed value:
"last_used_at"Example:
"last_used_at"
The direction to sort the gift cards in.
Available options:
asc, desc Example:
"desc"
Response
Successful Response
A list of items returned for this request.