Collections
Get Collection Transactions
List all collection transactions
GET
/
collections
/
{id}
/
transactions
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredQuery Parameters
page
integer
limit
integer
Response
200 - application/json
amount
number
charges
number
created_at
string
currency
string
id
string
payment_method
string
reference
string
updated_at
string
Was this page helpful?