Skip to main content
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1
Required range: x > 0
limit
integer
default:20
Required range: 0 < x <= 100
updatedSince
string<date-time>
status
enum<string>
Available options:
pending,
paid,
overdue,
cancelled,
refunded
studentId
string<uuid>

Response

200 - application/json

List payments

data
object[]
required
pagination
object
required