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