R RummoPay
Webhooks

Real-time events, signed and verifiable.

Get notified the moment a balance changes, an exchange settles or a payout completes — every payload signed so you can trust it came from us.

Events you can subscribe to

account.createdbalance.updatedexchange.completedpayment.receivedpayout.createdpayout.completedpayout.failedevent.test

Register an endpoint, choose your events, and we'll POST a signed JSON payload the moment each one fires. Verify the signature header against your webhook secret before you trust it.

payout.completed
{
  "type": "payout.completed",
  "data": {
    "id": "po_9f2a",
    "currency": "AED",
    "amount": 25000,
    "status": "completed"
  }
}

Wire up your first webhook

Register an endpoint in the sandbox and watch the events roll in.