Mastercard · Schema

status

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

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

JSON Schema

mastercard-account-to-account-commerce-for-creditor-service-providers-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "status",
  "type": "object",
  "properties": {
    "refundStatus": {
      "type": "string",
      "description": "Status of the transaction. * Refer to Codes and Formats section for more details."
    },
    "refundStatusReason": {
      "type": "string",
      "description": "Reason for declined transaction. * Refer to Codes and Formats section for more details."
    }
  }
}