Represents a withdrawal confirmation request.

interface WithdrawalConfirm {
    id: string;
    scaDetails?: ScaAuthenticationEventRequest;
}

Properties

Properties

id: string

Withdrawal ID.

SCA details.