M and MSM Series
1755643 Members
3124 Online
108837 Solutions
New Discussion

Re: Procurve Controllers (760) and PMS integration

 
PedroSullivan
New Member

Procurve Controllers (760) and PMS integration

In some of the literature it says these controllers support PMS integration, but nobody at HP or their suppliers seems to be able to provide a list of platforms that are supported. I'm specifically interested in  Micros/Fidelio Opera.  Anyone who knows the real deal, and can provide some insight would be appreciated.

1 REPLY 1

Re: Procurve Controllers (760) and PMS integration

Hi,

 

By PMS you mean Payment Management System/Service?

 

The MSM controllers do support payment services:

 

Authorize.net https://test.authorize.net/gateway/transact.dll

Worldpay https://select-test.worldpay.com/wcc/purchase

Paypal

 

THis is configured under Controller | Public Access.

 

Sample transmission format.

 

<ColubrisBillingRecord>
  <RecordUID><% RECORD_UNIQUE_ID %></RecordUID>
  <MSCSerial><% DEVICE_SERIAL %></MSCSerial>
  <PlanID><% PLAN_ID %></PlanID>
  <TransactionID><% TRANSACTION_ID %></TransactionID>
  <Date><% TRANSACTION_DATE %></Date>
  <Time><% TRANSACTION_TIME %></Time>
  <Room><% ROOM %></Room>
  <BuyerName><% BUYER_NAME %></BuyerName>
  <Charge><% CHARGE %></Charge>
  <Currency><% CURRENCY %></Currency>
  <BillingMethod><% BILLING_METHOD %></BillingMethod>
  <Signature><% RECORD_SIGNATURE %></Signature>
</ColubrisBillingRecord>