Merchants Test
PaymentGateway/Merchants
Retrieve Merchant List
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/PaymentGateway/Merchants

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of Merchant

Response object type Collection of Merchant has the following properties.
Property Name Data Type Length Required Readonly Notes
Description string
MerchantId string
[
  {
    "MerchantId": "sample string 1",
    "Description": "sample string 2"
  },
  {
    "MerchantId": "sample string 1",
    "Description": "sample string 2"
  }
]
<Merchants xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Merchant>
    <Description>sample string 2</Description>
    <MerchantId>sample string 1</MerchantId>
  </Merchant>
  <Merchant>
    <Description>sample string 2</Description>
    <MerchantId>sample string 1</MerchantId>
  </Merchant>
</Merchants>
Change Version Description Contract Old New
Resource Added 15.1.0 New resource added. Merchants