<?php if(isset($label) && $label != false): ?>
<?php
$for_id = preg_replace('/[^A-Za-z0-9\-]/', '', Str::lower($label));
?>
<label for="<?php echo e($for_id ?? ""); ?>"><?php echo e($label); ?><?php if(isset($label_after)): ?><?php echo $label_after; ?><?php endif; ?></label>
<?php endif; ?>
<textarea name="<?php echo e($name ?? ""); ?>" class="rich-text-editor form--control d-none <?php echo e($class ?? ""); ?>"><?php echo $value ?? ""; ?></textarea><?php /**PATH /home/kueuepay/public_html/resources/views/admin/components/form/input-text-rich.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"
}