cURL
curl --request GET \ --url https://meet.briq.tz/api/v1/payments \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "status": "<string>", "amount": 123, "currency": "<string>" } ]
Retrieve a list of payments with pagination.
API key obtained from the merchant dashboard. When using the 'Try It' feature, enter only the key—the 'Bearer ' prefix is added automatically. For direct API calls, the 'Authorization: Bearer ' format is mandatory.
List of payments