AsyncAPI channel · Remitian
· Remitian Tax Payment Events
/webhook
Webhook delivery channel for all Remitian tax payment events. Events are delivered as HTTP POST requests with a JSON payload and an X-Remitian-Signature header containing the HMAC-SHA256 signature.
Channel address
/webhook
Operations
publish
receivePaymentEvent
Receive a tax payment event
Messages
payment.initiated
A new tax payment has been initiated
Content-Type:
application/jsonpayment.validated
A tax payment has passed jurisdiction validation
Content-Type:
application/jsonpayment.confirmed
A tax payment has been confirmed for processing
Content-Type:
application/jsonpayment.processing
A tax payment is being processed by the tax authority
Content-Type:
application/jsonpayment.completed
A tax payment has been successfully completed
Content-Type:
application/jsonpayment.failed
A tax payment has failed
Content-Type:
application/jsonpayment.cancelled
A tax payment has been cancelled
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.