We are implementing authorize.net as one of the payment processors on our website. A user should have a possibility to deposit money from his bank card to our website's virtual money balance.
During the integration of authorize.net we:
1. use "authCaptureTransaction" transaction type;
2. send the request to "createTransactionRequest"
When can we suppose that the transaction was succeeded? I mean, when we can increase user's virtual money balance?
When I have a response: "This transaction has been approved" and "text":"Successful."?
Where can I find more information about handling transaction stages?
Of course, I read https://developer.authorize.net/api/reference/features/payment_transactions.html#Stages_of_a_Transac... , but it is not covering all the cases.
Thanks for help!
03-28-2019 06:21 AM
03-28-2019 08:07 AM