v1

latestOpenAPI 3.1.12026-07-24260246894.7 KB
Bank Ledger Transactions

Create bank ledger transaction

Endpoint for creating a new bank ledger transaction.

post/bank-accounts/{bank_account_id}/ledger-transactions/

Path parameters

bank_account_idstring required

Headers

X-Wafeq-Idempotency-Keystring

Client-provided UUID to uniquely identify a request

Request body

accountstring required

The account associated with this transaction.

amountnumber double required

The transaction amount.

bank_accountstring required

The bank account associated with this transaction.

contactstring nullable

The contact (customer or supplier) associated with this transaction, if any.

created_tsstring date-time required

The timestamp in UTC when the transaction was created

datestring date required

The transaction date.

descriptionstring

The transaction description.

idstring required

The unique identifier of the transaction.

is_manualboolean required

Indicates whether the transaction was manually entered.

legacy_idstring required

[Deprecated] The legacy identifier of the transaction.

modified_tsstring date-time required

The timestamp in UTC when the transaction was last modified

projectstring nullable

The project associated with this transaction, if any.

referencestring

The transaction reference or identifier.

tax_ratestring nullable

The tax rate to apply to this transaction, if any.

Response

accountstring required

The account associated with this transaction.

amountnumber double required

The transaction amount.

bank_accountstring required

The bank account associated with this transaction.

contactstring nullable

The contact (customer or supplier) associated with this transaction, if any.

created_tsstring date-time required

The timestamp in UTC when the transaction was created

datestring date required

The transaction date.

descriptionstring

The transaction description.

idstring required

The unique identifier of the transaction.

is_manualboolean required

Indicates whether the transaction was manually entered.

legacy_idstring required

[Deprecated] The legacy identifier of the transaction.

modified_tsstring date-time required

The timestamp in UTC when the transaction was last modified

projectstring nullable

The project associated with this transaction, if any.

referencestring

The transaction reference or identifier.

tax_ratestring nullable

The tax rate to apply to this transaction, if any.