Generate a recurring payment plan

Calculates dated installment amounts for the selected recurring period from the supplied total, installment, and start-date inputs.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Request

This endpoint expects an object.
payment_recurring_period_idintegerRequired
start_datedateRequired
installmentsintegerOptional>=1
amount_per_installmentdoubleOptional>=0
total_amountdoubleOptional>=0
indefinitebooleanOptional

Response

The generated installment schedule was returned.
statusstringOptional
messagestringOptional
datalist of objectsOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error