v1
latestOpenAPI 3.1.02026-07-242325051.4 MBTransactions
Transactions:Instore
Retrieve all instore transactions for a merchant
get/transactions/instore
Query parameters
limitinteger
Limit the returned records. If not supplied we will default to 100 records
pageinteger
Indicate which page you want in your result set. If not supplied we will default to page 1
The date at which the transaction was created
{
"eq": "1999-02-15",
"neq": "1999-02-15",
"gt": "1999-02-15",
"gte": "1999-02-15",
"lt": "1999-02-15",
"lte": "1999-02-15"
}The amount in cents.
{
"eq": 10,
"neq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
}The terminal transaction ID.
{
"eq": "TT-####-####-####.",
"neq": "TT-####-####-####.",
"in": "TT-####-####-####.",
"nin": "TT-####-####-####."
}The orderId of the transaction.
{
"eq": "0000000000X00000",
"neq": "0000000000X00000",
"like": "0000000000X00000",
"nlike": "0000000000X00000"
}Is shown on the statement of the payer.
{
"eq": "Example description.",
"neq": "Example description.",
"like": "Example description.",
"nlike": "Example description."
}The service code for which the transaction was started.
{
"eq": "SL-1234-4321",
"neq": "SL-1234-4321",
"in": "SL-1234-4321",
"nin": "SL-1234-4321"
}The status code of the transaction.
{
"eq": 100,
"neq": 100,
"in": 100,
"nin": 100
}The first free value which can be tracked in the stats.
{
"eq": "extra1",
"neq": "extra1",
"like": "extra1",
"nlike": "extra1"
}The second free value which can be tracked in the stats.
{
"eq": "extra2",
"neq": "extra2",
"like": "extra2",
"nlike": "extra2"
}The third free value which can be tracked in the stats.
{
"eq": "extra3",
"neq": "extra3",
"like": "extra3",
"nlike": "extra3"
}The object which can be tracked in stats.
{
"eq": "object",
"neq": "object",
"like": "object",
"nlike": "object"
}Response
Ok.