Hi,
I'm an individual developer integrates our web site with Authorize.net Accept hosted redirect option.
I'm using the web-hook notification to get the transaction details when an event triggered. This works fine for the card payments. But I have doubt about e-check transactions. Please see below the steps I follow.
* When a transaction created with "authCaptureTransaction", I receive "net.authorize.payment.authcapture.created" web-hook response for both card and e-check transactions.
* Then I get the transaction id from above webhook response and use "getTransactionDetailsRequest" details to get the full transaction details and update the status of my website database.
My question is, does the webhook notifies us when an e-check transaction actually funded the merchant account? If not what is the way of getting the notification when the transaction actually funded the merchant account as I need to update my database status?
Solved! Go to Solution.
03-26-2019 09:35 PM
03-27-2019 10:51 AM
03-27-2019 10:51 AM