v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Reports - Transactions

Transactions Approval

post/TransactionReports/TransactionsApproval

Headers

api-keystring required

API Key

secret-keystring required

Secret Key

Request body

terminal_uidstring required
skipstring

From where you want to start take records.in this example you start from the first record

takestring

required if skip have some value. max 500 This means that you want take 5 records.

Response

200

pagesinteger
countinteger

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": 1600,
        "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
      },
      "brand": {
        "name": "visa"
      },
      "invoice": [
        {
          "uuid": "eabc56ab-393a-4de6-a36b-59de567c9098",
          "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"
          }
        }
      ]
    }
  ],
  "pages": 1,
  "count": 1
}