Mastercard · JSON Structure

Mastercard Debtor Service Provider Resources Transaction Acknowledgement Structure

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

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

Properties

paymentRequestLifecycleId endToEndId instructionId accountServicerReference reconId confirmationExpiryTimeInterval paymentRequestType transactionCreationDateTime instructedAmount purpose categoryPurpose restriction creditAccountAllowed strongCustomerAuthentication

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TransactionAcknowledgement",
  "type": "object",
  "properties": {
    "paymentRequestLifecycleId": {
      "type": "string"
    },
    "endToEndId": {
      "type": "string"
    },
    "instructionId": {
      "type": "string"
    },
    "accountServicerReference": {
      "type": "string"
    },
    "reconId": {
      "type": "string"
    },
    "confirmationExpiryTimeInterval": {
      "type": "number"
    },
    "paymentRequestType": {
      "type": "string"
    },
    "transactionCreationDateTime": {
      "type": "string"
    },
    "instructedAmount": {
      "type": "string"
    },
    "purpose": {
      "type": "string"
    },
    "categoryPurpose": {
      "type": "string"
    },
    "restriction": {
      "type": "string"
    },
    "creditAccountAllowed": {
      "type": "boolean"
    },
    "strongCustomerAuthentication": {
      "type": "boolean"
    }
  }
}