Mastercard · JSON Structure

Mastercard Account To Account Commerce For Creditor Service Providers Refund Structure

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

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

Properties

paymentRequestLifecycleId creditorRefundReference caseReferenceId refundReason refundMethod

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Refund",
  "type": "object",
  "properties": {
    "paymentRequestLifecycleId": {
      "type": "string"
    },
    "creditorRefundReference": {
      "type": "string"
    },
    "caseReferenceId": {
      "type": "string"
    },
    "refundReason": {
      "type": "string"
    },
    "refundMethod": {
      "type": "string"
    }
  }
}