Fees are configured by scope and resolved in the order platform → company → global. When
nothing has been configured, the value falls back to
0. The response always delivers the
effective value for your account, already resolved. Learn more about the model in Values · Fees.How to read a fee
Every fee has two components:percentage
Percentage applied to the transaction amount.
3.99 means 3.99%.fixed
Fixed portion in cents (integer).
350 means $3.50.BRL, USD, …). Fees are resolved per currency; if
there is no specific override for the requested currency, it falls back to the currency-agnostic fee
that has been configured.
Endpoints
| Method | Route | Description |
|---|---|---|
GET | /fees | Resolved fee table for the account |
x-api-key header. See Authentication.
Retrieve the fee table
Query parameters
Currency code in ISO 4217, exactly 3 letters (e.g.,
BRL). It is automatically normalized to
uppercase, so brl and BRL work the same way.Optional. When omitted, uses the default currency of your company. If the company also has no
default currency configured, the fallback is BRL.Request example
Response
200 OK
The numbers above are illustrative. Actual fees depend on your account configuration — always read
them from the API response; never hardcode values in your code.
Response fields
Currency of the returned fees (ISO 4217). Reflects the
currency query parameter, the company’s
default currency, or BRL as the last fallback.Fee for the pix payment method.
Fee for the boleto payment method, with the same
percentage and fixed attributes.List with one entry per installment count, always from 1x to 12x (12 items).
Withdrawal/payout fee (
percentage + fixed).Refund fee (
percentage + fixed).Fees associated with chargebacks.
Errors
This endpoint requires API Key authentication. Common errors:401—x-api-keymissing or invalid. See Authentication.
See also
Fees Concept
How fees are modeled and resolved by precedence.
Settlement
How fees impact the net amount to be received.
Split
Splitting amounts between recipients.
Authentication
How to generate and send your API Key.

