Mastercard · JSON Structure

Mastercard Community Pass Payments Recipient Structure

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

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

Properties

clientId transactionId accountName accountNumber transactionAmount currency countryCode responseCode responseMessage

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Recipient",
  "type": "object",
  "properties": {
    "clientId": {
      "type": "string"
    },
    "transactionId": {
      "type": "string"
    },
    "accountName": {
      "type": "string"
    },
    "accountNumber": {
      "type": "string"
    },
    "transactionAmount": {
      "type": "number"
    },
    "currency": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "responseCode": {
      "type": "string"
    },
    "responseMessage": {
      "type": "string"
    }
  }
}