action codat_create_transfer { label: "Create transfer" description: "Posts a new transfer to the accounting package for a given company.\n\nRequired data may vary by integration. To see what data to post, first call [Get create transfer model](https://docs.codat.io/accounting-api#/operations/get-create-transfers-model).\n\n> **Supported Integrations**\n> \n> Check out our [Knowledge UI](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=transfers) for integrations that support creating transfers." provider: codat method: POST path: "/companies/{companyId}/connections/{connectionId}/push/transfers" encoding: json input: { type: "object" description: "> View the coverage for transfers in the Data coverage explorer.\n\nA transfer records the movement of money between two bank accounts, or between a bank account and a nominal account. It is a child data type of [account transactions](https://docs.codat.io/accounting-api#/schemas/AccountTransaction)." } output: { type: "object" } }