Bank Transactions
Create Bank Transaction
Create a new bank transaction.
POST
Bank Transactions include the Transactional banking data for a specific company and account.
Additional Required Fields
To successfully create an bank transaction, certain fields must be included in the raw_data object of the request body. The required fields are as follows:
Integration | Field | Description |
---|---|---|
ZOHO_BOOKS | from_account_id | The ID of the account from which the amount is transferred. |
XERO | from_account_id | The ID of the account from which the amount is transferred. |
FRESH_BOOKS | reference | The reference for the transaction. |
MYOB_BUSINESS | tax_id | The ID of the tax applied to the transaction. |
SAGE_CLOUD_ACCOUNTING | reference | The reference for the transaction. |
Authorizations
Body
application/json
Response
200
application/json
The response is of type object
.