# FAQs

### General

<details>

<summary>What countries and currencies does Kick support?</summary>

Kick is currently exclusively supports businesses based in the United States that conduct transactions in USD.

</details>

<details>

<summary>How do I delete my account?</summary>

To request cancellation, email <support@kick.co> with the following:

* Your firm name
* The email address associated with your account
* Confirmation that you want your entire firm account removed

</details>

<details>

<summary>Does Kick have invoicing?</summary>

</details>

<details>

<summary>Does Kick have an API or support MCP?</summary>

</details>

<details>

<summary>Where do I find billing details?</summary>

</details>

### Integrations

<details>

<summary>Can Kick pull in bank statements automatically for my financial institution?</summary>

Through Plaid, Kick automatically pulls in bank statements for roughly 50% of financial institutions. To check whether your client's bank is supported, go to the account settings — if Kick found a statement, it will appear there. → [Connect Accounts](/setting-up/integrations/connect-accounts.md)

</details>

<details>

<summary>Duplicate accounts or transactions after connecting</summary>

This usually happens when the same account is linked twice, or a reconnect created a second link. Don't bulk-delete accounts until you've identified which connection is active. Contact support with the account names if you're not sure which to keep.

</details>

<details>

<summary>Why my bank account won't connect</summary>

Connection failures are sometimes temporary on the bank or aggregator side. Try again after a short wait, confirm you selected the correct institution, and check whether your bank restricts third-party access. If failures persist, contact support to check for known issues.

</details>

<details>

<summary>My bank isn't on the list</summary>

CSV import is the most reliable fallback for unsupported institutions. If CSV isn't available and PDF uploads fail repeatedly, contact support with a redacted sample so we can assess parser coverage. → [Connect Accounts](/setting-up/integrations/connect-accounts.md)

</details>

### Transactions

<details>

<summary>Why do I see duplicate transactions?</summary>

Duplicates most commonly occur when an account is disconnected and reconnected, when transactions are imported via CSV for an account that also syncs through Plaid, or when a payment processor and bank account both pull in the same transfer. If you see duplicates after reconnecting, contact support. To prevent duplicates when importing, avoid overlapping date ranges with existing connected data.

</details>

<details>

<summary>Why are transactions missing or not syncing?</summary>

Check that the account connection is healthy in the Accounts tab — look for a Fix connection indicator. Verify the account's start date covers the expected transaction range. For payment processors, confirm the integration is active and the correct merchant account is connected. If the connection is healthy but transactions are still missing, contact support for a resync. → [Fix a disconnected account](/setting-up/integrations/connect-accounts.md)

</details>

<details>

<summary>Cash or P&#x26;L for a period looks wrong</summary>

Common causes: a broken bank connection missing recent activity, uncategorized or unsplit transactions, transfers counted on both sides, or a book start date that doesn't align with when you began using Kick. Work through open tasks, reconcile affected accounts, and verify the reporting period. If the numbers still don't match the bank, contact support with the account and period. → [Connect Accounts](/setting-up/integrations/connect-accounts.md)

</details>

### Account and Access

<details>

<summary>I can't sign in</summary>

Try: correct email address, password reset, a different browser or incognito window, and disabling VPN or strict content blockers temporarily. If sign-in still fails, contact support with the email address and approximate time of the attempt.

</details>

<details>

<summary>How do I delete my account and data?</summary>

Contact support with a deletion request. We may need to verify your identity. Data retention for legal or backup purposes follows Kick's privacy policy.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kick.co/troubleshooting/faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
