Syntch Gateway API

<back to all web services

GetCheckTokens

Tokenization - Checks
Requires Authentication
Requires the role:Merchant
The following routes are available for this service:
GET/merchants/{merchantKey}/tokens/checksGets a collection of check tokens for the merchant.
GetCheckTokens Parameters:
NameParameterData TypeRequiredDescription
MerchantKeypathintegerYesThe key of the merchant.
CustomerKeyqueryintegerNoConstrain the records returned to those occurring on or after this value. Default is to apply no constraint.
BeginningDatequeryDateTime?NoConstrain the records returned to those occurring on or after this value. Default is to apply no constraint.
EndingDatequeryDateTime?NoConstrain the records returned to those occurring on or before this value. Default is to apply no constraint.
SortFieldquerystringNoThe field by which the records will be sorted. Default is 'Date'.

Allowable Values

  • Date
  • CustomerKey
SortedRequestDto Parameters:
NameParameterData TypeRequiredDescription
SortDirectionquerystringNoThe direction in which the records will be sorted. Default is 'asc'.

Allowable Values

  • Asc
  • Desc
SortFieldquerystringNoThe field name by which the records will be sorted.
PaginatedRequestDto Parameters:
NameParameterData TypeRequiredDescription
PageSizequeryshortNoThe number of records per page. Default is 20.
PageNumberqueryshortNoThe page number to fetch. Default is 1.

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

GET /merchants/{merchantKey}/tokens/checks HTTP/1.1 
Host: syntch.simpay.net 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

[{"MerchantKey":0,"CustomerKey":0,"AccountNumber":"String","RoutingNumber":"String","NameOnCheck":"String","AccountType":"0","CheckType":"0","Token":"String"}]