Cria ou atualiza o recipiente primário do merchant para o tipo informado
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 PUT "https://example.com/v1/recipients" \ -H "Content-Type: application/json" \ -d '{ "type": "bank_account", "bank_code": "string", "branch_number": "string", "account_number": "string", "account_type": "checking", "holder_name": "string", "holder_tax_id": "string" }'