Mastercard · Schema

RefundAcknowledgement

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
refundRequestLifecycleId string Unique identifier assigned by Mastercard, to identify the refund request in subsequent transactions or services.
refundRequestStatus string Refund Status returned to Mastercard. * 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-refund-acknowledgement-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RefundAcknowledgement",
  "type": "object",
  "properties": {
    "refundRequestLifecycleId": {
      "type": "string",
      "description": "Unique identifier assigned by Mastercard, to identify the refund request in subsequent transactions or services."
    },
    "refundRequestStatus": {
      "type": "string",
      "description": "Refund Status returned to Mastercard. * Refer to Codes and Formats section for more details."
    }
  }
}