<?php if(isset($label)): ?>
<?php
$for_id = preg_replace('/[^A-Za-z0-9\-]/', '', Str::lower($label));
?>
<label for="<?php echo e($for_id ?? ""); ?>"><?php echo e($label); ?></label>
<?php endif; ?>
<select id="<?php echo e($for_id ?? ""); ?>" name="<?php echo e($name ?? ""); ?>" class="form-control <?php echo e($class ?? ""); ?>" <?php if($multiple): ?> multiple <?php endif; ?> <?php echo e($attribute ?? ""); ?>>
</select><?php /**PATH D:\xampp\htdocs\git\nfcpay\resources\views/admin/components/form/select.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"
}