Update a manual fundraising payment

Updates an eligible manual fundraising payment. The accepted payment fields depend on the payment type already stored on the payment.

Authentication

AuthorizationBearer

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

Path parameters

idintegerRequired

Request

This endpoint expects a multipart form.
payment_amountdoubleOptional
payment_datedatetimeOptional
payment_datamap from strings to anyOptional
notestringOptional<=255 characters
donation_type_idinteger or nullOptional

Response

Payment updated.
statusstring
messagestring
datamap from strings to any

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error