Generate a recurring payment plan

Generates a plan for the active school from installment or total amount inputs. The frontend aborts a prior in-flight request before posting a new plan.

Authentication

AuthorizationBearer

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

Request

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

Response

Generated plan values.
statusstring
messagestring
datamap from strings to any

Errors

401
Unauthorized Error