EBANX · Capability

Payment Notifications

Payment Notifications is a Naftiko capability published by EBANX, one of 6 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

payment-notifications.yaml Raw ↑
name: Payment Notifications
description: >-
  Receive EBANX webhook callbacks at a merchant-hosted Notification URL for
  payment status changes, refund updates, chargeback events, and Pix MED
  return requests. Each callback is signed so the merchant can verify
  authenticity before re-querying the Direct API for full state.
version: '1.0'
provider: ebanx
api: ebanx-notifications
delivery: webhook
events:
  - payment.update
  - payment.refund
  - payment.chargeback
  - payment.med-pix
configuration:
  url: Set in EBANX dashboard under Account Settings -> Integrations -> Notification URL
  retry: EBANX retries on non-200 responses
  signature_header: X-EBANX-Signature
governance:
  pii: true