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

    Interface PayOrderRequest

    Pay for order with saved payment method

    interface PayOrderRequest {
        orderId: string;
        paidOutOfBand?: boolean;
        paymentMethodData?: undefined;
        paymentMethodId?: string;
        requestMeta?: RequestMeta;
    }
    Index
    orderId: string

    Order ID to pay for

    paidOutOfBand?: boolean

    Whether payment was already collected offline

    paymentMethodData?: undefined

    Payment method data should not be present when using saved method

    paymentMethodId?: string

    Optional saved payment method to use

    requestMeta?: RequestMeta

    Request metadata such as idempotency controls