Mastercard · JSON Structure

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

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

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

Properties

endToEndId instructionId 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": "TransactionForPAL",
  "type": "object",
  "properties": {
    "endToEndId": {
      "type": "string"
    },
    "instructionId": {
      "type": "string"
    },
    "paymentRequestType": {
      "type": "string"
    },
    "transactionCreationDateTime": {
      "type": "string"
    },
    "instructedAmount": {
      "type": "string"
    },
    "purpose": {
      "type": "string"
    },
    "categoryPurpose": {
      "type": "string"
    },
    "restriction": {
      "type": "string"
    },
    "creditAccountAllowed": {
      "type": "boolean"
    },
    "strongCustomerAuthentication": {
      "type": "boolean"
    }
  }
}