> For the complete documentation index, see [llms.txt](https://docs.stacksync.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stacksync.com/connectors/deposco/connect-deposco-to-stacksync.md).

# Connect Deposco to Stacksync

Create a `generic_api_credentials` connection in Stacksync. That type stores one\
string, so the Deposco details go in it as JSON:

```json
{
  "tenant_code": "XYZ",
  "username": "api.user",
  "password": "your-password",
  "environment": "ua",
  "business_unit": "BASE"
}
```

`tenant_code` is **case-sensitive** (the connector uppercases it).&#x20;

`environment` is `production` or `ua`;&#x20;

`business_unit` is the fallback whenever a module needs one.

<figure><img src="https://3057949906-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDSqHwwR8lD3JUWz3E9NH%2Fuploads%2FXkBO34ByTo5Vfjz5MXII%2FScreen%20Shot%202026-09-04%20at%2011.30.46%20AM.png?alt=media&amp;token=34ed685a-a60f-4a71-a161-f141ff3889d7" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3057949906-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDSqHwwR8lD3JUWz3E9NH%2Fuploads%2FG7LCGAduUaygyFnMAdjI%2FScreen%20Shot%202026-09-04%20at%2011.31.38%20AM.png?alt=media&amp;token=b2ea3809-d946-4943-a812-552b49caa6c1" alt=""><figcaption></figcaption></figure>
