create-bank-transaction
Create bank transactions in Xero to record incoming or outgoing payments, linking to contacts and accounts for accurate financial tracking.
Instructions
Create a bank transaction in Xero. When a bank transaction is created, a deep link to the bank transaction in Xero is returned. This deep link can be used to view the bank transaction in Xero directly. This link should be displayed to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| bankAccountId | Yes | ||
| contactId | Yes | ||
| lineItems | Yes | ||
| reference | No | ||
| date | No | If no date is provided, the date will default to today's date |