Astrada · AsyncAPI Specification

Astrada Webhooks

Version

View Spec View on GitHub CompanyFintechPaymentsCard DataTransaction DataReconciliationExpense ManagementData InfrastructureAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.astrada.co/docs/webhooks-1
event_types_docs: https://docs.astrada.co/reference/event-types
asyncapi: asyncapi/astrada-events-asyncapi.yml
note: >-
  Astrada webhook delivery contract. Events are pushed via HTTP POST to consumer-registered
  HTTPS endpoints (managed through the /webhooks API). See asyncapi/astrada-events-asyncapi.yml
  for the channel/message catalog.
management:
  api_managed: true
  create_operation: createWebhook
  list_operation: listWebhooks
  delete_operation: deleteWebhook
  update_operation: updateWebhook
  max_subscriptions_per_subaccount: 2500
delivery:
  method: POST
  content_type: application/json
  ack: Return HTTP 200 to confirm receipt.
  semantics: at-least-once
  headers:
    - webhook-event-type
    - webhook-subaccount-id
    - webhook-id
    - webhook-timestamp
    - webhook-signature
  retries:
    - {attempt: 2, delay: 5s}
    - {attempt: 3, delay: 5m}
    - {attempt: 4, delay: 30m}
    - {attempt: 5, delay: 2h}
    - {attempt: 6, delay: 5h}
    - {attempt: 7, delay: 10h}
    - {attempt: 8, delay: 10h}
signing:
  algorithm: HMAC-SHA256
  signed_content: '{webhook-id}.{webhook-timestamp}.{body}'
  secret: Base64 signing secret returned only at webhook creation; store securely.
  header: webhook-signature
  prefix: 'v1,'
source_ips:
  - {region: EU, ip: 52.215.16.239}
  - {region: EU, ip: 54.216.8.72}
  - {region: EU, ip: 63.33.109.123}
event_types:
  - transactionmessage.created
  - transaction.created
  - transaction.updated
  - transaction.match.created
  - transaction.match.deleted
  - banklink.completed
  - banktransaction.created
  - banktransaction.deleted
  - cardsubscription.created
  - cardsubscription.updated
  - enrichment.merchant.created

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.
All 92 tools →

Call it yourself

curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/astrada-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 email required.

A second provider on the same verified email joins the account you already have.