v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Reports - Recurring Payments

Future

get/RecurringPaymentsReports/Future

Query parameters

terminal_uidstring required

terminal_uid

currency_codestring required
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

total_chargesinteger
total_amountinteger
countinteger
pagesinteger

Example response

{
  "data": [
    {
      "recurring_number": 3879210,
      "recurring_uid": "dfe3b27f-a07b-4dcb-b08b-0368efbf8216",
      "customer_name": "לקוח כללי",
      "customer_uid": "ef76432c-769a-43a6-ba7a-6f70272539d8",
      "currency_code": "ILS",
      "date_to_charge": "18/01/2021",
      "charge_type": "recurring",
      "card_number": "1175",
      "card_expiry": "0626",
      "uid": "0b89adbe-8639-4089-a5e8-08a54e2164d2"
    }
  ],
  "total_charges": 9,
  "total_amount": 64404,
  "count": 9,
  "pages": 1
}