Reading the catalog
A fee row is keyed by where and what it applies to:
Customer-facing fee documents
GET /v1/customers/{customerId}/accounts/{accountId}/fee-reports?type=info|statement —
generates a PDF (returned as a base64 data URI):
type=info— the fee information sheet for the customer’s tier and region.type=statement— the fee statement for a givenyear(required withstatement).
ACCOUNT_NOT_FOUND, APPLICATION_NOT_FOUND,
NO_FEE_TRANSACTIONS (statement for a year with no fees), NO_FEES_FOR_SELECTION.