Get payment plans
Get a list of payment plans, paginated. Plans are returned oldest first, so a consumer paging through the whole set is not shifted by plans created while it iterates.
Without caseId the list spans the tenant and is not available to creditor scoped credentials. With caseId it returns the plans on that case.
Required scope: read:payment-plans
Authorizations
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
Id of the tenant the payment plans belong to
Query Parameters
Page to get. Starting from 0.
Number of items per page.
x <= 500Filter by the case the payment plans belong to.
Filter by the status of the payment plan.
CREATED, ACTIVE, FINISHED, CANCELED, DELETED