I am trying to test webhooks with Braintree and am running into some issues with ACH payments.
I have set up a braintree webhook set to respond to transaction settled
and transaction_ settlement declined
.
Once an ACH payment has been made I use the python SDK to set that transaction to settled
which works perfectly fine.
However it doesn't seem to be triggering the transaction settled webhook at all.
Am I doing this correctly and this just isn't supported yet?