Mercado Pago · JSON-LD Context

Mercado Pago Context

JSON-LD context defining the semantic vocabulary for Mercado Pago from Mercado Pago.

33 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
mp: https://raw.githubusercontent.com/api-evangelist/mercado-pago/refs/heads/main/json-ld/mercado-pago-context.jsonld#

Classes

Payment Order Subscription Preference Customer Card MerchantOrder Chargeback Refund Claim id type status currency_id transaction_amount external_reference payment_method_id payment_type_id date_created date_approved date_last_updated next_payment_date money_release_date installments payer items init_point notification_url auto_recurring frequency frequency_type reason back_url

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "mp": "https://raw.githubusercontent.com/api-evangelist/mercado-pago/refs/heads/main/json-ld/mercado-pago-context.jsonld#",
    "Payment": "schema:PaymentService",
    "Order": "schema:Order",
    "Subscription": "mp:Subscription",
    "Preference": "mp:Preference",
    "Customer": "schema:Person",
    "Card": "mp:Card",
    "MerchantOrder": "schema:Order",
    "Chargeback": "mp:Chargeback",
    "Refund": "mp:Refund",
    "Claim": "mp:Claim",
    "id": "@id",
    "type": "@type",
    "status": "mp:status",
    "currency_id": "schema:priceCurrency",
    "transaction_amount": "schema:price",
    "external_reference": "mp:externalReference",
    "payment_method_id": "mp:paymentMethodId",
    "payment_type_id": "mp:paymentTypeId",
    "date_created": "schema:dateCreated",
    "date_approved": "mp:dateApproved",
    "date_last_updated": "schema:dateModified",
    "next_payment_date": "mp:nextPaymentDate",
    "money_release_date": "mp:moneyReleaseDate",
    "installments": "mp:installments",
    "payer": "schema:customer",
    "items": "schema:itemListElement",
    "init_point": "mp:initPoint",
    "notification_url": "mp:notificationUrl",
    "auto_recurring": "mp:autoRecurring",
    "frequency": "schema:frequency",
    "frequency_type": "mp:frequencyType",
    "reason": "schema:description",
    "back_url": "mp:backUrl"
  }
}