Charge an ACH payment immediately

Charges a SchoolSet contract immediately through an active merchant account using the ACH account data supplied by the payment form.

Authentication

AuthorizationBearer

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

Request

This endpoint expects a multipart form.
contract_idintegerRequired
merchant_account_idintegerRequired
payment_amountdoubleRequired
payment_datamap from strings to anyOptional
fees_prioritylist of integersOptional
notestring or nullOptional

Response

ACH payment accepted
statusstringOptional
messagestringOptional
datamap from strings to anyOptional

Errors

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