---
title: "Approve pending transfer limits"
method: POST
path: "/balanceAccounts/{id}/transferLimits/approve"
tags: ["Transfer limits - balance account level"]
---

# Approve pending transfer limits

`POST /balanceAccounts/{id}/transferLimits/approve`

Approve transfer limits that are pending SCA authentication.

## Path parameters

- `id` string, required

## Headers

- `WWW-Authenticate` string

## Request body

- ApproveTransferLimitRequest
  - `transferLimitIds` string[], required — A list that includes the `transferLimitId` of all the pending transfer limits you want to approve.

## Response `204`

No Content - The request has succeeded.

## Other responses

- `401` — Unauthorized - Authentication required via Strong Customer Authentication (SCA). The client must resolve the provided challenge.
- `404` — Not found - One of the transfer limits could not be found.
- `422` — Unprocessable Content - A request validation error.

---

[API](https://skmtc.net/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.net/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/balanceplatformservice/revisions/8761ac1a9aab/schema)
