cancel
Showing results for 
Search instead for 
Did you mean: 
8Ball
Contributor
since ‎04-13-2016
‎11-22-2019

Your latest statistics

  • 5 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I am developing some POS software designed to run on a MAC desktop machine. Are there any card readers that support EMV chip and contactless payments (apple wallet etc) that can be used with authorize.net as a processor in this type of enviornment? O...
Hello,I am attempting to issue a CNP refund using the following JSON:{ "createTransactionRequest":{ "merchantAuthentication" { "name":"", "transactionKey":"" }, "transactionRequest":{ "transactionType":"refundTransaction", "amount":10.0, "payment":{ ...
Here is the JSON I post to try an auth and capture while creating a CIM record as well:{ "createTransactionRequest": { "merchantAuthentication": { "name": "MY_MERCHANT_NAME", "transactionKey": "MY_TRANSACTION_KEY" }, "refId": "123456", "transactionRe...
The example codes shows the way of getting customer profiles whose credit cards expire this month. Are there other ways to search, for example coule I get all customers named bob etc? If so, where can I find examples of the different ways to search? ...
I am working with a client whose POS software runs on a desktop platform, not web. Would it still be possible to integrate with the CIM system? Would it be possible to form the XML string by hand and POST it to the authorize.net API URL through an HT...