Update Transfer Account
PATCH/v2/transfer/accounts/:uid
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.
Request
Responses
- 200
- 403
- 404
- 422
Partial PATCH — only service_point_number (without remittance_enabled)
Permission failure. Token without write scope.
Transfer Account Not Found
Validation error. remittance_enabled must be true or false.