Mastercard · Schema

Status

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
transactionStatus string Status of the transaction. * Refer to Codes and Formats section for more details.
transactionStatusReason string Reason for declined transaction. * Refer to Codes and Formats section for more details.
View JSON Schema on GitHub

JSON Schema

mastercard-debtor-service-provider-resources-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Status",
  "type": "object",
  "properties": {
    "transactionStatus": {
      "type": "string",
      "description": "Status of the transaction. * Refer to Codes and Formats section for more details."
    },
    "transactionStatusReason": {
      "type": "string",
      "description": "Reason for declined transaction. * Refer to Codes and Formats section for more details."
    }
  }
}