---
title: "PATCH /api/customers/transfers/bulk"
method: PATCH
path: "/api/customers/transfers/bulk"
tags: ["api", "transfers"]
---

# PATCH /api/customers/transfers/bulk

`PATCH /api/customers/transfers/bulk`

Update Status of Transfers

## Request body

- object
  - `ids` string[], required — Ids of transfers that should be updated
  - `status` 'PENDING' | 'PROCESSING' | 'SUCCEEDED' | 'FAILED', required — The new status for the transfer

## Response `200`

OK

- object
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
