Announcement

Collapse
No announcement yet.

Miva, authorize.net and Netsuit using passphrase through json.mvc

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Miva, authorize.net and Netsuit using passphrase through json.mvc

    HI so we have started using Netsuits and have been unhappy with the payment module options. We want to get back to using authorize.net. But it is not native in Netsuit. We found someone to do the custom work, but they need access to the authorize.net traction ID. Does anyone have documentation on passing the info locked and protected by passphrase through JSON.mvc
    Stephen Scheer
    Digital Visuals

    #2
    The Payment data for an order including the auth.net transaction id is returned in the OrderList_Load_Query function. Make sure you pass the ondemandcolumn of payments and payment_data in the request.

    Under the examples the second request shows how to send the encryption passphrase in the request

    https://docs.miva.com/json-api/funct...ist_load_query

    If you are going to store this in NS or somewhere else, may sure it is protected/encrypted and not stored in plain text so that it is not easily accessible.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Thank you we will give this a try
      Stephen Scheer
      Digital Visuals

      Comment

      Working...
      X