/home/kueuepay/public_html/vendor/maximebf/debugbar/src/DebugBar/Storage/pdo_storage_schema.sql
CREATE TABLE phpdebugbar (
    id TEXT PRIMARY KEY,
    data TEXT,
    meta_utime TEXT,
    meta_datetime TEXT,
    meta_uri TEXT,
    meta_ip TEXT,
    meta_method TEXT
);

CREATE INDEX idx_debugbar_id ON phpdebugbar (id);
CREATE INDEX idx_debugbar_meta_utime ON phpdebugbar (meta_utime);
CREATE INDEX idx_debugbar_meta_datetime ON phpdebugbar (meta_datetime);
CREATE INDEX idx_debugbar_meta_uri ON phpdebugbar (meta_uri);
CREATE INDEX idx_debugbar_meta_ip ON phpdebugbar (meta_ip);
CREATE INDEX idx_debugbar_meta_method ON phpdebugbar (meta_method);
Authentication

Authentication

To access the Kueue Pay Developer API, you’ll need an API key. You can obtain your API key by logging in to your Kueue Pay merchant account and navigating to the API section. Collect Client ID , Secret ID & Merchant ID Carefully. Keep your API key confidential and do not share it publicly.

If you don't have any merchant account please Register to continue