Mastercard · JSON Structure

Mastercard Community Pass Payments Callback Structure

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

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

Properties

appId partnerAccountId transactionReference providerReference status confirmationUrl responseCode responseMessage correlationId apiAction recipients

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Callback",
  "type": "object",
  "properties": {
    "appId": {
      "type": "string"
    },
    "partnerAccountId": {
      "type": "string"
    },
    "transactionReference": {
      "type": "string"
    },
    "providerReference": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "confirmationUrl": {
      "type": "string"
    },
    "responseCode": {
      "type": "string"
    },
    "responseMessage": {
      "type": "string"
    },
    "correlationId": {
      "type": "string"
    },
    "apiAction": {
      "type": "string"
    },
    "recipients": {
      "type": "array"
    }
  }
}