Transaction
Get transactions
GET
/
payment
/
transactions
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Query Parameters
page
integer
default: 1The collection page number
limit
integer
default: 30The number of items per page
Required range:
0 < x < 100
customer
string
invoice
string
search
string
order[status]
enum<string>
Available options:
asc
, desc
order[createdAt]
enum<string>
Available options:
asc
, desc
order[paidAt]
enum<string>
Available options:
asc
, desc
Response
200 - application/json
data
object[]
meta
object
Was this page helpful?