/home/kueuepay/public_html/routes/api/v1/global.php
<?php

use Illuminate\Support\Facades\Route;
use App\Http\Controllers\Api\TokenController;
use App\Http\Controllers\Api\V1\User\SettingController;

// Settings
Route::controller(SettingController::class)->prefix("settings")->group(function(){
    Route::get("basic-settings","basicSettings");
    Route::get("languages","getLanguages")->withoutMiddleware('system.maintenance.api');
});

//create token
Route::controller(TokenController::class)->group(function(){
    Route::post('generate-token','generateToken');
    Route::post('create-order','createOrder');
});



Accept Payment
top

Effortlessly Accept Payments and Manage Transactions with Our Platform

Our platform simplifies payment acceptance, making transaction management effortless. With secure processing and user-friendly tools, you can easily handle payments from credit cards, debit cards, and digital methods. Our intuitive interface is designed for efficiency, ensuring a seamless experience for both you and your customers. Manage your transactions with ease and confidence.

img