AsyncAPI channel · LiquiDonate · ReturnsDirect by LiquiDonate - Return and Refund Events

/webhooks/returnsdirect-rms

The retailer-registered webhook endpoint LiquiDonate POSTs all return and refund status events to.

Provider: LiquiDonate AsyncAPI: v3.0.0 Spec: ReturnsDirect by LiquiDonate - Return and Refund Events Operations: 1 Messages: 7

Channel address

/webhooks/returnsdirect-rms

Operations

receive
receiveReturnsDirectEvent
LiquiDonate sends return and refund lifecycle events to the retailer webhook URL.

Messages

return.pending
A return request was created and is awaiting processing.
Content-Type: application/json
return.pending_approval
A return is waiting on retailer or LiquiDonate approval.
Content-Type: application/json
return.approved
A return was approved.
Content-Type: application/json
return.rejected
A return was rejected.
Content-Type: application/json
return.cancelled
A return was cancelled.
Content-Type: application/json
refund.completed
A refund for an approved return completed.
Content-Type: application/json
refund.flagged
A refund was flagged for review rather than completing.
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.