Send a payment link for selected pledges

Creates a notification for one donor covering the selected pledge IDs and queues the payment-link email.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
fundraising_donor_idintegerRequired
emailstringRequiredformat: "email"
pledge_idslist of integersRequired
user_messagestring or nullOptional

Response

Payment-link notification created and queued.

statusstringOptional
messagestringOptional
datalist of anyOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error