Post to Account
API Endpoints
Post to Account
Executes a double-entry transaction by debiting and crediting accounts.
POST
Post to Account
Processes a double-entry accounting transaction by debiting one account and crediting one or more counterparty accounts. This is the core transaction posting mechanism for the ledger engine.
Request Headers
The JWT Access Token obtained from the
/login or /refresh-token endpoint.The date and time at which the request was initiated (ISO 8601 format).
The IP address of the customer making the request.
Unique identifier for the interaction/session.
Must be
application/json.Request Body
The request body is an array of account posting instructions. Each instruction represents a transaction.Array of account posting instructions.
