EBANX website screenshot

EBANX

EBANX is a Brazil-founded payments processor specializing in pay-in, payout, and cross-border payments for Latin America and other emerging markets. The EBANX API ecosystem covers Pay-in (Direct API, Payment Page, Payment Link, Drop-in), Payouts (local and cross-border), Foreign Exchange, Card Tokenization, and signed Payment Notifications across 19+ countries including Brazil, Mexico, Colombia, Chile, Argentina, Peru, Ecuador, Bolivia, Uruguay, Paraguay, Costa Rica, Guatemala, Panama, Dominican Republic, India, the Philippines, Kenya, Nigeria, South Africa, and Egypt. EBANX is best known for connecting global merchants to local payment methods like Pix, Pix Automatico, Boleto, OXXO, SPEI, PSE, Efecty, PagoEfectivo, Nequi, Mercado Pago, NuPay, PicPay, and dozens of others, plus an expanding recurring-payments product on top of alternative payment methods.

6 APIs 0 Features
PaymentsPay-inPayoutsForeign ExchangeTokenizationLATAMEmerging MarketsPixBoletoOXXOSPEIPSECross-BorderWebhooks

APIs

EBANX Pay-in Direct API

Direct integration that gives merchants full control of the checkout experience. Accept cards (with optional 3DS and installments), Pix, Boleto, OXXO, SPEI, PSE, Efecty, PagoEfe...

EBANX Payment Page API

Hosted EBANX checkout. The merchant submits payment parameters and EBANX renders the full payment UI, validates the customer input, processes the payment, and returns the custom...

EBANX Tokenization API

Tokenize cards on EBANX so PAN never touches merchant servers, and refresh CVVs on stored tokens before high-risk reuse. Reusable tokens power one-click checkout, subscriptions,...

EBANX FX API

Quote current FX rates between a merchant pricing currency (typically USD or EUR) and EBANX market currencies, and mint a short-lived FX token to lock a rate so a quoted price i...

EBANX Payout API

Send money from a merchant funded balance to a payee bank account or e-wallet in any EBANX market. Supports local payouts (merchant funds in local currency) and cross-border pay...

EBANX Payment Notifications

Signed HTTP POST callbacks delivered to a merchant-configured Notification URL whenever a payment, refund, chargeback, or Pix MED return request changes state. Each callback car...

Collections

Pricing Plans

Ebanx Plans Pricing

2 plans

PLANS

Rate Limits

Ebanx Rate Limits

4 limits

RATE LIMITS

FinOps

Ebanx Finops

FINOPS

Event Specifications

EBANX Payment Notifications

EBANX sends HTTP POST callbacks to a merchant-configured Notification URL whenever a payment changes state — approved, pending, cancelled, refunded, or chargeback. Each request ...

ASYNCAPI

Semantic Vocabularies

Ebanx Context

35 classes · 0 properties

JSON-LD

API Governance Rules

EBANX API Rules

9 rules · 5 errors 4 warnings

SPECTRAL

JSON Structure

Ebanx Payment Structure

13 properties

JSON STRUCTURE

Ebanx Payout Structure

13 properties

JSON STRUCTURE

Example Payloads

Ebanx Create Payout Example

2 fields

EXAMPLE

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: EBANX Tokenization API
  version: '1.0'
request:
  auth:
    type: apikey
    key: x-ebanx-integration-key
    value: '{{x-ebanx-integration-key}}'
    placement: header
items:
- info:
    name: Tokenization
    type: folder
  items:
  - info:
      name: Create Card Token
      type: http
    http:
      method: POST
      url: https://api.ebanxpay.com/ws/token
      body:
        type: json
        data: '{}'
    docs: Create a reusable token for a credit or debit card.
  - info:
      name: Set Token CVV
      type: http
    http:
      method: POST
      url: https://api.ebanxpay.com/ws/token/setCVV
      body:
        type: json
        data: '{}'
    docs: Attach a fresh CVV to an existing card token, typically before reusing it for a high-risk transaction.
bundled: true