webhook
Fetches a webhook by ID.
webhook(
id: ID!
): Webhook
Arguments
webhook.id ● ID! non-null scalar
Type
Webhook object
HTTP endpoint that receives MONEI events. Each delivery is signed with the account's API key (MONEI-Signature: t=<unix>,v1=<hmac-sha256> over <unix>.<body>). Failed deliveries are retried with exponential backoff; the webhook is automatically disabled and lastResponse recorded once retries are exhausted.