v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Reports - Recurring Payments

Daily stats

get/RecurringPaymentsReports/Daily

Query parameters

terminal_uidstring required

terminal_uid

customer_uidstring
from_datestring

EX: 2020-12-01

till_datestring

EX: 2020-12-01

skipstring

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

takestring

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

Headers

api-keystring required

API Key

secret-keystring required

Secret Key

Response

200

countinteger
pagesinteger

Example response

{
  "data": [
    {
      "date": "13/01/2021",
      "failures": 1,
      "charged": 9,
      "credit": 999999,
      "debit": 1610,
      "total": 10,
      "currency_code": "ILS"
    }
  ],
  "count": 6,
  "pages": 1
}