Configure a Weekly Fee
POST/v1/connected-accounts/:id/weekly-fees
Creates or updates the fixed weekly fee for a connected account. The Secret API Key determines the primary account and the test or live mode; the ID must belong to that same primary account and mode.
You can send one or more fields. To enable collection, the effective configuration must include an amount and currency, and both the primary account and connected account must have a payout bank account in that currency.
null values are not allowed. Omit a field to preserve its current value; each request updates the configuration atomically.
Every Friday at 02:00 in America/Costa_Rica, ONVO creates the obligation when the fee is enabled and the connected account is active. Disabling it stops future obligations but does not remove pending balances.
Request
Responses
- 200
- 400
- 401
- 404
Weekly fee configured.
Invalid payload or the weekly fee does not meet the configuration requirements.
Invalid Secret API Key, disallowed Publishable API Key, or live key for an inactive primary account.
The connected account does not exist in the authenticated primary account and mode.