/home/kueuepay/public_html/vendor/barryvdh/laravel-debugbar/src/Facade.php
<?php

namespace Barryvdh\Debugbar;

use DebugBar\DataCollector\DataCollectorInterface;

/**
 * @method static LaravelDebugbar addCollector(DataCollectorInterface $collector)
 * @method static void addMessage(mixed $message, string $label = 'info')
 * @method static void alert(mixed $message)
 * @method static void critical(mixed $message)
 * @method static void debug(mixed $message)
 * @method static void emergency(mixed $message)
 * @method static void error(mixed $message)
 * @method static LaravelDebugbar getCollector(string $name)
 * @method static bool hasCollector(string $name)
 * @method static void info(mixed $message)
 * @method static void log(mixed $message)
 * @method static void notice(mixed $message)
 * @method static void warning(mixed $message)
 * @method static mixed measure(string $label, \Closure $closure)
 *
 * @deprecated Renamed to \Barryvdh\Debugbar\Facades\Debugbar
 * @see \Barryvdh\Debugbar\Facades\Debugbar
 *
 * @see \Barryvdh\Debugbar\LaravelDebugbar
 */
class Facade extends \Barryvdh\Debugbar\Facades\Debugbar
{
}
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