---
title: "Transfer Multiple (TO BE DEPRECATED)"
method: POST
path: "/za/pb/v1/accounts/transfermultiple"
tags: ["Inter account transfers"]
deprecated: true
---

# Transfer Multiple (TO BE DEPRECATED)

`POST /za/pb/v1/accounts/transfermultiple`

> **Deprecated.**

Transfer funds to one or multiple accounts.

## Headers

- `Content-Type` string, required

## Request body

- object
  - `accountId` string, required
  - `transferList` object[]
    - `beneficiaryAccountId` string, required
    - `amount` string, required
    - `myReference` string, required
    - `theirReference` string, required

## Response `200`

Resource has been retrieved

- object
  - `data` object, required — Set of elements used to define the transfer status details.
    - `transferResponse` object
      - `TransferResponses` object[]
        - `PaymentReferenceNumber` string — Internal transfer reference number
        - `PaymentDate` string — Transfer date
        - `Status` string — Transfer outcome status
        - `BeneficiaryName` string — Transfer reference used
        - `BeneficiaryAccountId` string — Account ID of the destination account
        - `AuthorisationRequired` boolean — Boolean value describing if authorisation is required
      - `ErrorMessage` string, nullable
  - `meta` object, required — Meta Data relevant to the payload
    - `totalPages` integer
  - `links` object, required — Links relevant to the payload
    - `self` string, required

## Other responses

- `400` — Bad Request - The requested operation will not be carried out
- `401` — Unauthorized - The requested operation was refused access
- `403` — Forbidden - Not permitted to make this request
- `429` — Too Many Requests - To many requests in quick succession, Retry the request.
- `500` — Internal Server Error - The requested operation failed to execute

---

[API](https://skmtc.net/rijnhardtkotze/apis/sa-pb-account-information.md) · [All operations](https://skmtc.net/rijnhardtkotze/apis/sa-pb-account-information/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rijnhardtkotze/sa-pb-account-information/revisions/1ab926851d29/schema)
