Create a recurring fundraising payment plan
Creates scheduled installments for an active fundraising campaign. Payment dates, amounts, grace periods, and the total must have matching and internally consistent values.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects a multipart form.
fundraising_id
payment_type_id
payment_recurring_period_id
payment_total_amount
payment_amounts
payment_dates
grace_period
payment_data
wallet_id
secondary_wallet_id
merchant_account_id
donation_type_id
message
full_name
email
note
parent_student_id
family_student_id
fundraising_donor_id
fundraising_pledge_id
Response
Recurring plan created.
status
message
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

