cancel
Showing results for 
Search instead for 
Did you mean: 
twe
Member
since ‎10-27-2015
‎11-02-2015

Your latest statistics

  • 4 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I tried to put together some code to have authorize.net send a confirmation email based on support's hints to use the sendCustomerTransactionReceiptRequest class and it did not succeed, I got a null response. Could anyone point out where I went wrong...
I'm submitting the error code 46205 and ccv 900 to visa test card number and I get a successful transaction rather than an avs error. The account has checked to reject mismatched address and zip, but it apparently did not. I was able to raise the avs...
Using the error codes in http://developer.authorize.net/hello_world/testing_guide/ I have gotten successful transactions using the error codes for zip 46201, get no error codes, but do get the avsResultCode "A". Will this result in a successful trans...
Does email paramater go in the customerAddressType, or customerDataType? Intellisense shows both. I need to send email so authorize.net can auto-send a confirmation email. customerAddressType addressDetails = new customerAddressType { address = a_add...