Wompi · AsyncAPI Specification

Wompi Webhooks

Version

View Spec View on GitHub PaymentsFintechColombiaLatAmPayment GatewayPSENequiAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-17'
method: searched
source: https://docs.wompi.co/en/docs/colombia/eventos/
type: Webhooks
summary: >-
  Wompi's only asynchronous surface is outbound webhooks ("Eventos") - server-to-server
  HTTP POST callbacks to a merchant-configured Events URL (set per environment in the
  Commerce Dashboard). There is no streaming / SSE / WebSocket transport, so no AsyncAPI
  document is authored; this is the documented webhook catalog. Each event is
  integrity-validated with an asymmetric SHA256 checksum carried both in the
  X-Event-Checksum HTTP header and in the event body's signature.checksum field.
transport: webhook
method_http: POST
config: Set an Events URL per environment (Sandbox and Production) in the Commerce Dashboard.
delivery:
  expected_response: HTTP 200
  retries: Up to 3 retries over 24h (at ~30 minutes, ~3 hours, and ~24 hours) on non-200.
signature:
  header: X-Event-Checksum
  algorithm: SHA256
  method: >-
    Concatenate the values of the fields listed in signature.properties (in order),
    then the signature.timestamp (UNIX), then the events/integrity secret from the
    Commerce Dashboard; SHA256 the concatenation and compare to signature.checksum.
  body_field: signature.checksum
envelope:
  event: string
  data: object
  sent_at: ISO-8601 timestamp
  signature:
    properties: array of field paths hashed
    timestamp: UNIX integer
    checksum: SHA256 hex string
  environment: test | prod
events:
- name: transaction.updated
  description: A transaction changed state, usually to a final state (APPROVED, VOIDED, DECLINED, or ERROR).
  data: transaction object
- name: nequi_token.updated
  description: A Nequi token changed state, usually to a final state (APPROVED or DECLINED).
  data: nequi token object
- name: bancolombia_transfer_token.updated
  description: A Bancolombia Transfer token changed state, usually to a final state (APPROVED or DECLINED).
  data: bancolombia transfer token object

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