OMPX JavaScript SDK
    Preparing search index...

    Interface Settlement

    Unified payment settlement result

    interface Settlement {
        amount: Money;
        error?: string;
        payer: string;
        protocol: Protocol;
        reference: string;
        status: "success" | "failed";
        timestamp: Date;
    }
    Index

    Properties

    amount: Money
    error?: string
    payer: string
    protocol: Protocol
    reference: string

    Transaction hash, PaymentIntent ID, or other payment reference

    status: "success" | "failed"
    timestamp: Date