PaymentGatewayNotifications Test
PaymentGateway/Notifications/Check?merchantReference={merchantReference}&sinceDateTime={sinceDateTime}
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/PaymentGateway/Notifications/Check?merchantReference={merchantReference}&sinceDateTime={sinceDateTime}

URI Parameters

Parameter Name Data Type Required Notes
merchantReference string Y
sinceDateTime date N

Request Body

None.

No request body.

Response object type : Collection of TessituraPaymentsNotification

Response object type Collection of TessituraPaymentsNotification has the following properties.
Property Name Data Type Length Required Readonly Notes
AdditionalData Collection of NameValue
Amount integer
CurrencyType string
EventCode string
EventDate date
Expiration string
MerchantAccountCode string
MerchantReference string
OriginalReference string
PaymentMethod string
PspReference string
Reason string
Success boolean
[
  {
    "MerchantReference": "sample string 1",
    "MerchantAccountCode": "sample string 2",
    "EventDate": "2025-04-24T04:32:37.295853-07:00",
    "CurrencyType": "sample string 4",
    "Amount": 1,
    "EventCode": "sample string 5",
    "OriginalReference": "sample string 6",
    "PspReference": "sample string 7",
    "Reason": "sample string 8",
    "Success": true,
    "PaymentMethod": "sample string 10",
    "AdditionalData": [
      {
        "Name": "sample string 1",
        "Value": "sample string 2"
      },
      {
        "Name": "sample string 1",
        "Value": "sample string 2"
      }
    ],
    "Expiration": "sample string 11"
  },
  {
    "MerchantReference": "sample string 1",
    "MerchantAccountCode": "sample string 2",
    "EventDate": "2025-04-24T04:32:37.295853-07:00",
    "CurrencyType": "sample string 4",
    "Amount": 1,
    "EventCode": "sample string 5",
    "OriginalReference": "sample string 6",
    "PspReference": "sample string 7",
    "Reason": "sample string 8",
    "Success": true,
    "PaymentMethod": "sample string 10",
    "AdditionalData": [
      {
        "Name": "sample string 1",
        "Value": "sample string 2"
      },
      {
        "Name": "sample string 1",
        "Value": "sample string 2"
      }
    ],
    "Expiration": "sample string 11"
  }
]
<TessituraPaymentsNotifications xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <TessituraPaymentsNotification>
    <AdditionalData>
      <NameValue>
        <Name>sample string 1</Name>
        <Value>sample string 2</Value>
      </NameValue>
      <NameValue>
        <Name>sample string 1</Name>
        <Value>sample string 2</Value>
      </NameValue>
    </AdditionalData>
    <Amount>1</Amount>
    <CurrencyType>sample string 4</CurrencyType>
    <EventCode>sample string 5</EventCode>
    <EventDate>2025-04-24T04:32:37.295853-07:00</EventDate>
    <Expiration>sample string 11</Expiration>
    <MerchantAccountCode>sample string 2</MerchantAccountCode>
    <MerchantReference>sample string 1</MerchantReference>
    <OriginalReference>sample string 6</OriginalReference>
    <PaymentMethod>sample string 10</PaymentMethod>
    <PspReference>sample string 7</PspReference>
    <Reason>sample string 8</Reason>
    <Success>true</Success>
  </TessituraPaymentsNotification>
  <TessituraPaymentsNotification>
    <AdditionalData>
      <NameValue>
        <Name>sample string 1</Name>
        <Value>sample string 2</Value>
      </NameValue>
      <NameValue>
        <Name>sample string 1</Name>
        <Value>sample string 2</Value>
      </NameValue>
    </AdditionalData>
    <Amount>1</Amount>
    <CurrencyType>sample string 4</CurrencyType>
    <EventCode>sample string 5</EventCode>
    <EventDate>2025-04-24T04:32:37.295853-07:00</EventDate>
    <Expiration>sample string 11</Expiration>
    <MerchantAccountCode>sample string 2</MerchantAccountCode>
    <MerchantReference>sample string 1</MerchantReference>
    <OriginalReference>sample string 6</OriginalReference>
    <PaymentMethod>sample string 10</PaymentMethod>
    <PspReference>sample string 7</PspReference>
    <Reason>sample string 8</Reason>
    <Success>true</Success>
  </TessituraPaymentsNotification>
</TessituraPaymentsNotifications>
Change Version Description Contract Old New
Operation Added 15.2.33 Check has been added. Check