You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,11 +42,18 @@ To get your authorization header from the [Codat Portal](https://app.codat.io):
42
42
| :- | :- | :- |
43
43
|**[Platform](https://github.com/codatio/client-sdk-java/tree/main/platform)**| Manage the building blocks of Codat, including companies, connections, and more. |[)](https://search.maven.org/artifact/io.codat/platform)|
44
44
|**[Bank Feeds](https://github.com/codatio/client-sdk-java/tree/main/bank-feeds)**| Set up bank feeds from accounts in your application to supported accounting platforms. |[)](https://search.maven.org/artifact/io.codat/bank-feeds)|
45
-
|**[Sync for Commerce](https://github.com/codatio/client-sdk-java/tree/main/sync-for-commerce)**| Push merchants' data from your ecommerce or point-of-sale (POS) platform into your merchants' accounting platform. |[)](https://search.maven.org/artifact/io.codat/sync-for-commerce)|
46
-
|**[Sync for Expenses](https://github.com/codatio/client-sdk-java/tree/main/sync-for-expenses)**| Push expenses to accounting platforms. |[)](https://search.maven.org/artifact/io.codat/sync-for-expenses)|
45
+
|**[Sync for Commerce](https://github.com/codatio/client-sdk-java/tree/main/sync-for-commerce)**| Push merchants' data from your ecommerce or point-of-sale (POS) platform into your merchants' accounting platform. |[)](https://search.maven.org/artifact/io.codat/sync.commerce)|
46
+
|**[Sync for Expenses](https://github.com/codatio/client-sdk-java/tree/main/sync-for-expenses)**| Push expenses to accounting platforms. |[)](https://search.maven.org/artifact/io.codat/sync.expenses)|
47
47
|**[Lending](https://github.com/codatio/client-sdk-java/tree/main/lending)**| Make credit decisions backed by enhanced financials, metrics, reports, and data integrity features. |[)](https://search.maven.org/artifact/io.codat/lending)|
48
-
|**[Sync for Payroll](https://github.com/codatio/client-sdk-java/tree/main/sync-for-payroll)**| Push payroll to accounting platforms. |[)](https://search.maven.org/artifact/io.codat/sync-for-payroll)|
49
-
|**[Sync for Payables](https://github.com/codatio/client-sdk-java/tree/main/sync-for-payables)**| Streamline your customers' accounts payable workflow. |[)](https://search.maven.org/artifact/io.codat/sync-for-payables)|
48
+
|**[Sync for Payroll](https://github.com/codatio/client-sdk-java/tree/main/sync-for-payroll)**| Push payroll to accounting platforms. |[)](https://search.maven.org/artifact/io.codat/sync.payroll)|
49
+
|**[Sync for Payables](https://github.com/codatio/client-sdk-java/tree/main/sync-for-payables)**| Streamline your customers' accounts payable workflow. |[)](https://search.maven.org/artifact/io.codat/sync.payables)|
50
+
51
+
### Alternative products and versions
52
+
53
+
| Library | Description | maven-central (java) |
54
+
| :- | :- | :- |
55
+
|**[Accounting](https://github.com/codatio/client-sdk-java/tree/main/previous-versions/accounting)**| Access standardized accounting data from our accounting integrations. |[)](https://search.maven.org/artifact/io.codat/accounting)|
56
+
|**[Banking](https://github.com/codatio/client-sdk-java/tree/main/previous-versions/banking)**| Access standardized banking data from our banking integrations. |[)](https://search.maven.org/artifact/io.codat/banking)|
Use Codat's API to connect to your SMB customer's banks and pull up-to-date standardized account and transaction data from their bank accounts via our partner providers.
5
+
<!-- End Codat Library Description -->
6
+
7
+
<!-- Start SDK Installation -->
8
+
replace me
9
+
<!-- End SDK Installation -->
10
+
11
+
## Example Usage
12
+
<!-- Start SDK Example Usage -->
13
+
replace me
14
+
<!-- End SDK Example Usage -->
15
+
16
+
<!-- Start SDK Available Operations -->
17
+
replace me
18
+
<!-- End SDK Available Operations -->
19
+
<!-- Start Codat Support Notes -->
20
+
### Support
21
+
22
+
If you encounter any challenges while utilizing our SDKs, please don't hesitate to reach out for assistance.
23
+
You can raise any issues by contacting your dedicated Codat representative or reaching out to our [support team](mailto:support@codat.io).
24
+
We're here to help ensure a smooth experience for you.
25
+
<!-- End Codat Support Notes -->
26
+
### Library generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)
0 commit comments