Disabling the Escrow Account

❗️

Important!

When disabling the product for the subaccount, all funds under Escrow Account guarantee will be released. This operation is irreversible, and if the release of funds is initiated, the product can only be re-enabled for the corresponding subaccount after all guaranteed funds have been released.

To disable the product, simply use the same endpoint for configuring the escrow account per subaccount, setting the enabled field to false.

The example below shows the payload with the same configurations as in the section Enabling the Escrow Account for Subaccounts, but with the enabled field set to false to disable:

POST /v3/accounts/{id}/escrow
See the complete reference for this endpoint

{
	"enabled": false,
	"isFeePayer": true,
	"daysToExpire": 10
}

Once the product is disabled for the subaccount, new charges or installments received in the subaccount will no longer be held under the Escrow Account guarantee and will be made available directly to the subaccount. If there are previously blocked funds, the guarantees will be terminated and the amounts will also be released to the specified subaccount.