Charge a split payment by ACH

Charges an immediate ACH payment and distributes the approved amount across selected contracts and fee allocations.

Authentication

AuthorizationBearer

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

Request

This endpoint expects a multipart form.
contracts_idlist of integersRequired
payment_amountslist of doublesRequired
payment_total_amountdoubleRequired>=0.01
merchant_account_idintegerRequired
payment_dataobject or nullOptional
contract_fees_types_idlist of integers or nullOptional
notestring or nullOptional<=255 characters

Response

The ACH split result is returned with gateway status and PaymentResource items
statusstringOptional
messagestringOptional
datalist of objectsOptional

Errors

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