Webhooks
Amrood sends real-time HTTP POST notifications to your platform’s registeredwebhook_url when events occur.
Setup
Register your webhook URL when creating a platform, or update it later:Events (Phase 1)
| Event | Description |
|---|---|
agent.funded | Agent wallet received funds |
agent.payment.received | Incoming payment from another agent |
agent.payment.sent | Outgoing payment confirmed |
agent.settlement.completed | T+1 settlement to owner’s bank |
owner.kyc.completed | KYC verified |
owner.kyc.failed | KYC rejected |
Payload Format
Verification
Every webhook includes anx-amrood-signature header — an HMAC-SHA256 signature of the JSON body using your platform’s webhook secret.