Skip to main content@qonto/embed-sdk / <internal> / 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[]
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.