Do Void transactions follow roughly the same guidelines as Credits?
The CIM guide explicitly states that a Refund against a previous CIM transaction requires CustomerProfileID, CustomerPaymentProfileID, and TransID. For a Refund against a non-CIM transaction, just the TransID and CreditCardNumberMasked should be passed in -- without the CustomerProfileID or CustomerPaymentProfileID.
While we test CIM, we'll be in a mixed environment, with some transactions going through CIM and some through AIM. Do I need to code it like the Refund logic above or should it work fine with the CustomerProfileID, CustomerPaymentProfileID, and TransID being passed in?
Solved! Go to Solution.
06-18-2012 07:11 AM
06-18-2012 07:49 AM
It doesn't seem that a Void transaction even has a CreditCardNumberMasked field, so that answers one part of my question... ;)
But what happens to a CIM Void of a Non-CIM Sale Transaction?
06-18-2012 07:47 AM
It works as-is.
No issue.
06-18-2012 07:49 AM