cancel
Showing results for 
Search instead for 
Did you mean: 
mps_sudipta
Contributor
since ‎08-03-2011
‎08-02-2013

Your latest statistics

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

User Activity

I am using the CIM api to process partial refunds for a production/live account, and it's returning this error. Weirdly, I checked the AuthorizeNet request object that the api generates, and it does include the correct original settled transaction id...
below is the response I normally recieve:AuthorizeNetCIM_Response Object( [xml] => SimpleXMLElement Object ( [messages] => SimpleXMLElement Object ( [resultCode] => Error [message] => SimpleXMLElement Object ( [code] => E00027 [text] => This transact...
I am using the php_sdk, and for some weird reason, I am getting an error: Below is the errorError: Error Message: The element 'profileTransAuthCapture' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'lineItems' in na...
I am using and anet_php_sdk, and CIM and I got the basic transactions working. But I can't figure out how to do a refund transaction using this sdk. Can someone please provide me a sample code? Just assume I already have the customer id, payment prof...
I am using the following code$customerProfile = new AuthorizeNetCustomer; $customerProfile->description = "Description of customer"; $customerProfile->merchantCustomerId = "honululu27"; $customerProfile->email = "user2@domain.com"; // Add payment pro...