@extends('installer.layouts.app')
@section('content')
<div class="doc-inner">
<div class="doc-wrapper w-100">
<h2 class="inner-title">{{ __("Project Installation Process is") }} <span class="text--danger">{{ __("canceled") }}</span></h2>
<div class="image" style="max-width:150px;margin:100px auto;border:2px solid #D63384; padding:25px;border-radius:50%">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 288.94 288.94"><defs><style>.cls-1{fill:none;stroke:#D63384;stroke-linecap:round;stroke-width:70px;}</style></defs><path class="cls-1" d="M263.94,263.94,25,25m0,238.94L263.94,25"/></svg>
</div>
</div>
</div>
@endsection
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"
}