/home/kueuepay/public_html/storage/framework/views/053d7b0c4c4e9df3a68d71a4e0fd4079ced46ea1.php
<?php if(isset($gateway)): ?>
    <div class="gateway-content">
        <h3 class="title"><?php echo e($gateway->title); ?></h3>
        <p><?php echo e(__("Global Setting for")); ?> <?php echo e($gateway->alias); ?> <?php echo e(__("in bellow")); ?></p>
    </div>
    <?php $__currentLoopData = $gateway->credentials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
        <div class="form-group">
            <label><?php echo e($item->label); ?></label>
            <input type="text" class="form--control" placeholder="<?php echo e($item->placeholder); ?>" name="<?php echo e($item->name); ?>" value="<?php echo e($item->value); ?>">
        </div>
    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?><?php /**PATH D:\xampp\htdocs\git\nfcpay\resources\views/admin/components/payment-gateway/automatic/credentials.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"
}