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

X-Auth-Token
string
required
The JWT Access Token obtained from the /login or /refresh-token endpoint.
x-fapi-auth-date
string
required
The date and time at which the request was initiated (ISO 8601 format).
x-fapi-customer-ip-address
string
required
The IP address of the customer making the request.
x-fapi-interaction-id
string
required
Unique identifier for the interaction/session.
Content-Type
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.
accountPostings
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