v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Management Operations

List management operations

List management operations

get/v1/management_operations

Query parameters

category'MANAGEMENT_FEE' | 'MANAGEMENT_DISPUTE' | 'MANAGEMENT_REWARD' | 'MANAGEMENT_ADJUSTMENT' | 'MANAGEMENT_DISBURSEMENT'

Management operation category to be returned.

financial_account_tokenstring uuid

Globally unique identifier for the financial account. Accepted type dependent on the program's use case.

business_account_tokenstring uuid
status'PENDING' | 'SETTLED' | 'DECLINED' | 'REVERSED' | 'CANCELED' | 'RETURNED'

Management operation status to be returned.

beginstring date-time

Date string in RFC 3339 format. Only entries created after the specified time will be included. UTC time zone.

ending_beforestring

A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.

endstring date-time

Date string in RFC 3339 format. Only entries created before the specified time will be included. UTC time zone.

page_sizeinteger

Page size (for pagination).

starting_afterstring

A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.

Response

OK

has_moreboolean required

Example response

{
  "data": [
    {
      "transaction_series": {
        "type": "FEE",
        "related_transaction_token": "123e4567-e89b-12d3-a456-426614174000",
        "related_transaction_event_token": "123e4567-e89b-12d3-a456-426614174000"
      }
    }
  ]
}