m2pfintech
Webhook Guide

Webhook Guide

Receive real-time event notifications from the M2P Platform via HTTP callbacks.

Webhooks deliver real-time event notifications from the M2P Platform to your system via HTTP POST callbacks. Instead of polling for updates, you receive instant notifications when events occur.


How Webhooks Work


Requirements

RequirementDetails
ProtocolHTTPS only (TLS 1.2+)
MethodYour endpoint must accept POST requests
ResponseReturn HTTP 200 within 10 seconds
Content TypePayloads are sent as application/json
Availability99.9% uptime recommended
IdempotencyYour handler must be idempotent — the same event may be delivered multiple times

Webhook URLs and secrets are configured per tenant during onboarding. Contact your M2P account manager to add or update webhook endpoints.


Sections

On this page