> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enfuce.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Account to account batch transfer

## Endpoints

<CardGroup cols={2}>
  <Card title="Create account to account batch transfer" icon="arrow-right" href="/payment/api/account-to-account-batch-transfer/create-account-to-account-batch-transfer" horizontal>
    **POST** /v1/a2a/batches
  </Card>

  <Card title="Get all batch transfers" icon="arrow-right" href="/payment/api/account-to-account-batch-transfer/get-all-batch-transfers" horizontal>
    **GET** /v1/a2a/batches
  </Card>

  <Card title="Get full batch transfer information with transfer items by given ID" icon="arrow-right" href="/payment/api/account-to-account-batch-transfer/get-full-batch-transfer-information-with-transfer-items-by-given-id" horizontal>
    **GET** /v1/a2a/batches/\{id}
  </Card>

  <Card title="Get batch transfer status by given ID" icon="arrow-right" href="/payment/api/account-to-account-batch-transfer/get-batch-transfer-status-by-given-id" horizontal>
    **GET** /v1/a2a/batches/\{id}/status
  </Card>
</CardGroup>
