Tweed · AsyncAPI Specification

Tweed Webhooks

Version

View Spec View on GitHub CompanyPaymentsCryptoWalletsNFTBlockchainWeb3CheckoutAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.paytweed.com/developer-tools/webhooks
type: Webhooks
notes: >-
  Tweed publishes no AsyncAPI document; this captures the documented webhook
  surface. Webhooks are configured in the Management Dashboard
  (dashboard.paytweed.com/webhooks) or via the V2 platform-webhooks API
  (addPlatformWebhook / updatePlatformWebhook / setActivePlatformWebhook).
delivery:
  transport: HTTPS POST to a publicly accessible endpoint
  headers:
    - name: X-Tweed-Hook-ID
      description: unique, stable id of the webhook configuration
    - name: X-Tweed-Event
      description: event identifier for the delivery
    - name: X-Tweed-Delivery
      description: unique delivery id; ignore duplicates to prevent replays
    - name: X-Hub-Signature-256
      description: >-
        optional HMAC-SHA256 signature ("sha256=<hex>") of the payload using
        the webhook's signing secret; verify with a timing-safe comparison
  signing:
    scheme: HMAC-SHA256 shared signing secret (GitHub-style)
events:
  - name: CHECKOUT_STATUS_UPDATED
    docs: https://docs.paytweed.com/developer-tools/webhooks/checkout-webhooks
    description: >-
      Fired as a checkout progresses; payload carries checkoutData
      (checkoutId, quantity, price, customParams), the CheckoutStatus, and
      Stripe-shaped paymentData (amount, currency, card details, metadata with
      chain_id / request_id / transaction_hash).
    statuses:
      - CREATED
      - PERFORM_CHECKOUT_SUBMITTED
      - TRANSACTION_BROADCAST
      - DONE
      - FAILED
      - FAILED_AFTER_TX_COMPLETED
management_api:
  - operation: getPlatformWebhooks
    path: GET /v1/platform-webhooks
  - operation: addPlatformWebhook
    path: POST /v1/platform-webhooks
  - operation: updatePlatformWebhook
    path: PUT /v1/platform-webhooks/{id}
  - operation: deletePlatformWebhook
    path: DELETE /v1/platform-webhooks/{id}
  - operation: setActivePlatformWebhook
    path: POST /v1/platform-webhooks/{id}/set-active

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/tweed-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.