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

    Interface ConfirmPaymentRequest

    Confirm payment request

    interface ConfirmPaymentRequest {
        confirmationId: string;
        orderId: string;
        paymentId: string;
        requestMeta?: RequestMeta;
        token: string;
    }
    Index
    confirmationId: string

    Confirmation challenge being answered

    orderId: string

    Order ID

    paymentId: string

    Payment being confirmed

    requestMeta?: RequestMeta

    Request metadata such as idempotency controls

    token: string

    Confirmation token (e.g., OTP)