Crypto Bot API
    Preparing search index...

    Type Alias CreateCheckBackendOptions

    Backend options object type for Client.createCheck method

    type CreateCheckBackendOptions = {
        amount: string;
        asset: CryptoCurrencyCode;
        pin_to_user_id?: number;
        pin_to_username?: string;
    }
    Index

    Properties

    amount: string

    Invoice amount

    Invoice asset

    pin_to_user_id?: number

    ID of the user who will be able to activate the check

    pin_to_username?: string

    A user with the specified username will be able to activate the check