NexSDK
    Preparing search index...

    Interface PaymentInitiateResponse

    Returned to frontend so it can open the gateway checkout.

    interface PaymentInitiateResponse {
        amount: number;
        currency: string;
        gateway: string;
        gateway_key_id: string;
        gateway_order_id: string;
        payment_id: string;
    }
    Index

    Properties

    amount: number
    currency: string
    gateway: string
    gateway_key_id: string
    gateway_order_id: string
    payment_id: string