<!-- fontawesome css link -->
<link rel="stylesheet" href="{{ asset('public/frontend') }}/css/fontawesome-all.css">
<!-- bootstrap css link -->
<link rel="stylesheet" href="{{ asset('public/frontend') }}/css/bootstrap.css">
<!-- favicon -->
<link rel="shortcut icon" href="{{ get_fav($basic_settings) }}" type="image/x-icon">
<!-- swipper css link -->
<link rel="stylesheet" href="{{ asset('public/frontend') }}/css/swiper.css">
<!-- odometer css link -->
<link rel="stylesheet" href="{{ asset('public/frontend') }}/css/odometer.css">
<!-- line-awesome-icon css -->
<link rel="stylesheet" href="{{ asset('public/frontend') }}/css/line-awesome.css">
<!-- animate.css -->
<link rel="stylesheet" href="{{ asset('public/frontend') }}/css/animate.css">
<!-- nice select css -->
<link rel="stylesheet" href="{{ asset('public/frontend') }}/css/nice-select.css">
<!-- prettify css -->
<link rel="stylesheet" href="{{ asset('public/frontend') }}/css/prettify.css">
<!-- main style css link -->
<link rel="stylesheet" href="{{ asset('public/frontend') }}/css/style.css">
@php
$base_color = $basic_settings->base_color;
@endphp
<style>
:root {
--primary-color: {{ $base_color }};
}
</style>
Welcome to the Kueue Pay Payment Gateway Solutions Developer API Documentation. This comprehensive guide will empower you to seamlessly integrate our advanced payment gateway into your website, enhancing your customers’ payment experience and enabling efficient transaction processing. The Kueue Pay Developer API is designed for developers and entrepreneurs who seek simplicity, security, and reliability in their payment processing solutions.
The Kueue Pay Developer API allows you to seamlessly integrate Kueue Pay’s Payment Gateway Solutions into your website, enabling secure and efficient debit and credit card transactions. With our API, you can initiate payments, check payment statuses, and even process refunds, all while ensuring a smooth and streamlined payment experience for your customers.