EBANX · JSON Structure

Ebanx Payout Structure

Type: object Properties: 13
PaymentsPay-inPayoutsForeign ExchangeTokenizationLATAMEmerging MarketsPixBoletoOXXOSPEIPSECross-BorderWebhooks

Ebanx Payout Structure is a JSON Structure definition published by EBANX, describing 13 properties. It conforms to the https://json-structure.org/draft/2024-12/schema meta-schema.

Properties

payout_uid external_uid status target amount_source currency_source amount_target currency_target fx_rate fee created_at estimated_settlement payee

Meta-schema: https://json-structure.org/draft/2024-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2024-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ebanx/main/json-structure/ebanx-payout-structure.json",
  "title": "EBANX Payout Structure",
  "type": "object",
  "properties": {
    "payout_uid": { "type": "string" },
    "external_uid": { "type": "string" },
    "status": { "type": "string" },
    "target": { "type": "string" },
    "amount_source": { "type": "number" },
    "currency_source": { "type": "string" },
    "amount_target": { "type": "number" },
    "currency_target": { "type": "string" },
    "fx_rate": { "type": "number" },
    "fee": { "type": "number" },
    "created_at": { "type": "string" },
    "estimated_settlement": { "type": "string" },
    "payee": {
      "type": "object",
      "properties": {
        "name": { "type": "string" },
        "document": { "type": "string" },
        "country": { "type": "string" }
      }
    }
  }
}