Is there a webhook for settlements?

250 views Asked by At

Does authorize.net provide any web hooks for settlements? The documentation doesn't have it listed.

We'd like to update our database once an order has settled (for the purpose of providing void or refund options). If you have done this before and didn't use webhooks, how did you do it?

1

There are 1 answers

1
John Conde On BEST ANSWER

There is no webhook for settlements. However, since they occur daily, and at the same time each day, you can have a regularly scheduled script (e.g. cron job) use the Transaction Details API to get settlement information.