AsyncAPI channel · Lorum · Lorum (Fuse) Webhooks

{configuredWebhookUrl}

A single URL configured in the Lorum portal (Settings > App) that receives all enabled webhook categories.

Provider: Lorum AsyncAPI: v3.0.0 Spec: Lorum (Fuse) Webhooks Operations: 1 Messages: 20

Channel address

{configuredWebhookUrl}

Operations

receive
receiveWebhook
Receive Lorum webhook events.

Messages

account_opened
Lorum 'account_opened' webhook event (category: account).
Content-Type: application/json
account_updated
Lorum 'account_updated' webhook event (category: account).
Content-Type: application/json
outbound_local_payment_created
Lorum 'outbound_local_payment_created' webhook event (category: payment).
Content-Type: application/json
outbound_local_payment_submitted
Lorum 'outbound_local_payment_submitted' webhook event (category: payment).
Content-Type: application/json
outbound_local_payment_executed
Lorum 'outbound_local_payment_executed' webhook event (category: payment).
Content-Type: application/json
outbound_local_payment_failed
Lorum 'outbound_local_payment_failed' webhook event (category: payment).
Content-Type: application/json
outbound_local_payment_returned
Lorum 'outbound_local_payment_returned' webhook event (category: payment).
Content-Type: application/json
inbound_local_payment_settled
Lorum 'inbound_local_payment_settled' webhook event (category: payment).
Content-Type: application/json
fee_debited
Lorum 'fee_debited' webhook event (category: payment).
Content-Type: application/json
internal_transfer_created
Lorum 'internal_transfer_created' webhook event (category: transfer).
Content-Type: application/json
inbound_internal_transfer_settled
Lorum 'inbound_internal_transfer_settled' webhook event (category: transfer).
Content-Type: application/json
internal_transfer_settled
Lorum 'internal_transfer_settled' webhook event (category: transfer).
Content-Type: application/json
internal_transfer_failed
Lorum 'internal_transfer_failed' webhook event (category: transfer).
Content-Type: application/json
outbound_exchange_transfer_created
Lorum 'outbound_exchange_transfer_created' webhook event (category: exchange_transfer).
Content-Type: application/json
outbound_exchange_transfer_submitted
Lorum 'outbound_exchange_transfer_submitted' webhook event (category: exchange_transfer).
Content-Type: application/json
outbound_exchange_transfer_executed
Lorum 'outbound_exchange_transfer_executed' webhook event (category: exchange_transfer).
Content-Type: application/json
inbound_exchange_transfer_settled
Lorum 'inbound_exchange_transfer_settled' webhook event (category: exchange_transfer).
Content-Type: application/json
outbound_exchange_transfer_failed
Lorum 'outbound_exchange_transfer_failed' webhook event (category: exchange_transfer).
Content-Type: application/json
onboarding_completed
Lorum 'onboarding_completed' webhook event (category: onboarding).
Content-Type: application/json
onboarding_failed
Lorum 'onboarding_failed' webhook event (category: onboarding).
Content-Type: application/json

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.