Syntch Gateway API

<back to all web services

GetRegister

Administration - Register Management
Requires Authentication
Requires any of the roles:Merchant, Reseller
The following routes are available for this service:
GET/registers/{registerKey}Gets a register by key for the merchant requester.
GetRegister Parameters:
NameParameterData TypeRequiredDescription
RegisterKeypathintYesThe key of the register to be returned.
RegisterDetail Parameters:
NameParameterData TypeRequiredDescription
RegisterKeymodelintNoThe unique identifier for this register.
MerchantKeymodelint?NoThe key of the merchant that is associated with this register.
RegisterNumbermodelstringNoThe number of the register.
RegisterNamemodelstringNoThe name of the register.
TerminalNumbermodelstringNoThe primary terminal number for the register.
TerminalNumber2modelstringNoAn additional terminal number for the register.
ProcessorIdmodelstringNoIndicates the processor used by the register.
ActivationStatusmodelActivationStatus?NoIndicates the current activation status of the record.
LastUpdateTimestampmodelDateTimeNoIndicates when the register was last edited.
ActivationStatus Enum:
Pending
Active
Inactive
Deleted

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /registers/{registerKey} HTTP/1.1 
Host: syntch.simpay.net 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"RegisterKey":0,"MerchantKey":0,"RegisterNumber":"String","RegisterName":"String","TerminalNumber":"String","TerminalNumber2":"String","ProcessorId":"String","ActivationStatus":"Pending","LastUpdateTimestamp":"0001-01-01T00:00:00.0000000"}