integrations.md
Overview
Kick connects to your financial accounts in three ways:
- Plaid: connects to 12,000+ banks and credit cards. The primary method for most accounts.
- Direct integrations: native connections for Ramp, Mercury, Gusto, Stripe, PayPal, and Bill.com with richer data syncing, automatic splits, and receipt matching.
- Universal Importer: upload PDF bank statements or CSVs for institutions not supported by Plaid, or to backfill historical data.
Connect an account
- Go to the Accounts tab
- Click Add account
- Select your institution or integration and follow the prompts
Once connected, transactions sync automatically.
Available integrations
| Stripe & PayPal | Sync payments, fees, and payouts automatically | /pages/Et6FZS7X6laUuynAcsDQ |
| Ramp | Sync credit card transactions, reimbursements, and bills | /pages/ubhh7AHiZ5CFf3DGGJmN |
| Mercury | Sync bank transactions and statements directly | /pages/7cmLLhAnm806MgFV1D7W |
| Gusto | Sync payroll runs broken out by expense type automatically | /pages/lUuB6E6rmQLb4OFrCAQW |
| Bill.com (coming soon) | Sync bills, vendors, and payments directly | /pages/ygIlfv22pP2pFMyfv0Yn |
| Manage Integrations | Fix disconnections, reassign accounts, and update settings | /pages/BtBt0KBWRYy4AT1IRYDC |
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, and the optional goal query parameter:
GET https://docs.kick.co/integrations/integrations.md?ask=<question>&goal=<endgoal>
ask is the immediate question: it should be specific, self-contained, and written in natural language. goal is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.
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.