v1
latestOpenAPI 3.1.02026-07-242325051.4 MBClearing:AllLines
A Pay. clearing contains multiple clearing lines. This API returns all clearing lines for a specified period. If you are a partner and you have rights to your merchants you can retrieve the clearing lines also for your merchants
Query parameters
Limit the returned records. If not supplied we will default to 100 records
Indicate which page you want in your result set. If not supplied we will default to page 1
Indicate in which period the transactions are done
{
"eq": "1999-02-15",
"gt": "1999-02-15",
"gte": "1999-02-15",
"lt": "1999-02-15",
"lte": "1999-02-15"
}Indicate for which period you want to retrieve the clearing lines
{
"eq": "1999-02-15",
"gt": "1999-02-15",
"gte": "1999-02-15",
"lt": "1999-02-15",
"lte": "1999-02-15"
}If you are a partner you can indicate for which merchants you want to retrieve the clearing lines. If you do not supply a merchant we will return the clearing lines for all your merchants
{
"eq": "M-1234-4321",
"neq": "M-1234-4321"
}You can indicate which lineType you want to retrieve. See for more information the BillingLineTypes API (https://developer.pay.nl/reference/get_billinglinetypes)
{
"eq": 10
}You can indicate for which turnover group you want to retrieve the clearing lines. If not supplied we will return the clearing lines for all turnover groups
A clearing line has a state. By providing a state you will only retrieve clearing lines in that state
A clearing line is available on a clearing. By providing a clearing ID you will only retrieve clearing lines for that clearing
Response
Ok.