Add wallet webhooks
N
Nicolas M.
We're building analytics on top of Webhooks events and found ourselves missing some metadata on Wallets.
While trying to consume
wallet_transaction.created
events, we found ourselves missing the wallet
object itself (and therefore a way to link it with the customer
object).It would be great to have additional webhooks for
wallet.created
and wallet.updated
like you guys added for customer
.