Palla · AsyncAPI Specification

Palla Webhooks

Version

View Spec View on GitHub CompanyFintechPaymentsCross-Border PaymentsRemittancesP2P PaymentsMoney TransferEmbedded FinanceAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-20'
method: searched
spec_type: Webhooks
source: https://documenter.getpostman.com/view/306637/TzkyP11Z (Callback API)
description: >-
  Palla can POST server-to-server callbacks to a partner-configured URL for
  certain events. Callbacks must be enabled by Palla per partner and a callback
  URL provided. The partner service must immediately return an empty 200. Today
  the only event is Transfers Create; more are planned.
delivery:
  transport: https-webhook
  method: POST
  target: partner-configured callback URL
  ack: return empty HTTP 200 immediately
events:
  - name: transfers.create
    resource: transfers
    action: create
    description: Fires when a Transfer is created for the partner's User (as sender or receiver).
    payload_fields:
      - user_id
      - country
      - provider
      - resource
      - role
      - action
      - time
      - data.transferId
      - data.role
      - data.total
      - data.amount
      - data.currency
      - data.status
      - data.created
      - data.rate
    example:
      user_id: abc123
      country: MX
      provider: banco.mx
      resource: transfers
      role: receiver
      action: create
      data:
        transferId: txr_01GKW0WSB84W886VA3QQHVZM3K
        role: receiver
        total: 2900
        amount: 2900
        currency: USD
        status: completed

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