Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface CompleteOrderRequest

    Complete order request

    interface CompleteOrderRequest {
        orderId: string;
        paidOutOfBand?: boolean;
    }
    Index
    orderId: string

    Order ID to complete

    paidOutOfBand?: boolean

    Whether payment was collected out of band