I am curious it is possible to update the transaction after it has been posted. Whe call the CreateCustomerProfileTransaction() method with the ProfileTransAuthCaptureType and ProfileTransactionType information. What I would like to do is after we complete another step after the charge, update the ProfileTransAuthCaptureType.order.description with some additional notes about what the charge is related to. Essentially after we save data in our db, we would like to put some internal id's data into that description field to help us link the two.
Is this possible?
Thanks in advance.
08-12-2014 03:52 PM
There isn't a way to update thru API or the merchant account, you will need to put your po# or something when you create the transaction.
08-12-2014 04:51 PM
Bummer. Thanks for reply.
08-13-2014 08:43 AM