Kushki · Schema

Kushki Webhook Event

JSON payload Kushki POSTs to a merchant's configured webhook URL when a transaction state changes. Delivery uses exponential backoff retry until a 2xx response is received.

PaymentsLatAmAndean RegionCard PaymentsSubscriptionCashBank TransfersPayoutsPSEWebpaySPEIPixOXXOPagoEfectivoFintechEcuadorColombiaPeruChileMexicoBrazil

Properties

Name Type Description
merchantId string
ticketNumber string
transactionStatus string
transactionType string
eventType string Logical event name (e.g. charge.approved, charge.declined, refund.completed, payout.completed, voucher.paid).
amount number
currencyCode string
paymentBrand string
transactionReference string
approvalCode string
responseText string
country string
timestamp string
metadata object
View JSON Schema on GitHub

JSON Schema

kushki-webhook-event-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/kushki/main/json-schema/kushki-webhook-event-schema.json",
  "title": "Kushki Webhook Event",
  "description": "JSON payload Kushki POSTs to a merchant's configured webhook URL when a transaction state changes. Delivery uses exponential backoff retry until a 2xx response is received.",
  "type": "object",
  "required": ["merchantId", "ticketNumber", "transactionStatus", "transactionType"],
  "properties": {
    "merchantId": { "type": "string" },
    "ticketNumber": { "type": "string" },
    "transactionStatus": {
      "type": "string",
      "enum": ["APPROVAL", "DECLINED", "INITIALIZED", "REFUNDED", "VOIDED", "CAPTURED", "PAID", "EXPIRED", "CANCELLED"]
    },
    "transactionType": {
      "type": "string",
      "enum": ["CARD", "SUBSCRIPTION", "TRANSFER", "CASH", "PAYOUT", "CARD_PRESENT"]
    },
    "eventType": {
      "type": "string",
      "description": "Logical event name (e.g. charge.approved, charge.declined, refund.completed, payout.completed, voucher.paid).",
      "enum": [
        "charge.approved",
        "charge.declined",
        "charge.captured",
        "charge.voided",
        "refund.completed",
        "subscription.charged",
        "subscription.cancelled",
        "transfer.initialized",
        "transfer.settled",
        "transfer.failed",
        "voucher.created",
        "voucher.paid",
        "voucher.expired",
        "payout.initialized",
        "payout.completed",
        "payout.returned"
      ]
    },
    "amount": { "type": "number" },
    "currencyCode": { "type": "string" },
    "paymentBrand": { "type": "string" },
    "transactionReference": { "type": "string" },
    "approvalCode": { "type": "string" },
    "responseText": { "type": "string" },
    "country": {
      "type": "string",
      "enum": ["EC", "CO", "PE", "CL", "MX", "BR"]
    },
    "timestamp": { "type": "string", "format": "date-time" },
    "metadata": { "type": "object", "additionalProperties": true }
  },
  "additionalProperties": true
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/kushki-webhook-event"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.