---
title: "Resume collection for a customer"
method: PUT
path: "/customers/{customerId}:resume_collection"
tags: ["Customers"]
---

# Resume collection for a customer

`PUT /customers/{customerId}:resume_collection`

Starts collection from the customer by the named methods again. Methods that are not named keep their current state, and a method that is not paused stays as it is.

## Path parameters

- `customerId` string, uuid, required

## Request body

- CollectionResumeRequest — The collection methods to start collecting by again.
  - `collectionMethods` string[], required — The collection methods to resume. At least one method is required.

## Response `204`

Collection is resumed for the named methods.

## Other responses

- `400` — The request was refused. `errors[].type` is `DIRECT_DEBIT_NOT_AVAILABLE` when `AUTO_COLLECT` is named and direct debit is unavailable, and no method is resumed in that case. An empty or unrecognised `collectionMethods` is also refused here.
- `401` — The request carried no valid access token.
- `403` — The access token does not grant updating customers.
- `404` — There is no customer with that identifier.
- `500` — The server could not process the request.

## Changes

- **2026-08-31** `15c1340dcb72` — 2 info
  - the endpoint scheme security `Biller Access Token (Production)` was added to the API
  - the endpoint scheme security `Biller Access Token (Staging)` was added to the API
- **2026-08-29** `53d29f0850e0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/adfin/apis/adfin-api/changes/customers/:customerId:resume_collection/put.md)

---

[API](https://skmtc.dev/adfin/apis/adfin-api.md) · [All operations](https://skmtc.dev/adfin/apis/adfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adfin/adfin-api/revisions/e2d72caddef0/schema)
