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...