Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Search payments by id, note, or serviceable_id
Filter by exact id. Supports comma-separated values for multiple matches.
"3,6,9"
Filter by exact type. Supports comma-separated values for multiple matches.
"example"
Filter by exact serviceable type. Supports comma-separated values for multiple matches.
"example"
Filter by exact serviceable id. Supports comma-separated values for multiple matches.
313493
Filter by fine status
Filter by warehouse status
Filter by created at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2019-08-14,2025-12-31"
Filter by updated at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2025-10-05"
Sort by field. Prefix with - for descending order.
id
, -id
, type
, -type
, amount
, -amount
, balance_after
, -balance_after
, is_fine
, -is_fine
, created_at
, -created_at
, updated_at
, -updated_at
"-created_at"
Items per page (max 50)
1 <= x <= 50