<div class="dashboard-path">
<?php $__currentLoopData = $breadcrumbs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<span class="main-path"><a href="<?php echo e($item['url']); ?>"><?php echo e($item['name']); ?></a></span>
<i class="las la-angle-right"></i>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<span class="active-path"><?php echo e($active ?? ""); ?></span>
</div><?php /**PATH /home/kueuepay/public_html/resources/views/user/components/breadcrumb.blade.php ENDPATH**/ ?>
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"
}