create_transaction
Create a bank deposit or withdrawal by providing transaction details in JSON format, including the bank account ID.
Instructions
Create a bank transaction (deposit/withdrawal) via POST /v1/transactions.
fields_json: JSON object with the transaction body (needs a bankId — see list_transactions on bank enumeration). The API's 400 validation names any missing required fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |