Skip to main content
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

string
required
The JWT Access Token obtained from the /login or /refresh-token endpoint.
string
required
The date and time at which the request was initiated (ISO 8601 format).
string
required
The IP address of the customer making the request.
string
required
Unique identifier for the interaction/session.
string
default:"application/json"
required
Must be application/json.

Request Body

The request body is an array of account posting instructions. Each instruction represents a transaction.
array
required
Array of account posting instructions.

Code Examples

Headers

platform
string
default:fincode
required
uuid
string
default:200
required
X-Auth-Token
string
required

Body

application/json
primaryAccountNumber
string
currencyCode
string
creditDebitInstructionDirection
string
instructionIdempotencykey
string

Response

200

Transaction result