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_id
start_date
installments
amount_per_installment
total_amount
indefinite
Response
The generated installment schedule was returned.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

