EBANX · Schema

EBANX Payment

A payment processed by EBANX through the Pay-in Direct API or Payment Page.

PaymentsPay-InPayoutsForeign ExchangeTokenizationLatAmEmerging MarketsPixBoletoOXXOSPEIPSECross-BorderWebhook

Properties

Name Type Description
hash string EBANX-issued unique identifier for the payment.
merchant_payment_code string Merchant-provided unique identifier for the payment.
status string EBANX status code: PE pending, CA cancelled, OP opened, CO confirmed (paid), PN paid manually.
country string ISO 3166-1 alpha-2 country code.
payment_type_code string Local payment method code (e.g., visa, mastercard, pix, boleto, oxxo, spei, pse, efecty).
currency_code string Local currency ISO 4217 code.
amount_total number Total amount charged to the customer in the local currency.
amount_ext number Amount in the merchant pricing currency.
currency_ext string Merchant pricing currency ISO 4217 code.
currency_rate number FX rate applied between currency_code and currency_ext.
due_date string
instalments string Number of installments selected for card payments.
transfer_status string
customer object
View JSON Schema on GitHub

JSON Schema

ebanx-payment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ebanx/main/json-schema/ebanx-payment-schema.json",
  "title": "EBANX Payment",
  "description": "A payment processed by EBANX through the Pay-in Direct API or Payment Page.",
  "type": "object",
  "required": ["hash", "merchant_payment_code", "country", "payment_type_code", "amount_total"],
  "properties": {
    "hash": { "type": "string", "description": "EBANX-issued unique identifier for the payment." },
    "merchant_payment_code": { "type": "string", "description": "Merchant-provided unique identifier for the payment." },
    "status": { "type": "string", "enum": ["PE", "CA", "OP", "CO", "PN"], "description": "EBANX status code: PE pending, CA cancelled, OP opened, CO confirmed (paid), PN paid manually." },
    "country": { "type": "string", "description": "ISO 3166-1 alpha-2 country code." },
    "payment_type_code": { "type": "string", "description": "Local payment method code (e.g., visa, mastercard, pix, boleto, oxxo, spei, pse, efecty)." },
    "currency_code": { "type": "string", "description": "Local currency ISO 4217 code." },
    "amount_total": { "type": "number", "description": "Total amount charged to the customer in the local currency." },
    "amount_ext": { "type": "number", "description": "Amount in the merchant pricing currency." },
    "currency_ext": { "type": "string", "description": "Merchant pricing currency ISO 4217 code." },
    "currency_rate": { "type": "number", "description": "FX rate applied between currency_code and currency_ext." },
    "due_date": { "type": "string", "format": "date" },
    "instalments": { "type": "string", "description": "Number of installments selected for card payments." },
    "transfer_status": { "type": "string" },
    "customer": {
      "type": "object",
      "properties": {
        "name": { "type": "string" },
        "email": { "type": "string", "format": "email" },
        "document": { "type": "string", "description": "Local tax id (CPF, CNPJ, RFC, NIT, etc.)." }
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/ebanx-payment"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.