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

# BulkTransferResult

[@qonto/embed-sdk](../../README) / [\<internal>](../README) / BulkTransferResult

# Interface: BulkTransferResult

Represents the result of a single transfer within a bulk transfer.
This interface includes the client transfer ID, transfer ID, any errors that occurred, and the
status of the transfer.

## Properties

### clientTransferId

> **clientTransferId**: `string`

The client provided key to identify the transfer.

***

### errors

> **errors**: `null` | [`BulkTransferResultError`](./BulkTransferResultError)\[]

An array of errors that occurred during the transfer, if any.
Each error includes details about the error code and description.

***

### status

> **status**: `string`

The status of the transfer, which can indicate whether it was successful, pending, or failed.

***

### transferId

> **transferId**: `null` | `string`

The transfer ID of the created bulk transfer, only populated if the transfer was completed.
