Skip to main content
GET
/
api
/
v1
/
payments
List Payments
curl --request GET \
  --url https://meet.briq.tz/api/v1/payments \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "status": "<string>",
    "amount": 123,
    "currency": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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.

Query Parameters

page
integer
default:1
per_page
integer
default:20

Response

200 - application/json

List of payments

id
string
status
string
amount
number
currency
string