@qonto/embed-sdk / <internal> / src/common/constants / TRANSFER_STATUSES

Variable: TRANSFER_STATUSES

const TRANSFER_STATUSES: object
List of all possible statuses a transfer can be in.

Type declaration

CANCELED

CANCELED: string = 'canceled'

COMPLETED

COMPLETED: string = 'completed'

DECLINED

DECLINED: string = 'declined'

FAILED

FAILED: string = 'failed'

PENDING

PENDING: string = 'pending'

PROCESSING

PROCESSING: string = 'processing'

SETTLED

SETTLED: string = 'settled'