How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Codat Loan writeback API

Implement the [loan writeback](https://docs.codat.io/lending/guides/loan-writeback/introduction) procedure in your lending process to maintain an accurate position of a loan during the entire lending cycle.

Codat Loan writeback API is one of 40 APIs that Codat publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Loan writeback. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 19 operations across 18 paths, and defines 38 schemas. It is described by OpenAPI 3.2.0, at version 3.0.0.

Requests are made against a single base URL, https://api.codat.io.

19 operations 18 paths 38 schemas 10 GET9 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
3.0.0
Server
https://api.codat.io
Authentication
API Key
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Codat Loan writeback API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (auth_header). By default, every request must be authenticated.

  • auth_header — The word "Basic" followed by a space and your API key. [API keys](https://docs.codat.io/platform-api/schemas/ApiKeyDetails) are tokens used to control access t…

Paths & Operations 19

Across 18 paths, the API surfaces 19 operations — 10 GET, 9 POST. Each is listed below with its method, path, parameters, and response codes.

Loan writeback 19

Implement the [loan writeback](https://docs.codat.io/lending/guides/loan-writeback/introduction) procedure in your lending process to maintain an accurate position of a loan durin…

GET
/companies/{companyId}/connections/{connectionId}/options/bankAccounts
Get create/update bank account model
get-create-update-bankAccounts-model 2 params → 200401402403404429500503
POST
/companies/{companyId}/connections/{connectionId}/push/bankAccounts
Create bank account
create-bank-account 4 params body → 200400401402403404429500
GET
/companies/{companyId}/connections/{connectionId}/options/chartOfAccounts
Get create account model
get-create-chartOfAccounts-model 2 params → 200401402403404429500503
POST
/companies/{companyId}/connections/{connectionId}/push/accounts
Create account
create-account 4 params body → 200400401402403404429500
POST
/companies/{companyId}/connections/{connectionId}/connectionInfo/bankFeedAccounts
Create source account
create-source-account 2 params body → 200400401402403404429500
GET
/companies/{companyId}/connections/{connectionId}/bankFeedAccounts/mapping
List bank feed account mappings
get-bank-account-mapping 2 params → 200401402403404429500503
POST
/companies/{companyId}/connections/{connectionId}/bankFeedAccounts/mapping
Create bank feed account mapping
create-bank-account-mapping 2 params body → 200400401402403404429500
GET
/companies/{companyId}/connections/{connectionId}/options/suppliers
Get create/update supplier model
get-create-update-suppliers-model 2 params → 200401402403404429500503
POST
/companies/{companyId}/connections/{connectionId}/push/suppliers
Create supplier
create-supplier 4 params body → 200400401402403404429500
GET
/companies/{companyId}/connections/{connectionId}/options/transfers
Get create transfer model
get-create-transfers-model 2 params → 200401402403404429500503
POST
/companies/{companyId}/connections/{connectionId}/push/transfers
Create transfer
create-transfer 4 params body → 200400401402403404429500
GET
/companies/{companyId}/connections/{connectionId}/options/bankAccounts/{accountId}/bankTransactions
Get create bank account transactions model
get-create-bank-transactions-model 3 params → 200401402403404429500503
POST
/companies/{companyId}/connections/{connectionId}/push/bankAccounts/{accountId}/bankTransactions
Create bank account transactions
create-bank-transactions 5 params body → 200400401402403404429500
GET
/companies/{companyId}/connections/{connectionId}/options/directCosts
Get create direct cost model
get-create-directCosts-model 2 params → 200401402403404429500503
POST
/companies/{companyId}/connections/{connectionId}/push/directCosts
Create direct cost
create-direct-cost 4 params body → 200400401402403404429500
GET
/companies/{companyId}/connections/{connectionId}/options/payments
Get create payment model
get-create-payment-model 2 params → 200401402403404429500503
POST
/companies/{companyId}/connections/{connectionId}/push/payments
Create payment
create-payment 4 params body → 200400401402403404429500
GET
/companies/{companyId}/push/{pushOperationKey}
Get create operation
get-create-operation 2 params → 200401402403404429500503
GET
/companies/{companyId}/push
List create operations
list-create-operations 5 params → 200400401402403404429500

Schemas 38

The contract defines 38 schemas that model the data the API accepts and returns. The most detailed are PushOperation (13 properties), SourceAccountV2 (12 properties), BankFeedMapping (10 properties), SourceAccount (10 properties). Each schema is shown below with its type and property counts.

AccountingJournalEntry
object
Language tip: For the top-level record of a company's financial transactions, refer to the [Journals](https://docs.codat.io/lending-api/schemas/Journal) data t…
BankFeedBankAccountMapping
object
3 properties 1 required
SourceAccountV2
object
The target bank account in a supported accounting software for ingestion into a bank feed.
12 properties 6 required
DataStatus
object
Describes the state of data in the Codat cache for a company and data type
5 properties 2 required
AccountingCreateAccountResponse
PushOperation
object
13 properties 6 required
BankFeedBankAccountMappingResponse
object
4 properties
SourceAccount
object
The target bank account in a supported accounting software for ingestion into a bank feed.
10 properties 1 required
DateTime
string
In Codat's data model, dates and times are represented using the ISO 8601 standard . Date and time fields are formatted as strings; for example: 2020-10-08T22:…
PushOption
object
7 properties 3 required
AccountingCreateBankTransactionsResponse
AccountingRecordRef
object
Links the current record to the underlying record or data type that created it. For example, if a journal entry is generated based on an invoice, this property…
2 properties
AccountingAccount
object
 Language tip: Accounts are also referred to as chart of accounts, nominal accounts, and general ledger. Overview Accounts are the categories a business uses…
AccountingBankAccount
object
Accessing Bank Accounts through Banking API This datatype was originally used for accessing bank account data both in accounting integrations and open banking…
AccountingPayment
object
 Payments or bill payments? In Codat, payments represent accounts receivable only. For accounts payable, see [bill payments](https://docs.codat.io/lending-api…
1 required
AccountingDirectCost
object
Language tip: Direct costs may also be referred to as Spend transactions, Spend money transactions, or Payments in various accounting software. Overview Direct…
AccountingTrackingCategory
object
Details of a category used for tracking transactions. Language tip Parameters used to track types of spend in various parts of an organization can be called di…
PagingInfo
object
4 properties 4 required
AccountingPaymentAllocation
object
2 properties 2 required
PaymentMethodRef
object
The payment method the record is linked to in the accounting or commerce software.
2 properties 1 required
ErrorMessage
object
7 properties
BankFeedMapping
object
A bank feed connection between a source account and a target account, including potential target accounts.
10 properties
CommerceOrder
object
Orders contain the transaction details for all products sold by the company, and include details of any payments, service charges, or refunds related to each o…
PushOperations
AccountingCreateBankAccountResponse
Metadata
object
1 property
AccountingCreateTransferResponse
AccountingCreateBankTransactions
object
2 properties
AccountingTransfer
object
A 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 transa…
AccountingBillCreditNote
object
Bill credit notes or credit notes? In Codat, bill credit notes represent accounts payable only. For accounts receivable, see [Credit notes](https://docs.codat.…
6 required
AccountingCreateSupplierResponse
AccountingAddress
object
7 properties 1 required
AccountingCustomer
object
Overview A customer is a person or organisation that buys goods or services. From the Customers endpoints, you can retrieve a [list of all the customers of a c…
1 required
AccountingCreatePaymentResponse
SupplementalData
object
Supplemental data is additional data you can include in our standard data types. It is referenced as a configured dynamic key value pair that is unique to the…
1 property
AccountingBankAccountType
string
The type of transactions and balances on the account. For Credit accounts, positive balances are liabilities, and positive transactions reduce liabilities. For…
AccountingSupplier
object
Overview From the Suppliers endpoints, you can retrieve a list of [all the suppliers for a company](https://docs.codat.io/lending-api/operations/list-suppliers…
1 required
AccountingCreateDirectCostResponse

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

codat-loan-writeback-api-openapi.yml Raw ↑

Other APIs Codat publishes across the network.

Codat Sync for Expenses API
Codat Bill Pay API
Codat Spend Insights API
Codat Sync for Commerce API
Codat Sync for Payroll API
Codat Account mapping API
Codat Accounting bank data API
Codat Accounts payable API
Codat Accounts receivable API
Codat Bank accounts API
Codat Bank statements API
Codat Companies API
Where this information came from

This is an independent, third-party profile of Codat Loan writeback API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.