v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Transactions

View

post/Transactions/View

Headers

api-keystring required

API Key

secret-keystring required

Secret Key

Request body

transaction_uidstring

Required if there is no more_info. Can be used together with fromDate and untilDate

customer_uidstring

Required if there is no more_info. Can be used together with fromDate and untilDate

fromDatestring

If untilDate not null , so required

untilDatestring

If fromDate not null , so required

more_infostring

Additional search criteria to find transactions based on extra info.

Response

200

Example response

{
  "results": {
    "status": "success",
    "description": "operation has been success"
  },
  "data": [
    {
      "transaction": {
        "transaction_uid": "e067c092-8693-4fd3-b86c-ac4e3e739dcc",
        "transaction_type": "Charge",
        "date": "2022-02-10 17:58:26",
        "status_code": "000",
        "currency": "ILS",
        "credit_terms": "regular",
        "payments": {
          "number_of_payments": 1
        },
        "approval_number": "0091903",
        "voucher_number": "11-001-029",
        "more_info": "P1111444ddd411H2"
      },
      "data": {
        "customer_uid": "03a5734e-668a-444f-beef-a9376d4d967e",
        "customer_name": "General Customer - לקוח כללי",
        "customer_name_invoice": "General Customer - לקוח כללי",
        "terminal_uid": "83d218ac-478c-413a-ac79-fe63fe966de9",
        "cashier_uid": "d74f98d3-0437-41ba-9b53-4439c06b4a8d",
        "cashier_name": "CashierEMV",
        "items": [
          {
            "quantity": 1,
            "quantity_price": 4.27,
            "name": "מוצר כללי"
          }
        ],
        "card_information": {
          "four_digits": "3712",
          "expiry_month": "01",
          "expiry_year": "24",
          "card_foreign": "99",
          "clearing_id": 6,
          "clearing_name": "MAX",
          "brand_id": 3,
          "brand_name": "visa",
          "issuer_id": 1,
          "issuer_name": "isracard"
        }
      }
    }
  ]
}