cancel
Showing results for 
Search instead for 
Did you mean: 
gpetty
Member
since ‎03-24-2016
‎12-28-2016

Your latest statistics

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

User Activity

I am successfully using the Python SDK and the get-transaction-details.py sample script to retrieve most of the the details of a credit card transaction. However, I can't figure out how to unpack the transactionDetailsResponse.transaction.lineItems o...
I'm using the SIM gateway to submit purchase transactions. One of the fields provided by the API is x_discount, which supposedly can be used to indicate a discount from the merchant. But the hosted payment form that shows up doesn't actually display ...
Using PHP for a transaction posted to the SIM gateway, fingerprint generation is based on the following function: function hmac ($key, $data){return (bin2hex (mhash(MHASH_MD5, $data, $key)));}Not being very familiar with either PHP or hash functions,...
I'm using the Python SDK to get batch and transaction info (apart from one problem that is not relevant here), but I would like to continue using the SIM gateway for processing buyer transactions on my website. My existing web page does this with cal...
I have been submitting credit card transactions to the SIM server via a PHP web form for many years without problems. Now I'm trying to start using the Python SDK, executing the get-settled-batch-list script as a first exercise. I have already set th...
My Accepted Solutions
Kudos from