EBANX · JSON-LD Context

Ebanx Context

JSON-LD context defining the semantic vocabulary for Ebanx from EBANX.

35 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

ebanx: https://raw.githubusercontent.com/api-evangelist/ebanx/main/vocabulary/ebanx-vocabulary.yml#

Classes

Payment Payout Refund Chargeback Payee CardToken PaymentMethod PaymentNotification MedPix PixAutomatico hash merchant_payment_code payment_type_code country currency_code currency_ext amount_total amount_ext currency_rate instalments due_date customer payee payout_uid external_uid fx_rate fee amount_source currency_source amount_target currency_target status integration_key token fx_token

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "ebanx": "https://raw.githubusercontent.com/api-evangelist/ebanx/main/vocabulary/ebanx-vocabulary.yml#",
    "Payment": "ebanx:Payment",
    "Payout": "ebanx:Payout",
    "Refund": "ebanx:Refund",
    "Chargeback": "ebanx:Chargeback",
    "Payee": "ebanx:Payee",
    "CardToken": "ebanx:CardToken",
    "PaymentMethod": "ebanx:PaymentMethod",
    "PaymentNotification": "ebanx:PaymentNotification",
    "MedPix": "ebanx:MedPix",
    "PixAutomatico": "ebanx:PixAutomatico",
    "hash": "ebanx:hash",
    "merchant_payment_code": "ebanx:merchantPaymentCode",
    "payment_type_code": "ebanx:paymentTypeCode",
    "country": "addressCountry",
    "currency_code": "priceCurrency",
    "currency_ext": "ebanx:merchantCurrency",
    "amount_total": "price",
    "amount_ext": "ebanx:merchantAmount",
    "currency_rate": "ebanx:fxRate",
    "instalments": "ebanx:instalments",
    "due_date": "validThrough",
    "customer": "customer",
    "payee": "ebanx:payee",
    "payout_uid": "ebanx:payoutUid",
    "external_uid": "ebanx:externalUid",
    "fx_rate": "ebanx:fxRate",
    "fee": "ebanx:fee",
    "amount_source": "ebanx:sourceAmount",
    "currency_source": "ebanx:sourceCurrency",
    "amount_target": "ebanx:targetAmount",
    "currency_target": "ebanx:targetCurrency",
    "status": "ebanx:status",
    "integration_key": "ebanx:integrationKey",
    "token": "ebanx:cardToken",
    "fx_token": "ebanx:fxToken"
  }
}