Solicita um novo saque (PIX ou TED)
basicAuth Autenticação via chave de API. Use publicKey:secretKey codificado em Base64 no header Authorization: Basic {credentials}.
In: header
TypeScript Definitions
Use the request body type in TypeScript.
curl -X POST "https://example.com/v1/withdrawals" \ -H "Content-Type: application/json" \ -d '{ "wallet_id": "d9a8fbfc-848f-43a2-9168-911ed3a04a48", "amount": 1, "idempotency_key": "string", "type": "ted", "bank_account": { "bank_code": "string", "branch_number": "string", "account_number": "string", "account_type": "checking", "holder_name": "string", "holder_tax_id": "stringstrin" } }'