---
title: "Add an internal transfer to a Batch"
method: POST
path: "/v1/batches/{batchUuid}/internaltransfers"
tags: ["Batch Payments"]
---

# Add an internal transfer to a Batch

`POST /v1/batches/{batchUuid}/internaltransfers`

This endpoint will add an internal transfer payment to an existing batch. Simply specify the source account, destination account, amount and a reference. You will need to enable PERM_BUSINESS_POST_BATCH_INTERNALTRANSFERS to use this endpoint.

## Path parameters

- `batchUuid` string, required — The uuid of the batch.

## Request body

- object
  - `icanFrom` integer — The account ID for the fire.com account the funds are taken from
  - `icanTo` integer — The account ID for the fire.com account the funds are directed to
  - `amount` integer — The amount of funds to be transferred. Note the last two digits represent pennies/cents, (e.g., £1.00 = 100).
  - `ref` string — The reference on the transaction

## Response `200`

Batch payment added successfully. Note* Please use batchUuid when submitting a batch, not batchItemUuid.

- NewBatchItemResponse
  - `batchItemUuid` string — A Batch Item UUID for this item. Note* Do not confuse this for BatchUuid when submitting a batch.

## Other responses

- `400` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `401` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `403` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.

---

[API](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api.md) · [All operations](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefinancialservices/fire-financial-services-business-api/revisions/1d19896d095c/schema)
