Mastercard · JSON Structure

Mastercard Account To Account Commerce For Creditor Service Providers Refund Payment Structure

Type: object Properties: 3
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

refundPayment is a JSON Structure definition published by Mastercard, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

refundpaymentReference clearingSystem refundAmount

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "refundPayment",
  "type": "object",
  "properties": {
    "refundpaymentReference": {
      "type": "string"
    },
    "clearingSystem": {
      "type": "string"
    },
    "refundAmount": {
      "type": "string"
    }
  }
}