v1
latestOpenAPI 3.1.02026-07-241210356.3 KBReports - Transactions
Transactions History
post/TransactionReports/TransactionsHistory
Headers
api-keystring required
API Key
secret-keystring required
Secret Key
Request body
Response
200
Example response
{
"transactions": [
{
"uuid": "351d0d6d-b30a-4573-a401-13a0d0e7bb66",
"transaction_type": "01",
"number": "hNZ2JD",
"created_at": "2021-10-31T08:42:48.160Z",
"information": {
"source_id": 2,
"approval_number": "0715985",
"voucher": "20-001-523",
"amount_by_currency": 99000,
"number_of_payments": 1,
"more_info": "test1",
"transaction_at": "2021-10-31T08:42:47.818Z",
"card_date_mmyy": "0626",
"card_num": "3720",
"customer_name_invoice": "ttt",
"source": {
"key": "payment-page"
},
"currency": {
"currency_code": "ILS"
},
"customer": {
"uuid": "7505193e-d010-4532-8319-6043ec622406",
"customer_name": "koko Jumbo"
}
},
"cashier": {
"uuid": "d74f98d3-0437-41ba-9b53-4439c06b4a8d",
"name": "CashierEMV",
"number": 1
},
"clearing": {
"id": 5,
"name": "amex"
},
"brand": {
"name": "visa"
},
"invoice": [
{
"uuid": "eabc56ab-393a-4de6-a36b-59de567c9096",
"platform_id": 5,
"doc_type_id": 1,
"status": 3,
"res_status": "false",
"res_status_description": "אחד הפרטים שהזנת שגויים",
"created_at": "2021-10-31T08:42:48.177Z",
"updated_at": "2021-10-31T08:43:00.981Z",
"docType": {
"id": 1,
"transaction_type": "charge",
"name": "Tax Invoice"
}
}
],
"items": [
{
"quantity": 1,
"total_price": 99000,
"name": "Some product name",
"product": {
"barcode": "12391234"
}
}
]
}
],
"pages": 1,
"count": 1
}