v1
latestOpenAPI 3.0.32026-07-248257161.1 KBpayment links
Returns number of payment links
This API returns number of payment links for a according filters.
get/paymentlinks/count
Query parameters
start_datestring date
Example:2023-05-22
Query payment links starting from this date. The date format is ISO 8601 (YYYY-mm-dd HH:mm:ss,SSSS). The timezone is UTC and precision is in seconds
end_datestring date
Example:2023-05-24
Query payment links from start_date until this date time. The date format is YYYY-mm-dd. The timezone is UTC and precision is in seconds
status'opened' | 'paid' | 'paid_in_cash'
Filter by payment link status. The status filter is combined with start_date and end_date filters. When filtering by opened status, invoices with due date in the past are also considered.
Response
returns number of payment links.
Example response
{
"count": 819
}