For more information about this gateway, please refer to https://secure.nmi.com/merchants/resources/integration/integration_portal.php#integration_overview

  • Gateway type code: nmi
  • Production API endpoint: https://secure.networkmerchants.com/api/transact.php
  • Sandbox API endpoint: Not Supported
  • Supported payment types: Credit card, Gateway payment method token, Gateway Transaction Id
  • Supported operations: Authorization, Capture, Charge, Void, Refund

To add an NMI gateway, use the following settings:

{
    "login" : "Your Username",
    "password" : "Your Password",
    "processor_id" : "Your Processor ID"
}

Gateway Specific Fields

"gatewaySpecificFields": {
     "nmi": {
        "sec_code": "seccode01",
        "customer_vault_id": "custvaultid123",
        "customer_id": "custid01",
        "tax": "taxamount 123",
        "shipping": "shipit",
        "ponumber": "102345",
        "merchant_defined_field_1": "mdfd01",
        "merchant_defined_field_2": "mdfd01",
        "merchant_defined_field_3": "mdfd01",
        "merchant_defined_field_4": "mdfd01",
        "merchant_defined_field_5": "mdfd01",
        "merchant_defined_field_6": "mdfd01",
        "merchant_defined_field_7": "mdfd01",
        "merchant_defined_field_8": "mdfd01",
        "merchant_defined_field_9": "mdfd01",
        "merchant_defined_field_10": "mdfd01",
        "merchant_defined_field_11": "mdfd01",
        "merchant_defined_field_12": "mdfd01",
        "merchant_defined_field_13": "mdfd01",
        "merchant_defined_field_14": "mdfd01",
        "merchant_defined_field_15": "mdfd01",
        "merchant_defined_field_16": "mdfd01",
        "merchant_defined_field_17": "mdfd01",
        "merchant_defined_field_18": "mdfd01",
        "merchant_defined_field_19": "mdfd01",
        "merchant_defined_field_20": "mdfd01"
    }
}