Discussions

Ask a Question
Back to All

Transaction status updates

I have implemented the PayConex API, but I have a situation where I need transaction status updates after the initial charge. For instance, if I execute a charge against a card or ACH payment, I would like to be notified once the transaction has changed states (ex: Settled.. etc). Is there an event framework I can subscribe too where I can get updates posted to a webhook? From what I've read in the documentation, it looks like adding a webhook address to my account only provides asynchronous API responses. Anyone know if this also includes transaction updates?