Create an accounting deposit batch

Creates a deposit batch for the active school and may attach payment identifiers during creation.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
account_idinteger or nullOptional
namestring or nullOptional<=255 characters
referencestring or nullOptional<=21 characters
batch_datedate or nullOptional
notestring or nullOptional<=1000 characters
statusenumOptional
Allowed values:
payment_idslist of integersOptional

Response

Deposit batch created successfully.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error