cancel
Showing results for 
Search instead for 
Did you mean: 
ericrmr
Member
since ‎10-09-2015
‎10-14-2015

Your latest statistics

  • 2 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I'm trying to build a tool to process refunds in PHP using anet_php_sdk-1_8_5_1. Here is my code to process the refund: $refund = new AuthorizeNetCIM; $transaction = new AuthorizeNetTransaction; $transaction->amount = $authAmount; $transaction->custo...
I am building a tool to grant refunds for our support team. I have the merchantCustomerId, which is our internal user ID, and transactionId in our database. I am able to pull the transaction details using the transactionId. require_once ($_SERVER['DO...