AsyncAPI channel · Lorum
· Lorum (Fuse) Webhooks
{configuredWebhookUrl}
A single URL configured in the Lorum portal (Settings > App) that receives all enabled webhook categories.
Channel address
{configuredWebhookUrl}
Operations
receive
receiveWebhook
Receive Lorum webhook events.
Messages
account_opened
Lorum 'account_opened' webhook event (category: account).
Content-Type:
application/jsonaccount_updated
Lorum 'account_updated' webhook event (category: account).
Content-Type:
application/jsonoutbound_local_payment_created
Lorum 'outbound_local_payment_created' webhook event (category: payment).
Content-Type:
application/jsonoutbound_local_payment_submitted
Lorum 'outbound_local_payment_submitted' webhook event (category: payment).
Content-Type:
application/jsonoutbound_local_payment_executed
Lorum 'outbound_local_payment_executed' webhook event (category: payment).
Content-Type:
application/jsonoutbound_local_payment_failed
Lorum 'outbound_local_payment_failed' webhook event (category: payment).
Content-Type:
application/jsonoutbound_local_payment_returned
Lorum 'outbound_local_payment_returned' webhook event (category: payment).
Content-Type:
application/jsoninbound_local_payment_settled
Lorum 'inbound_local_payment_settled' webhook event (category: payment).
Content-Type:
application/jsonfee_debited
Lorum 'fee_debited' webhook event (category: payment).
Content-Type:
application/jsoninternal_transfer_created
Lorum 'internal_transfer_created' webhook event (category: transfer).
Content-Type:
application/jsoninbound_internal_transfer_settled
Lorum 'inbound_internal_transfer_settled' webhook event (category: transfer).
Content-Type:
application/jsoninternal_transfer_settled
Lorum 'internal_transfer_settled' webhook event (category: transfer).
Content-Type:
application/jsoninternal_transfer_failed
Lorum 'internal_transfer_failed' webhook event (category: transfer).
Content-Type:
application/jsonoutbound_exchange_transfer_created
Lorum 'outbound_exchange_transfer_created' webhook event (category: exchange_transfer).
Content-Type:
application/jsonoutbound_exchange_transfer_submitted
Lorum 'outbound_exchange_transfer_submitted' webhook event (category: exchange_transfer).
Content-Type:
application/jsonoutbound_exchange_transfer_executed
Lorum 'outbound_exchange_transfer_executed' webhook event (category: exchange_transfer).
Content-Type:
application/jsoninbound_exchange_transfer_settled
Lorum 'inbound_exchange_transfer_settled' webhook event (category: exchange_transfer).
Content-Type:
application/jsonoutbound_exchange_transfer_failed
Lorum 'outbound_exchange_transfer_failed' webhook event (category: exchange_transfer).
Content-Type:
application/jsononboarding_completed
Lorum 'onboarding_completed' webhook event (category: onboarding).
Content-Type:
application/jsononboarding_failed
Lorum 'onboarding_failed' webhook event (category: onboarding).
Content-Type:
application/jsonAbout 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.