1. Fees
  • Bem vindo
  • Webhook
    • Webhook de TRANSAÇÃO
    • Webhook de Saque
    • Create
      POST
    • Find
      GET
    • Find All
      GET
    • Delete
      DELETE
  • Transactions
    • Pix
      POST
    • BOLETO
      POST
    • CARTÃO
      POST
    • Find All
      GET
    • Find
      GET
    • Find By Metadata
      GET
  • Withdraw
    • Find All
      GET
    • Cash Out
      POST
    • Find By Metadata
      GET
    • Find
      GET
  • Balance
    • Get Balance
      GET
  • Disputes
    • Find All
      GET
    • Find
      GET
    • Seller appeal
      POST
  • Fees
    • Get seller Fees
      GET
  • Check
    GET
  1. Fees

Get seller Fees

GET
/sellers/me/fees
Todos os valores retornados devem ser divididos por 100.

Requisição

Parâmetros Header

Respostas

🟢200Success
application/json
Body

🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/sellers/me/fees' \
--header 'x-api-key: sk_0ac4c3892f8b2d843cdc54af06ca260e15a7c9d0f4f44f679'
Response Response Example
200 - Success
{
    "status": true,
    "data": {
        "pixIn": {
            "type": "FIXED",
            "value": 0
        },
        "pixOut": {
            "type": "FIXED",
            "value": 10
        },
        "creditCard": {
            "type": "PERCENTAGE",
            "singleInstallment": 351,
            "twoInstallments": 499,
            "threeInstallments": 588,
            "fourInstallments": 678,
            "fiveInstallments": 768,
            "sixInstallments": 858,
            "sevenInstallments": 982,
            "eightInstallments": 1071,
            "nineInstallments": 1161,
            "tenInstallments": 1250,
            "elevenInstallments": 1339,
            "twelveInstallments": 1429
        },
        "boleto": {
            "type": "PERCENTAGE",
            "value": 599
        }
    }
}
Modificado em 2025-10-22 13:17:40
Página anterior
Seller appeal
Próxima página
Check
Built with