Hi
I have a Magento website for which I use a developer sandbox account with it's default Authorize payment module...
I manage to create orders and transactions successfully, and receive a transaction Id from Authorize, which is ok... The problem is that I have to make a functionality as follows: from the backend when editing an order that was payed trough Authorize , not to ask the credit card numbers but reuse and update the already existing transaction using it's transaction id.
In other words, by having a transaction id, can I update a transaction from Authorize?
Many thanks in advance for the response
Solved! Go to Solution.
01-27-2015 04:53 AM
Can't do that. You will have to create a new transaction.
And they don't have anyway to copy credit card info from an existing transaction to a new one.
01-27-2015 06:15 AM
what do you mean update a transaction?
01-27-2015 06:01 AM
the website admin want's after negotiating with the order customer, to change quantities of the products
ordered from the magento websites backend part...which means that the order's grand total will modify...
and using authorize api's and the already created transaction id,
to update the transaction amount and item quantities from the already created Authorize Transaction as well
01-27-2015 06:07 AM - edited 01-27-2015 06:08 AM
Can't do that. You will have to create a new transaction.
And they don't have anyway to copy credit card info from an existing transaction to a new one.
01-27-2015 06:15 AM
thanks for the fast response Raynor... so the only viable solution for this case scenario then it would remain to integrate Authorize CIM solution, and reuse the customer's payment profile id, I guess...
01-27-2015 06:19 AM