---
title: "Fund a batch group"
method: POST
path: "/v3/profiles/{profileId}/batch-payments/{batchGroupId}/payments"
tags: ["batch-group"]
---

# Fund a batch group

`POST /v3/profiles/{profileId}/batch-payments/{batchGroupId}/payments`

Funds all transfers in a batch group from a multi-currency account balance. Transfers are paid out immediately.

The batch group must first be completed, and there must be enough funds in the account for the whole batch. Otherwise, an insufficient funds error will be returned.

{% admonition type="warning" %}
This endpoint is SCA protected when it applies. If your profile is registered within the UK and/or EEA, SCA most likely applies to you. For more information, please read [implementing SCA](/guides/developer/auth-and-security/sca-and-2fa).
{% /admonition %}

## Path parameters

- `profileId` integer, required
- `batchGroupId` string, uuid, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Request body

- object
  - `type` 'BALANCE', required — The method of payment to use.

## Response `200`

Batch group funded successfully.

- object
  - `id` string, uuid — Unique batch group ID.
  - `name` string — Descriptive name.
  - `fileName` string, nullable — If this batch was submitted as a file, this is the given file name.
  - `alreadyPaid` boolean — Not applicable to this use case.
  - `shortId` integer — Not applicable to this use case.
  - `userId` integer — The ID of the user who initiated this payment.
  - `profileId` integer — The ID of the profile this payment belongs to.
  - `sourceCurrency` string — The source currency of the batch. Note that if there are insufficient funds, an automatic conversion from another currency can occur.
  - `status` 'NEW' | 'COMPLETED' | 'MARKED_FOR_CANCELLATION' | 'PROCESSING_CANCEL' | 'CANCELLED' — Current batch group status.
  - `groupType` 'API' | 'FILE' — Whether this batch was submitted over the API or as a file.
  - `transferIds` integer[] — The IDs of all transfers in the group.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

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