List Payments
Payment
List Payments
Lists payments.
GET
List Payments
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Items per page
Example:
10
Page number
Example:
1
Payment status
Available options:
ANTIFRAUD_APPROVED, ANTIFRAUD_MANUAL, ANTIFRAUD_PENDING, ANTIFRAUD_REPROVED, CANCELED, CHARGEDBACK, OVERPAID, PAID, PARTIAL_CANCELED, PAYMENT_FAILED, PENDING, PROCESSING, REFUNDED, UNDERPAID Example:
"PENDING"
Field to sort by
Available options:
createdAt, paidAt, amount Example:
"createdAt"
Sort order
Available options:
asc, desc Example:
"desc"
Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.