Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET 'https://api.goatpay.com.br/v1/account/balance' \ -H 'X-API-Key: gp_live_SUA_CHAVE'
{ "success": true, "message": "Saldo consultado com sucesso", "data": { "currency": "BRL", "availableAmount": 1000, "pendingAmount": 0, "livre": { "available": 0, "pending": 0 }, "padrao": { "available": 1000, "pending": 0, "withdrawable": 1000, "locked24h": 0, "nextUnlockAt": null } }, "requestId": "req_abc" }
Saldo disponível e pendente por trilho (PADRAO e LIVRE).
Chave gp_live_... criada em Integrações → Chaves de API no dashboard.
gp_live_...
Saldo da conta.
Show child attributes