Aqueduct · AsyncAPI Specification
Aqueduct Webhooks
Version 1.0.0
Event notifications delivered by Aqueduct to registered webhook endpoints. Each event is an HTTP POST carrying the shared envelope. Subscribe by creating a webhook endpoint (POST /webhookendpoints) with the desired enabledEvents and a signing secret.
View Spec
View on GitHub
CompanyFintechBillingInvoicingMeteringUsage-BasedSubscriptionsPaymentsAPIAsyncAPIWebhooksEvents
Channels
webhookDelivery
Messages
provisioningStart
Provisioning started
Sent at the Provisioning object's start_time. object is a Provisioning object.
provisioningEnd
Provisioning ended
Sent at the Provisioning object's end_time. object is a Provisioning object.
invoicePaid
Invoice paid
Sent when an invoice is automatically paid or marked paid. object is an Invoice.