Charge a one-time fundraising donation by ACH
Charge a one-time fundraising donation by ACH
Validates ACH and fundraising data, creates the donation through the payment handler, and returns the resulting payment resource. The payment_data object is merged into the handler payload.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects a multipart form.
merchant_account_id
payment_amount
fundraising_id
donation_type_id
fundraising_donor_id
fundraising_pledge_id
full_name
email
message
note
parent_student_id
family_student_id
payment_data
Response
Payment accepted, scheduled, pending, or another payment status represented by the payment handler.
status
message
data
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error

