Apurata · AsyncAPI Specification

Apurata aCuotaz Order Webhooks

Version 1.0

Outbound webhook events Apurata delivers to a merchant-registered URL as an aCuotaz installment order moves through its lifecycle. Generated from the public webhook documentation at docs.apurata.com/POS/webhooks/.

View Spec View on GitHub CompanyFinancial-ServicesFintechLendingBuy Now Pay LaterInstallment PaymentsConsumer CreditPaymentsE-CommercePeruLatin AmericaAsyncAPIEventsWebhooks

Channels

orderEvents
Merchant webhook endpoint that receives aCuotaz order status events.

Messages

OrderStatusEvent
Order status event

Servers

https
merchant
Merchant-provided HTTPS URL communicated to the aCuotaz team.

AsyncAPI Specification

Raw ↑
asyncapi: 3.0.0
info:
  title: Apurata aCuotaz Order Webhooks
  version: '1.0'
  description: >-
    Outbound webhook events Apurata delivers to a merchant-registered URL as an
    aCuotaz installment order moves through its lifecycle. Generated from the
    public webhook documentation at docs.apurata.com/POS/webhooks/.
  x-apievangelist-generated: '2026-07-18'
  x-apievangelist-method: generated
  x-apievangelist-source: https://docs.apurata.com/POS/webhooks/
defaultContentType: application/json
servers:
  merchant:
    host: merchant-registered-endpoint
    protocol: https
    description: Merchant-provided HTTPS URL communicated to the aCuotaz team.
channels:
  orderEvents:
    address: /
    description: Merchant webhook endpoint that receives aCuotaz order status events.
    messages:
      OrderStatusEvent:
        $ref: '#/components/messages/OrderStatusEvent'
operations:
  receiveOrderStatusEvent:
    action: receive
    channel:
      $ref: '#/channels/orderEvents'
    summary: Receive an aCuotaz order status change.
    bindings:
      http:
        method: POST
    messages:
      - $ref: '#/channels/orderEvents/messages/OrderStatusEvent'
components:
  messages:
    OrderStatusEvent:
      name: OrderStatusEvent
      title: Order status event
      contentType: application/json
      headers:
        type: object
        properties:
          Apurata-Auth:
            type: string
            description: 'Bearer <secret_token> credential for optional validation.'
      payload:
        $ref: '#/components/schemas/OrderStatusEvent'
  schemas:
    OrderStatusEvent:
      type: object
      required: [order_id, event]
      properties:
        order_id:
          type: string
          description: Identifies the order.
        event:
          type: string
          description: The new order status.
          enum: [created, approved, onhold, validated, funded, canceled]

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/apurata-acuotaz-asyncapi"
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.