Mastercard · Schema

refundPayment

Credit CardsDigital IdentityFinancial-ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
refundpaymentReference string Unique refund payment Reference of the real time settlement method provided by CSP.
clearingSystem string Creditor or CSP requested real-time settlement method. * Refer to Codes and Formats section for more details.
refundAmount string
View JSON Schema on GitHub

JSON Schema

mastercard-account-to-account-commerce-for-creditor-service-providers-refund-payment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "refundPayment",
  "type": "object",
  "properties": {
    "refundpaymentReference": {
      "type": "string",
      "description": "Unique refund payment Reference of the real time settlement method provided by CSP."
    },
    "clearingSystem": {
      "type": "string",
      "description": "Creditor or CSP requested real-time settlement method. * Refer to Codes and Formats section for more details."
    },
    "refundAmount": {
      "type": "string"
    }
  }
}