<?php $__env->startSection('content'); ?>
<div class="developer-body-wrapper">
<div class="developer-main-wrapper">
<div class="row mb-30-none">
<div class="col-lg-6 mb-30">
<h1 class="heading-title mb-20"><?php echo e(__("Initiate Payment")); ?></h1>
<p><?php echo e(__("Initiates a new payment transaction.")); ?></p>
<div class="mb-10">
<strong><?php echo e(__("Endpoint")); ?>:</strong> <span class="badge custom rounded-pill bg-primary">POST</span> <code class="fw-bold fs-6" style="color: #EE8D1D;"><code></code>create-order</code>
</div>
<div class="table-responsive">
<table class="table table-striped token-table">
<thead>
<tr>
<th scope="col"><?php echo e(__("Parameter")); ?></th>
<th scope="col"><?php echo e(__("Type")); ?></th>
<th scope="col"><?php echo e(__("Details")); ?></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">amount</th>
<td>decimal</td>
<td><?php echo e(__("Your Amount , Must be rounded at 2 precision.")); ?></td>
</tr>
<tr>
<th scope="row">currency</th>
<td>string</td>
<td><?php echo e(__("Currency Code, Must be in Upper Case (Alpha-3 code)")); ?></td>
</tr>
<tr>
<th scope="row">success_url</th>
<td>string</td>
<td><?php echo e(__("Enter your return or success URL")); ?></td>
</tr>
<tr>
<th scope="row">cancel_url</th>
<td>string (optional)</td>
<td><?php echo e(__("Enter your cancel or failed URL")); ?></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-lg-6 mb-30">
<pre class="prettyprint mt-0" style="white-space: normal;">
<span class="code-show-list">
<span>Request Example (guzzle)</span>
<br>
<span>
<br><?php
<br> require_once('vendor/autoload.php');
<br> $client = new \GuzzleHttp\Client();
<br> $response = $client->request('POST', $base_url.'create-order', [
<br>'headers' => [
<br> 'Authorization' => 'Bearer '. $authorizationToken,
<br> 'accept' => 'application/json',
<br> 'content-type' => 'application/json',
<br> ],
<br>'form_params' => [
<br> 'amount' => '$amount',
<br> 'currency' => 'currency',
<br> 'success_url' => 'success_url',
<br> 'cancel_url' => 'cancel_url',
<br> ],
<br>]);
<br>echo $response->getBody();
</span>
</span>
</pre>
<pre class="prettyprint mt-0" style="white-space: normal;">
<span class="code-show-list">
<br>**Response: SUCCESS (200 OK)**
<br>{
<br> "message": {
<br> "success": [
<br> "Order created successfully."
<br> ]
<br>},
<br>"data": {
<br> "redirect_url":"https://example.com/login/OISADFDFSDFSF",
<br> "order_details":{
<br> "amount" : "10",
<br> "fixed_charge" : 2,
<br> "percent_charge" : 1,
<br> "total_charge" : 3,
<br> "total_payable" : 13,
<br> "currency" : "USD",
<br> "expiry_time": "2024-04-25T06:48:35.984285Z",
<br> "success_url": "http://127.0.0.1/nfcpay/user/transaction/success",
<br> "cancel_url": "http://127.0.0.1/nfcpay/user/transaction/cancel"
<br>}
<br>},
<br>"type": "success"
<br>}
</span>
</pre>
<pre class="prettyprint mt-0" style="white-space: normal;">
<span class="code-show-list">
<br>**Response: ERROR (400 FAILED)**
<br>{
<br> "message": {
<br> "error": [
<br> "Invalid token."
<br> ]
<br>},
<br>"data": null,
<br>"type": "error"
<br>}
</span>
</pre>
</div>
</div>
</div>
<div class="page-change-area">
<div class="navigation-wrapper">
<a href="<?php echo e(setRoute('frontend.developer.access.token')); ?>" class="left"><i class="las la-arrow-left me-1"></i> <?php echo e(__("Access Token")); ?></a>
<a href="<?php echo e(setRoute('frontend.developer.check.payment')); ?>" class="right"><?php echo e(__("Check Payment Status")); ?> <i class="las la-arrow-right ms-1"></i></a>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('developer.layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/kueuepay/public_html/resources/views/developer/pages/initiate-payment.blade.php ENDPATH**/ ?>
About Section
NFC Pay was founded with a vision to transform the way people handle transactions. Our journey is defined by a commitment to innovation, security, and convenience. We strive to deliver seamless, user-friendly payment solutions that make everyday transactions effortless and secure. Our mission is to empower you to pay with ease and confidence, anytime, anywhere.
FAQ Section
Here are answers to some common questions about NFC Pay. We aim to provide clear and concise information to help you understand how our platform works and how it can benefit you. If you have any further inquiries, please don’t hesitate to contact our support team.
Download the app and sign up using your email or phone number, then complete the verification process.
Yes, we use advanced encryption and security protocols to protect your payment details.
Absolutely, you can link multiple debit or credit cards to your wallet.
Go to the transfer section, select the recipient, enter the amount, and authorize the transfer.
Use the “Forgot PIN” feature in the app to reset it following the provided instructions.
Sign up for a merchant account through the app and follow the setup instructions to start accepting payments.
Yes, you can view and track your payment status in the account dashboard