Mastercard · JSON Structure

Mastercard Account To Account Commerce For Creditor Service Providers Transaction Ack For Pal Structure

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

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

Properties

paymentRequestLifecycleId paymentRequestReferenceNumber accountServicerReference confirmationExpiryTimeInterval reconId paymentRequestStatus

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TransactionAckForPAL",
  "type": "object",
  "properties": {
    "paymentRequestLifecycleId": {
      "type": "string"
    },
    "paymentRequestReferenceNumber": {
      "type": "string"
    },
    "accountServicerReference": {
      "type": "string"
    },
    "confirmationExpiryTimeInterval": {
      "type": "number"
    },
    "reconId": {
      "type": "string"
    },
    "paymentRequestStatus": {
      "type": "string"
    }
  }
}