
Conekta
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Connect Conekta to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Sync orders, charges, customers, and payouts from Conekta into PostHog. Use the private key from Developers > API keys in your Conekta panel. Production and test keys return different data, so pick the environment you want to sync.
Configuration
| Option | Description |
|---|---|
Private keyType: password Required: True | The private key from Developers > API keys. The public key is only used for frontend tokenization and will not work here. |
Linking Conekta to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Conekta
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
charges | A single attempt to collect money for an order through one payment method. | Full refresh | — | — |
checkouts | A hosted payment link customers can use to pay without a custom checkout page. | Full refresh | — | — |
customers | A person or company you charge, along with their saved payment sources. | Full refresh | — | — |
events | A record of something that happened in your Conekta account, and what was delivered to your webhooks. | Full refresh | — | — |
orders | A purchase: what the customer bought, what it cost, and the charges collecting it. | Incremental, Full refresh | updated_at, created_at | — |
payout_orders | Money paid out from your Conekta balance to a recipient. | Full refresh | — | — |
plans | A recurring billing plan customers can subscribe to. | Full refresh | — | — |
transactions | A movement of money on your Conekta balance, with the fee and net amount for a charge. | Full refresh | — | — |
transfers | A payout of your Conekta balance to your bank account. | Full refresh | — | — |