cancel
Showing results for 
Search instead for 
Did you mean: 
kofhearts
Contributor
since ‎05-25-2016
‎03-27-2018

Your latest statistics

  • 3 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have been following the tutorial https://developer.authorize.net/api/reference/features/acceptjs.html let me get to the point The credit card data is sent to authorize.net from the client with this callAccept.dispatchData(secureData, responseHandle...
I am following the tutorial to integrate Accept.jshttps://developer.authorize.net/api/reference/features/acceptjs.htmllet me get to the pointHere is the form







Pay and here is the function called Now sometimes there is connection problem and...
I am using the java sdk. https://github.com/AuthorizeNet/sdk-java I am using accept.js to send credit card to authorize.net via javascript and then in server side i execute accept payment transaction call as described in the following documentation. ...
I have a payment form as follows
${flash.message}

Secure Checkout









Pay
function sendPaymentDataToAnet() { var authData = {}; authData.clientKey = "valid key"; authData.apiLoginID = "valid id"; var cardData = {}; cardData.cardNumber =...
Currently our company uses the simple SIM payment method provided by Authorize.net. This has been serving our needs but there is a serious problem that we encounter now and again "The script timeout error". The frequency of occurrence has increased o...