GuidesAPI ReferenceChangelog
API Reference

List Partner Fees

List partner fees for an account.

  • On a main account: returns its default fees. Set include_sub_accounts=true to also include fees configured on its sub-accounts.
  • On a sub-account: returns that sub-account's fees.

Provide the external_id query parameter to look up a single fee by the external_id used when it was created (other filters are ignored).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Account ID (main or sub-account)

Query Params
string

Look up a single fee by the external_id used when it was created.
When set, other filters are ignored and at most one item is returned.

boolean

When the path account is a main account, set true to also include fees
configured on its sub-accounts. Ignored for sub-account requests.

string
enum

Filter by fee type

Allowed:
string

Only fees created at or after this time (RFC3339/ISO 8601)

string

Only fees created at or before this time (RFC3339/ISO 8601)

string
enum

Sort order by create time (ASC: oldest first, DESC: newest first; default DESC)

Allowed:
pagination
object
required

Pagination query parameters.

Two query parameter formats are supported:

  • Flat format (recommended): ?page=1&size=10
  • Nested format: ?pagination=page=1&size=10

Both formats are functionally equivalent. We recommend using the flat format.

Responses

Language
Credentials
Bearer
OneMoney-HMAC-SHA256
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json