Generate a pledge payment plan
Calculates scheduled installments using the recurring period, amount fields, optional installment count, indefinite flag, and start date. The request is cancellable by the frontend while typing.
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
Generated schedule
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

