cURL
curl --request GET \ --url https://staging-vouchers.ventogram.com/api/v1/transactions/summary \ --header 'X-Api-Key: <api-key>' \ --header 'X-Api-User: <api-key>'
{ "success": true, "message": "<string>", "data": { "totalPaid": 123, "totalUnpaid": 123, "totalRedeemed": 123, "totalUnredeemed": 123 } }
Retrieves transaction summary for the selected currency for a merchant
One of supported currencies
NGN
USD
successful operation
true
false
Show child attributes
Total count of paid vouchers
Total count of unpaid vouchers
Total count of redeemed vouchers
Total count of unredeemed vouchers