---
title: "Unblock account"
method: PATCH
path: "/v2/accounts/{account_id}/unblock"
tags: ["Account management"]
---

# Unblock account

`PATCH /v2/accounts/{account_id}/unblock`

This service is responsible for unblocking an account.

## Path parameters

- `account_id` string, required

## Response `200`

OK

- ResponseUnblockAccount
  - `account_id` string — User’s dLocal account ID.
  - `account_external_reference` string, byte — ID given by the merchant in their system.
  - `status` string — Account status. <br><br> [See details](https://docs.dlocal.com/reference/status-description-v2-platforms#pending).
  - `status_code` number — Account status code. <br><br> [See details](https://docs.dlocal.com/reference/status-description-v2-platforms#pending).
  - `status_detail` string — Account status detail.
  - `last_updated` string, date-time — Account update timestamp. ISO-8601 - Notification’s timestamp (YYYY-MM-DDTHH:mm:ss.SSSSZ).

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/dlocal/apis/payins.md) · [All operations](https://skmtc.net/dlocal/apis/payins/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dlocal/payins/versions/d87e090020f9/schema)
