cURL
curl --request POST \ --url https://api.clickpay.app.br/account/withdraw \ --header 'Content-Type: application/json' \ --data '{ "value": 10000 }'
{ "status": 123, "message": "<string>", "data": { "transactionID": "withdraw_123456", "value": 10000, "status": "PENDING", "createdAt": "2025-12-10T12:00:00.000Z" } }
Realiza um saque (transferência Pix) da conta Woovi da empresa.
API Key for authentication (alternative to Bearer token)
Valor do saque em centavos (ex: 10000 = R$ 100,00)
10000
Saque realizado com sucesso
Show child attributes