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