Mastercard · Schema

Payment

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
paymentReference string Unique Payment Reference of the real time settlement method provided by DSP.
clearingSystem string Creditor or CSP requested real-time settlement method. * Refer to Codes and Formats section for more details.
paymentDateTime string ISO 8601 format date and time in Coordinated Universal Time (UTC), when real time settlement is initiated.
paymentAmount string The actual amount that has been transferred from the Debtor to the Creditor.
View JSON Schema on GitHub

JSON Schema

mastercard-debtor-service-provider-resources-payment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Payment",
  "type": "object",
  "properties": {
    "paymentReference": {
      "type": "string",
      "description": "Unique Payment Reference of the real time settlement method provided by DSP."
    },
    "clearingSystem": {
      "type": "string",
      "description": "Creditor or CSP requested real-time settlement method. * Refer to Codes and Formats section for more details."
    },
    "paymentDateTime": {
      "type": "string",
      "description": "ISO 8601 format date and time in Coordinated Universal Time (UTC), when real time settlement is initiated."
    },
    "paymentAmount": {
      "type": "string",
      "description": "The actual amount that has been transferred from the Debtor to the Creditor."
    }
  }
}