Skip to main content
@qonto/embed-sdk / <internal> / 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
The created SEPA transfer object containing all transfer details.