EBANX · Example Payload

Ebanx Payment Notification Example

PaymentsPay-inPayoutsForeign ExchangeTokenizationLATAMEmerging MarketsPixBoletoOXXOSPEIPSECross-BorderWebhooks

Ebanx Payment Notification Example is an example object payload from EBANX, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponsenotes

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://merchant.example.com/ebanx/notifications",
    "headers": {
      "Content-Type": "application/x-www-form-urlencoded",
      "X-EBANX-Signature": "v1=4e3b1f6a..."
    },
    "body": "notification_type=update&operation=payment_status_change&hash=5d3a32sd29q2sd&merchant_payment_code=ORDER-1001"
  },
  "response": {
    "status": 200,
    "body": "OK"
  },
  "notes": "Merchant must respond 200 within 10 seconds. After receiving the notification, query /ws/query with the hash to retrieve the authoritative payment state."
}