Skip to main content
GET
GET
Returns a paginated list of all Stripe invoices and payment records for the organisation.

Response

boolean
true on a successful request.
array
Array of transaction objects, each containing id, amount, currency, status (paid/open/void), invoice_url, and created_at.

Authorizations

Authorization
string
header
required

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

Response

200

Transaction list