Skip to main content

Configuration

Example

<?php

//This url should be specific to your ChargeOver instance
$url = 'https://example.chargeover.test/api/v3';
//$url = 'https://YOUR-INSTANCE-NAME.chargeover.com/api/v3';

// Your ChargeOver API credentials
$authmode = ChargeOverAPI::AUTHMODE_HTTP_BASIC;
$username = '';
$password = '';