/home/kueuepay/public_html/storage/framework/views/c2f77f69e1e1e636b8ef62903203041beb01522d.php
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Start Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<header class="developer-header">
    <div class="container-fluid">
        <div class="developer-wrapper">
            <div class="developer-logo-area">
                <div class="sidebar-mobile-btn">
                    <button><i class="fas fa-bars"></i></button>
                </div>
                <a class="site-logo site-title" href="<?php echo e(setRoute('frontend.index')); ?>"><img src="<?php echo e(get_logo($basic_settings)); ?>"
                        alt="logo"></a>
                <span class="logo-text"><?php echo e(__("Developer")); ?></span>
            </div>
            <div class="developer-header-content">
                <ul class="developer-header-list">
                    <li>
                        <a href="<?php echo e(setRoute('frontend.developer.support')); ?>"><?php echo e(__("Support")); ?></a>
                    </li>
                </ul>
                <div class="developer-header-action">
                    <a href="<?php echo e(setRoute('frontend.index')); ?>" class="btn--base"><i class="las la-user-edit me-1"></i> <?php echo e(__("Back to Home page")); ?></a>
                </div>
            </div>
        </div>
    </div>
</header>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    End Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--><?php /**PATH /home/kueuepay/public_html/resources/views/developer/partials/header.blade.php ENDPATH**/ ?>
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