Authorizations
Bearer HTTP authentication specified with the header Authorization: Bearer <access_token>
Headers
This header is used to uniquely identify a logical request, ensuring that it is not processed more than once during retries.
64
Specifies which version of the Monime API will handle this request.
caph.2025-08-23
, caph.2025-06-20
The value is the tenancy parameter that Monime uses to determine which space the request is intended for.
64
Body
Create a new webhook with configuration for target URL, events, headers, and security.
Human-readable name for the webhook configuration.
1 - 100
"My Ecommerce Webhook"
Target URL that will receive webhook event payloads.
255
Defines the target API release for this webhook. A release represents a stable snapshot of the API schema. Ensures the webhook receives the latest object schema for a given release cycle.
caph
, siriusb
List of event types that should trigger this webhook.
1 - 100
elementsFlag indicating if the webhook should be active upon creation.
Optional HTTP headers to include in outbound webhook requests.
Optional email addresses to notify on repeated delivery failures.
2
Method to be use to verify the integrity of incoming webhook requests.
- HMAC SHA256
- ECDSA SHA256
Custom metadata for tagging or annotating this webhook.
Response
OK
Represents the status of the query operation, confirming if it was successful. This field is always true
Contains a list of messages providing relevant information or feedback related to the query or operation
A Webhook is a user-defined HTTP endpoint that Monime invokes with a POST request whenever specific events occur, such as payment.completed
or payout.failed
.
Webhooks allow you to receive real-time notifications and integrate Monime’s event stream directly into your own systems.
Use Cases
-
Realtime Payment Updates
Receive an immediate notification when a payment succeeds and update your user’s dashboard without polling the API. -
Automated Payout Reconciliation
Trigger accounting workflows or ERP system updates when a payout is marked ascompleted
orfailed
. -
Fraud & Risk Monitoring
Stream payment events into your fraud detection system as they happen.