EMV Test
PaymentGateway/EMV/TriPosLanes/{laneId}/Profiles/Idle?merchant={merchant}&cert={cert}
Retrieve idle message for a specific lane
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/PaymentGateway/EMV/TriPosLanes/{laneId}/Profiles/Idle?merchant={merchant}&cert={cert}

URI Parameters

Parameter Name Data Type Required Notes
laneId integer Y
merchant string N
cert boolean N

Request Body

None.

No request body.

Response object type : Profile

Response object type Profile has the following properties.
Property Name Data Type Length Required Readonly Notes
IdleMessage string
{
  "IdleMessage": "sample string 1"
}
<Profile xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <IdleMessage>sample string 1</IdleMessage>
</Profile>
Change Version Description Contract Old New
Operation Added 15.1.0 GetIdleMessage has been added. GetIdleMessage