v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Bank Accounts

Unprotect bank account funds

Unprotects funds in a trust bank account. Only trust accounts are supported.

post/bankaccounts/{id}/unprotect-funds/{protectionId}

Path parameters

idstring required
protectionIdstring required

Request body

amountnumber double nullable

The amount to unprotect in dollars. Limited to 2 decimal places (cents).

This value must exactly match the originally protected amount. Partial unprotect is not supported - the full protected amount must be unprotected.

If not specified, the full protected amount will be unprotected automatically. Specifying this value provides validation to ensure you're unprotecting the expected amount.

Example request

{
  "amount": 50.25
}

Response

When request is accepted. Returns a hypermedia 'Link' object.

idstring nullable
hrefstring nullable
relationstring nullable
methodstring nullable