Update a recurring fundraising payment plan
Updates the installments and payment settings of an existing fundraising recurring plan. The controller currently executes its live update service flow after a commented legacy implementation.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
payment_recurring_id
Request
This endpoint expects a multipart form.
payment_recurring_period_id
payment_total_amount
old_payment_ids
old_payment_amounts
old_payment_dates
old_grace_period
new_payment_amounts
new_payment_dates
new_grace_period
payment_data
wallet_id
secondary_wallet_id
merchant_account_id
message
email
note
Response
Recurring plan updated.
status
message
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

