> ## 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.

# CreateSepaTransferResponse

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

# Interface: CreateSepaTransferResponse

Represents the response structure for creating a SEPA transfer.

## Properties

### meta

> **meta**: `object`

Metadata about the transfer creation operation.

#### idempotencyKey

> **idempotencyKey**: `string`

The idempotency key that was used to create this transfer.
This key ensures that duplicate requests don't result in duplicate transfers.

***

### transfer

> **transfer**: [`SepaTransfer`](../../interfaces/SepaTransfer)

The created SEPA transfer object containing all transfer details.
