@sumup/sdk
    Preparing search index...

    Type Alias Reader

    Reader

    A physical card reader device that can accept in-person payments.

    type Reader = {
        created_at: string;
        device: ReaderDevice;
        id: ReaderID;
        metadata?: Metadata;
        name: ReaderName;
        service_account_id?: string;
        status: ReaderStatus;
        updated_at: string;
    }
    Index

    Properties

    created_at: string

    The timestamp of when the reader was created.

    device: ReaderDevice
    metadata?: Metadata
    service_account_id?: string

    Identifier of the system-managed service account associated with this reader. Present only for readers that are already paired. This field is currently in beta and may change.

    status: ReaderStatus
    updated_at: string

    The timestamp of when the reader was last updated.