Replace a failed payment manually
Replaces an eligible failed payment with a manually recorded one-time payment and preserves the original payment linkage.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Original payment identifier
Request
This endpoint expects a multipart form.
payment_type_id
payment_amount
payment_date
payment_data
fees_priority
note
Response
The replacement payment was accepted and returned as a PaymentResource
status
message
data
PaymentResource for the replacement payment.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

