Voltage · AsyncAPI Specification
Voltage Payments Webhooks
Version
View Spec
View on GitHub
CompanyEnterpriseBitcoinLightning NetworkPaymentsCryptocurrencyFinancial-ServicesWalletsInfrastructureFintechNode HostingWeb3AsyncAPIEvents
AsyncAPI Specification
generated: '2026-07-21'
method: searched
source: https://docs.voltageapi.com/webhooks
type: Webhooks
transport: https-post
envelope:
shape: '{ "type": "send" | "receive" | "test", "detail": { "event": "...", "data": { ... } } }'
notes: >-
`type` is the category; `detail.event` is the specific event; `detail.data.status`
is the current payment status (distinct from the event that fired the webhook).
subscription:
create: POST /v1/organizations/{organization_id}/environments/{environment_id}/webhooks
events_field: >-
array of objects, each with exactly one of send|receive|test whose value is the
corresponding enum.
statuses: [active, stopped, deleted]
delivery:
retries: >-
Automatic retries via a durable delay queue honoring scheduled backoff and
Retry-After timing (v6.4.0); no new attempt after a delivery has succeeded or been
abandoned.
event_categories:
- category: send
enum: SendEventTypes
events:
- {event: succeeded, meaning: payment fully sent and recorded}
- {event: failed, meaning: payment failed (exhausted routes, insufficient funds, or similar)}
- category: receive
enum: ReceiveEventTypes
events:
- {event: generated, meaning: receive payment created (invoice/address/BIP21 generated)}
- {event: detected, meaning: payment activity detected before the receive is fully completed}
- {event: refreshed, meaning: receive request refreshed (e.g. address rotation)}
- {event: expired, meaning: invoice/address expired before full payment}
- {event: succeeded, meaning: partial payment received (on-chain only; not BOLT11)}
- {event: completed, meaning: full requested amount received}
- {event: failed, meaning: receive flow failed (error generating, compliance issue, etc.)}
- category: test
enum: TestEventTypes
events:
- {event: created, meaning: test webhook event used by the /test endpoint and internal tooling}
Work with this as data
Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for asyncapi
4 MCP tools reach this
find_asyncapisBrowse and filter every AsyncAPI spec in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/voltage-payments-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.