Bank account restrictions

Lift bank account restriction

Lifts a bank account restriction.

Marks the restriction as lifted, removing its effect on the account. Notes are required to provide context for the removal.

post/v0/bank/account-restrictions/{bank-account-restriction-id}/actions/lift

Path parameters

bank-account-restriction-idstring required

Request body

notesstring required

Response

OK

created-atstring date-time required

ISO 8601 formatted date-time.

Example response

{
  "restriction-applied-by": {
    "user-url": "/v0/users/ur.ICAgICAgICAgdXNlci1pZA",
    "user-username": "user@example.com"
  }
}