Freeze account
Freezes an account
Path parameters
Unique identifier of the account.
Headers
Idempotency key for safe retries. Reusing a key with an identical request body returns the cached response. Reusing a key with a different body returns 409.
Response
Account frozen successfully
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440001",
"currency": "EUR",
"status": "active",
"label": "Operating EUR account",
"financial_addresses": [
{
"type": "iban",
"iban": "DE89370400440532013000",
"account_holder_name": "Acme Sandbox Ltd.",
"bic": "COBADEFFXXX"
}
],
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-15T10:35:00Z"
}Changes
Changed in 8 of the 38 revisions of this API.3513
- ○
added to the
/response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
- ○
removed the pattern
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$from thepathrequest parameteridrequest-parameter-pattern-removed
- ○
the
response's property pattern^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$was removed for the statusresponse-property-pattern-removed
- ○
the
response's property pattern^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$was removed for the statusresponse-property-pattern-removed
- ○
- ○
removed the
BTCenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
ETHenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
POLenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
SOLenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
- ▲
the
headerrequest parameterIdempotency-Keybecame requiredrequest-parameter-became-required
- ▲
- ●
added the new
ETHenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
POLenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
SOLenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
collateral_accountenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ▲
added the pattern
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$to thepathrequest parameteridrequest-parameter-pattern-added
- ●
added the new
BTCenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added to the
/response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
removed
subschema #1subschema #2subschema #3subschema #4from the/response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
the
response's property pattern^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$was added for the statusresponse-property-pattern-added
- ○
the
response's property pattern^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$was added for the statusresponse-property-pattern-added
- ▲
- ○
endpoint added
endpoint-added
- ○