TrueLayer · JSON-LD Context

Truelayer Context

JSON-LD context defining the semantic vocabulary for Truelayer from TrueLayer.

25 Classes 5 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
fibo: https://spec.edmcouncil.org/fibo/ontology/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Payment Mandate Payout Refund MerchantAccount id amount_in_minor currency status payment_method beneficiary user name email phone account_identifier sort_code account_number iban available_balance_in_minor metadata reference constraints type resource_token

Properties

Property Type Container
date_of_birth date
created_at dateTime
executed_at dateTime
settled_at dateTime
merchant_account_id reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.truelayer.com/",
    "schema": "https://schema.org/",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Payment": "schema:PayAction",
    "Mandate": "schema:SubscribeAction",
    "Payout": "schema:TransferAction",
    "Refund": "schema:RefundAction",
    "MerchantAccount": "schema:BankAccount",

    "id": "@id",
    "amount_in_minor": "paymentAmountMinorUnits",
    "currency": "schema:priceCurrency",
    "status": "schema:status",
    "payment_method": "schema:paymentMethod",
    "beneficiary": "schema:recipient",
    "user": "schema:customer",
    "name": "schema:name",
    "email": "schema:email",
    "phone": "schema:telephone",
    "date_of_birth": {
      "@id": "schema:birthDate",
      "@type": "xsd:date"
    },
    "created_at": {
      "@id": "schema:startDate",
      "@type": "xsd:dateTime"
    },
    "executed_at": {
      "@id": "schema:endDate",
      "@type": "xsd:dateTime"
    },
    "settled_at": {
      "@id": "schema:dateReceived",
      "@type": "xsd:dateTime"
    },
    "account_identifier": "schema:bankAccountType",
    "sort_code": "bankSortCode",
    "account_number": "schema:accountId",
    "iban": "bankIBAN",
    "merchant_account_id": {
      "@id": "schema:financialProduct",
      "@type": "@id"
    },
    "available_balance_in_minor": "accountBalanceMinorUnits",
    "metadata": "schema:additionalProperty",
    "reference": "schema:paymentStatus",
    "constraints": "paymentConstraints",
    "type": "schema:additionalType",
    "resource_token": "accessToken"
  }
}