Hello guys, I'm implementing a simple payment with a webhook to update the payment status.
I'm successfully handling notifications for the capture of funds (net.authorize.payment.authcapture.created), however I couldn't find an event for a credit card being charged.
As I understand it, capturing the funds and charging the card are different things, and a transaction is not fully completed until the card has been charged (i.e., the funds have moved to the seller).
Am I missing something here? Is there an event for the charge?
Thanks!
04-03-2020 11:27 PM
04-07-2020 08:33 PM