Skip to main content
You can have MoneyOne push events to your configured webhook URL(s) on completion. Each URL subscribes to one or both events, so you receive the journey outcome — and optionally the data — the moment it is ready.
To configure your webhook URL(s) and their event subscriptions, contact support@moneyone.in.

Events

A URL subscribes to one or both events (defaults to JOURNEY_COMPLETE). If you subscribe only to JOURNEY_COMPLETE, call /transaction/data when you need the data.

Request

MoneyOne POSTs to your endpoint. The body is identical to the corresponding status / data response, and the event is identified by its event_type field.

Payloads

Identical to the Track Status response.
Identical to the Fetch Data response.
Match webhook deliveries to your original request using reference_id (your correlation ID) or transaction_id. Acknowledge with a 2xx promptly and do any heavy processing asynchronously so your handler stays fast.