Transfer Accounts
Manage transfer accounts
List Transfer Accounts
Lists all transfer accounts registered in the account. Supports pagination.
Create Transfer Account
Creates a new transfer account associated with a financial account. Use when the financial account needs more than one transfer account. The account is created without a bank connection (`connection_uid` returns `null`); associate a connection before enabling remittances/registration. Requires `write` scope + `transfer.accounts`.
Fetch Transfer Account
Returns the details of a specific transfer account by UID
Update Transfer Account
Updates editable attributes of a transfer account. Accepts `remittance_enabled` (boolean, controls EDI remittance generation), `provider_data.service_point_number` (string, service point — for example `numeroPa` in Sicoob TED) and `provider_data.cooperative_cnpj` (string, Sicoob cooperative CNPJ). The body accepts partial PATCH: send only the fields you want to update.