1. Home
  2. Connect API
  3. POST list.json (authenticated)

POST list.json (authenticated)

Retrieve a summary list of transactions currently available in the device.

Request

POST: https://ip-10-0-1-196.devices.kineticsmart.com:44443/api/v1/list.json

Request body

No request body is required for this instruction.

Response

[{"completed_at":"1528903479","created_at":"1528903465","is_api":"0","result":"approved","total_amount":"100","transaction_type":"sale","uuid":"66576037-2f45-4c1a-cc05-26a0e269e6cb"}]

This will typically contain multiple transaction summaries that include the created and completed at time, type of transaction and total amount, the result, whether or not the transaction was initiated via the REST API and the uuid to reference this transaction in later instructions.

Updated on 15th June 2018

Was this article helpful?

Related Articles

Leave a Comment