Retrieve paginated list of all business account transactions. Supports filtering by type (CREDIT/DEBIT) and status.
| Parameter | Description |
|---|---|
type | Filter by transaction type: CREDIT or DEBIT |
status | Filter by status: PENDING, COMPLETED, or FAILED |
| Parameter | Default | Max |
|---|---|---|
page | 1 | - |
perPage | 50 | 100 |
JWT access token obtained from /auth/token
Page number
x >= 1Items per page (max 100)
1 <= x <= 100Filter by transaction type
CREDIT, DEBIT Filter by status
PENDING, COMPLETED, FAILED