API Documentation
Get all Transactions
Allows you get all your Squad POS transactions
Query Parameters
Name
Type
Description
{
"status": 200,
"success": true,
"message": "Success",
"data": {
"count": 8,
"rows": [
{
"id": "1",
"amount": "10000",
"status": 0,
"card": "5074 *** *** 2234",
"createdAt": "2021-12-08T15:05:10.316Z",
"updatedAt": "2021-12-08T15:05:10.316Z",
"deletedAt": null,
"merchant_id": "1",
"terminal_id": "1",
"location_id": "1"
},
{
"id": "2",
"amount": "50000",
"status": 0,
"card": "5074 *** *** 2234",
"createdAt": "2021-12-08T15:05:10.316Z",
"updatedAt": "2021-12-08T15:05:10.316Z",
"deletedAt": null,
"merchant_id": "1",
"terminal_id": "1",
"location_id": "1"
},
{
"id": "3",
"amount": "100000",
"status": 0,
"card": "5074 *** *** 2234",
"createdAt": "2021-12-08T15:05:10.316Z",
"updatedAt": "2021-12-08T15:05:10.316Z",
"deletedAt": null,
"merchant_id": "1",
"terminal_id": "2",
"location_id": "2"
},
{
"id": "4",
"amount": "7000",
"status": 0,
"card": "5074 *** *** 2234",
"createdAt": "2021-12-08T15:05:10.316Z",
"updatedAt": "2021-12-08T15:05:10.316Z",
"deletedAt": null,
"merchant_id": "1",
"terminal_id": "2",
"location_id": "2"
},
{
"id": "5",
"amount": "10000",
"status": 0,
"card": "5074 *** *** 2234",
"createdAt": "2021-12-08T15:05:10.316Z",
"updatedAt": "2021-12-08T15:05:10.316Z",
"deletedAt": null,
"merchant_id": "1",
"terminal_id": "3",
"location_id": "2"
},
{
"id": "6",
"amount": "35000",
"status": 0,
"card": "5074 *** *** 2234",
"createdAt": "2021-12-08T15:05:10.316Z",
"updatedAt": "2021-12-08T15:05:10.316Z",
"deletedAt": null,
"merchant_id": "1",
"terminal_id": "3",
"location_id": "2"
},
{
"id": "7",
"amount": "10000",
"status": 0,
"card": "5074 *** *** 2234",
"createdAt": "2021-12-08T15:05:10.316Z",
"updatedAt": "2021-12-08T15:05:10.316Z",
"deletedAt": null,
"merchant_id": "1",
"terminal_id": "4",
"location_id": "3"
},
{
"id": "8",
"amount": "22000",
"status": 0,
"card": "5074 *** *** 2234",
"createdAt": "2021-12-08T15:05:10.316Z",
"updatedAt": "2021-12-08T15:05:10.316Z",
"deletedAt": null,
"merchant_id": "1",
"terminal_id": "4",
"location_id": "3"
}
]
}
}Create Terminal
Headers
Name
Type
Description
Request Body
Name
Type
Description
Sample Request
Get all Terminals
Query Parameters
Name
Type
Description
GO LIVE - Production
Last updated