Skip to main content
GET
Get deposit distribution in a billing.

Authorizations

Authorization
string
header
required

Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.

Path Parameters

tenantId
string<uuid>
required

Id of the tenant

billingId
string<uuid>
required

Id of the billing

Query Parameters

page
integer
default:0

Zero-based page number

Required range: x >= 0
pageSize
integer
default:25

Number of deposits per page

Required range: 1 <= x <= 1000
includeDepositsWithSourceCreditor
boolean

Include deposits paid directly to the creditor. Without it, the collection commission charged on those payments is reported as a separate fee on the billing rather than as part of the deposit distribution.

Response

Successful operation

meta
object
items
object[]