Callbacks
Signed provider notifications when a wallet is funded or a move settles.
Callbacks
The wallet provider calls in when a wallet is funded (a customer transfers into their account number) or a move reaches a terminal state.
POST /api/v1/wallet/callbacks/{provider}
Each callback is authenticated by the provider's signature before it is recorded and acted on — an inbound callback is not trusted on its face. The signature scheme is the provider's; the wallet service verifies it and records the event.
Register your provider's callback URL as
https://<your-wallet-host>/api/v1/wallet/callbacks/{provider}.