Consultando saldo
Get a customer balance
Authorizations
Header parameters
User-AgentanyOptional
Client Identifier
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
GET /v1/customers/balance HTTP/1.1
Host: sandbox-api.pagou.com.br
X-API-KEY: YOUR_API_KEY
Accept: */*
{
"balance": 1,
"last_update": "text",
"last_withdraw": "text",
"version": 1
}
Last updated