Get all transactions
GET/api/v2/transactions
Retrieves all transactions for your organization with optional filtering and pagination.
Rate Limit: 100 requests per 60 seconds
Features:
- Pagination with configurable page size (max 100 items per page)
- Filter by status, payment method, escrow/merchant flags
- Filter by customer phone number
- Filter by amount range (min/max)
- Filter by date range (RFC3339 format)
- Full-text search across transactions
- Option to include deleted transactions
Default Behavior:
- Returns page 1 with 20 items
- Excludes deleted transactions
- Sorted by creation date (newest first)
Request
Responses
- 200
- 401
- 429
- 500
List of transactions with pagination metadata.
Unauthorized - Invalid or missing API key.
Rate limit exceeded (100 requests per 60 seconds).
Internal server error.