- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If I understand you, you want something for when the transaction transitions from โcapturePendingSettlementโ to โsettledSuccessfullyโ. I am almost certain there is no webhook for
that, but what you can do is write a script to get updated statuses for your transactions. Have it run the first time you pull your records every day, or have it run manually on a button click.
โ03-27-2019 10:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If I understand you, you want something for when the transaction transitions from โcapturePendingSettlementโ to โsettledSuccessfullyโ. I am almost certain there is no webhook for
that, but what you can do is write a script to get updated statuses for your transactions. Have it run the first time you pull your records every day, or have it run manually on a button click.
โ03-27-2019 10:51 AM

