@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface VirtualInstrumentRequestStatus

    Status of issuing virtual payment instrument assignment request.

    interface VirtualInstrumentRequestStatus {
        accountId: string;
        id?: string;
        instrumentType: VirtualInstrumentType;
        lastChangeDate?: string;
        requestDate: string;
        status: VirtualInstrumentRequestStatusCode;
        statusReason?: string;
        virtualInstrumentId?: string;
    }
    Index

    Properties

    accountId: string

    Id of balance account.

    id?: string

    Status ID

    instrumentType: VirtualInstrumentType

    Virtual instrument type

    lastChangeDate?: string

    Last change date

    Format should be ISO 8601 in UTC. Represents RFC 3339, section 5.6 date-time.

    "2021-07-15T17:54:12Z"
    
    requestDate: string

    Request date

    Format should be ISO 8601 in UTC. Represents RFC 3339, section 5.6 date-time.

    "2021-07-15T17:54:12Z"
    

    Status of virtual payment instrument request.

    statusReason?: string

    Status reason of virtual payment instrument request.

    virtualInstrumentId?: string

    When the status of the request is COMPLETED, holds the id of the virtual instrument.