Send a payment link
Sends a payment-link notification for a contract, selected contract fees, or a fundraising donor’s pledges. A contract payment link requires contract_id; a pledge link requires both pledge_ids and a donor identifier.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
email
contract_id
to_parent_student_id
include_previous_years_balance
previous_years_balance_type
Allowed values:
user_message
contract_fee_ids
pledge_ids
fundraising_donor_id
donor_id
Response
Payment-link notification created and queued.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

