API Reference
Get https://whitelabel.markets/demos/giftcard/api/transactions
Authorization* string
Pass your {secret_key} as a bearer token in the request header to authorize this call
page string
Sets the page number; use "all" to retrieve all items. The default is 1
limit integer
Specifies the default number of items per page, with a default setting of 20
{
"data": [
{
"id": "d7f97128-98f8-4dbc-940a-8f0be0b3eb1b",
"amount": "1196.68",
"charge": "0.00",
"status": "pending",
"mode": "live",
"card_url": null,
"card_id": null,
"card": "PlayStation Gift Card ₦15,000.00"
},
{
"id": "85aa16db-eceb-429c-b042-a34f30eea44d",
"amount": "996.68",
"charge": "0.00",
"status": "success",
"mode": "live",
"card_url": "https://whitelabel.markets/demos/giftcard/giftcard-pin/ceb3438a-2b84-4dec-9aff-1140df1c6c09",
"card_id": "ceb3438a-2b84-4dec-9aff-1140df1c6c09",
"card": "Mockup Card ₦15,000.00"
},
{
"id": "6eb4839a-42fc-4d05-bb95-4026ec6fcee5",
"amount": "996.68",
"charge": "0.00",
"status": "success",
"mode": "live",
"card_url": "https://whitelabel.markets/demos/giftcard/giftcard-pin/cffdcbf7-b5f3-4e76-a9f7-9bd6be5db7bc",
"card_id": "cffdcbf7-b5f3-4e76-a9f7-9bd6be5db7bc",
"card": "Mockup Card ₦15,000.00"
}
]
}