| Field | Type | Required | Description | Example |
|---|---|---|---|---|
idempotencyKey |
?string | ➖ | Use an idempotency key | |
v2PostTransaction |
\formance\stack\Models\Ledger\V2PostTransaction | ✔️ | The request body must contain at least one of the following objects: - postings: suitable for simple transactions- script: enabling more complex transactions with Numscript |
|
dryRun |
?bool | ➖ | Set the dryRun mode. dry run mode doesn't add the logs to the database or publish a message to the message broker. | true |
force |
?bool | ➖ | Disable balance checks when passing postings | true |
ledger |
string | ✔️ | Name of the ledger. | ledger001 |
schemaVersion |
?string | ➖ | Schema version to use for validation | v1.0.0 |