1. Balance
  • 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. Balance

Get Balance

GET
/seller-wallet/gestao
Valores retornados em centavos

Requisição

Parâmetros Header

Respostas

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/seller-wallet/gestao' \
--header 'x-api-key: Sua chave Api'
Response Response Example
{
    "status": true,
    "data": {
        "id": "d5e3c79c-27f2-4a41-8f7f-6e3bbec17f9b\n",
        "sellerId": "3312a7f8-fa0d-42f0-a7c8-b785204f2ccb",
        "balance": 0,
        "blockedBalance": 0,
        "createdAt": "2025-06-30T00:00:00.000Z",
        "updatedAt": "2025-07-03T21:27:49.479Z"
    }
}
Modificado em 2025-10-27 11:59:36
Página anterior
Find
Próxima página
Find All
Built with