ChargeOver
Overview
The ChargeOver source connector is currently in development.
At this time, the connector supports credential validation (testing that your ChargeOver API credentials work), but it does not yet support extraction (syncing data) or expose any streams.
Setup
Prerequisites
- A ChargeOver account
- A ChargeOver API user (username/password) with permission to access the API
Authentication
This connector authenticates to the ChargeOver API using HTTP Basic Auth with:
- Username
- Password
It also requires your ChargeOver subdomain to construct the API base URL:
https://{subdomain}.chargeover.com/api/v3/
During credential validation, the connector makes a request to:
GET /transactions?limit=1
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
subdomain | string | Yes | Your ChargeOver account identifier (the subdomain in https://{subdomain}.chargeover.com). Must be a valid DNS label: lowercase letters (a-z), digits (0-9), and hyphens (-) only; 1–63 characters; cannot start or end with -. |
username | string | Yes | ChargeOver API username used for HTTP Basic Auth. |
password | string | Yes | ChargeOver API password used for HTTP Basic Auth. |
Streams
No streams are currently available. Extraction/sync is not yet implemented for this connector.