NexSDK
    Preparing search index...

    Interface GatewayConfigResponse

    interface GatewayConfigResponse {
        added_at: string;
        bank_account_last4: GatewayConfigResponseBankAccountLast4;
        disabled_at: GatewayConfigResponseDisabledAt;
        disabled_reason: GatewayConfigResponseDisabledReason;
        gateway: string;
        gateway_account_id: GatewayConfigResponseGatewayAccountId;
        gateway_key_id: GatewayConfigResponseGatewayKeyId;
        gstin_on_file: GatewayConfigResponseGstinOnFile;
        host_id: string;
        last_verified_at: GatewayConfigResponseLastVerifiedAt;
        live_mode: boolean;
        onboarding_state: string;
        webhook_configured: boolean;
        webhook_url: GatewayConfigResponseWebhookUrl;
    }
    Index

    Properties

    added_at: string
    bank_account_last4: GatewayConfigResponseBankAccountLast4
    disabled_at: GatewayConfigResponseDisabledAt
    disabled_reason: GatewayConfigResponseDisabledReason
    gateway: string
    gateway_account_id: GatewayConfigResponseGatewayAccountId
    gateway_key_id: GatewayConfigResponseGatewayKeyId
    gstin_on_file: GatewayConfigResponseGstinOnFile
    host_id: string
    last_verified_at: GatewayConfigResponseLastVerifiedAt
    live_mode: boolean
    onboarding_state: string
    webhook_configured: boolean
    webhook_url: GatewayConfigResponseWebhookUrl