Create bank ledger transactionAsk AIpost https://api.wafeq.com/v1/bank-accounts/{bank_account_id}/ledger-transactions/Endpoint for creating a new bank ledger transaction.Path Paramsbank_account_idstringrequiredBody ParamsaccountstringrequiredThe account associated with this transaction.amountdoublerequiredThe transaction amount.datedaterequiredThe transaction date.descriptionstringThe transaction description.projectstring | nullThe project associated with this transaction, if any.referencestringThe transaction reference or identifier.HeadersX-Wafeq-Idempotency-KeystringClient-provided UUID to uniquely identify a requestResponse 201Updated 7 months ago