/home/kueuepay/public_html/storage/framework/views/f2a24e93719d31bf7d7f1d36ce969053250b0d6c.php
<?php
    $current_route = Route::currentRouteName();
?>
<?php if(isset($route) && $route != ""): ?>
    <?php if(admin_permission_by_name($route)): ?>
        <a href="<?php echo e(setRoute($route)); ?>" class="nav-link <?php if($current_route == $route): ?> active <?php endif; ?>">
            <i class="menu-icon las la-ellipsis-h"></i>
            <?php
                $title = $title ?? "";
            ?>
            <span class="menu-title"><?php echo e(__($title)); ?></span>
        </a>
    <?php endif; ?>
<?php endif; ?><?php /**PATH /home/kueuepay/public_html/resources/views/admin/components/side-nav/dropdown-link.blade.php ENDPATH**/ ?>
Check Payment

Check Payment Status

Checks the status of a payment.

            
                
**Response: SUCCESS (200 OK)**
{
 "message": {
 "success": [
  "Success"
 ]
},
"data": {
 "token": "2zMRmT3KeYT2BWMAyGhqEfuw4tOYOfGXKeyKqehZ8mF1E35hMwE69gPpyo3e",
 "trx_id": "CP44657864",
 "payer": {
  "username": "testuser",
  "email": "user@appdevs.net"
 }
 "status": "Test",
},
"type": "success"
}