List Fee Rules
Returns a paginated overview of fee rules filtered by sub-account, markup presence, and status. Each record contains the core fields of the current version for operations and back-office display.
Overview
This page documents the institution-only API for paginated retrieval of sub-account fee-rule summaries. Full fields, request payloads, and examples are rendered from the OpenAPI definition above.Notes
- The list endpoint is intended for operations consoles, monitoring, and bulk reviews.
- The primary request keys are
pageNumandpageSize, whilepageandpage_sizeremain accepted compatibility aliases. - It uses
X-GatePay-MerchantIdto identify the main-merchant context and does not useX-GatePay-On-Behalf-Of.
Headers
Application ClientId.
HMAC-SHA512 signature generated with the Payment API Secret.
UTC timestamp in milliseconds.
Random nonce used for replay protection.
Main merchant ID. This header identifies the institution main-merchant context for this fee-setting API set.
Body
Page number. Default: 1.
1
Page size. Default: 20. Maximum: 100.
20
Filter by whether a markup is configured.
true
Status filter.
EFFECTIVE, PENDING_EFFECTIVE Exact filter for a single sub-account.
"123456789"
Compatibility alias equivalent to pageNum.
1
Compatibility alias equivalent to pageSize.
20

