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
curl --request POST \ --url https://api.rivoopay.com/account-balance/withdraw \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "value": 10000 }'
{ "status": 123, "message": "<string>", "data": { "withdrawId": "withdraw_abc123" } }
Valor do saque em centavos (mínimo 101 = R$ 1,01)
10000
Show child attributes