Does Monzo update the webhook when a transaction is settled?

I’m looking at the webhook feature. I’ve noticed there’s a field called "settled": "2015-09-05T14:28:40Z"
that is sent as part of the transaction details. So how does this work, does Monzo send an event when the transaction is executed and then resend it once the transaction is settled?

I’m referring to how card transactions work, where they are first authorised and then fulfilled (or whatever the word is). How does the webhook deal with this?

Thanks

1 Like

No - webhooks only get triggered on create. So what I do, is if a tranaction is pending, I log it and will grab the transaction list every 6 hours until it’s no longer pending and then do what I would have done was it not pending in the first place.

1 Like