OMPX JavaScript SDK
    Preparing search index...

    Interface ChargeOptions

    interface ChargeOptions {
        amount: string;
        currency?: string;
        description?: string;
    }
    Index

    Properties

    amount: string

    Human-readable amount, e.g. "0.01" for $0.01

    currency?: string

    Currency (default: method's configured currency)

    description?: string

    Description shown to payer