v1
latestOpenAPI 3.1.02026-07-241210356.3 KBReports - Transactions
Cancellations
post/TransactionReports/CancelledTransactions
Headers
api-keystring required
API Key
secret-keystring required
Secret Key
Request body
Response
200
Example response
{
"transactions": [
{
"uuid": "da2959f4-e168-4e6a-9641-a0a24efc701c",
"transaction_type": "01",
"original_approval_id": "3702",
"original_paramj": "5",
"number": "WXW2ld",
"created_at": "2021-10-31T09:14:00.128Z",
"cancel": {
"uuid": "d2b52b47-09c0-4f3f-b339-1d0a1a8379e1",
"cashier_id": "3",
"original_approval_id": "3703",
"number": "AHxv7b",
"created_at": "2021-10-31T10:55:17.767Z"
},
"information": {
"source_id": 4,
"approval_number": "0716055",
"voucher": "20-001-526",
"amount_by_currency": 500,
"number_of_payments": 1,
"more_info": "test1",
"transaction_at": "2021-10-31T09:13:59.771Z",
"card_date_mmyy": "0626",
"card_num": "3720",
"customer_name_invoice": "test",
"source": {
"key": "myaccount-crm"
},
"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
},
"invoice": [
{
"uuid": "8c554a9d-e3c5-4dc7-a9ad-066d6372602c",
"platform_id": 5,
"canceled_id": 339,
"doc_type_id": 5,
"status": 3,
"res_status": "false",
"res_status_description": "אחד הפרטים שהזנת שגויים",
"created_at": "2021-10-31T11:00:41.508Z",
"updated_at": "2021-10-31T11:01:00.909Z",
"docType": {
"id": 5,
"transaction_type": "refund",
"name": "Credit Invoice"
}
}
],
"brand": {
"name": "visa"
}
}
],
"pages": 1,
"count": 1
}