Query Transactions
Payment Collection
List Payment Transactions
Query payment collections and payouts with filters by status, type, external ID, and date range.
GET
Query Transactions
Overview
GET /payment/transactions returns a paginated list of your company’s payment transactions (collections and payouts), with optional filtering by status, type, external ID, or date range.
When to use it
- Reconcile your books against Cartevo’s records.
- Find a transaction by
external_idwhen you’ve lost the Cartevotransaction_id. - Build a dashboard view of recent payment activity.
Prerequisites
- Authenticated as a company user.
Request
Headers
Query parameters
Response
200 — Success
GET /payment/transactions/{id}/status.
Error responses
Code examples
cURL
Related
GET /payment/transactions/{id}/status— single transaction detail.GET /payment/balance— current wallet balances.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by status (PENDING, SUCCESS, FAILED)
Available options:
PENDING, SUCCESS, FAILED, PROCESSING Filter by type (COLLECTION, PAYOUT)
Available options:
COLLECTION, PAYOUT Filter by external ID (partial match)
Start date (ISO 8601)
End date (ISO 8601)
Page number
Example:
1
Items per page
Example:
20