Charge a one-time payment by ACH

Immediately charges an existing scheduled payment through the selected merchant account and applies the resulting payment to its contract.

Authentication

AuthorizationBearer

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

Path parameters

idintegerRequired>=1
Existing payment identifier to charge.

Request

This endpoint expects a multipart form.
merchant_account_idintegerRequired
payment_amountdoubleRequired>=0.01
payment_dataobjectOptional
contract_fees_type_idinteger or nullOptional>=1
is_creditboolean or nullOptional
notestring or nullOptional

Response

The ACH payment result and payment resource were returned.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

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