/home/kueuepay/public_html/storage/framework/views/80e3e275c50aa56abf8808bf00f156e293145578.php

<?php $__env->startSection('content'); ?>
<div class="developer-body-wrapper">
    <div class="developer-main-wrapper">
        <h1 class="heading-title mb-30">FAQ</h1>
        <div class="row">
            <div class="col-lg-8">
                <h4 class="mb-10">1. <?php echo e(__("What is the")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("Payment Gateway")); ?>?</h4>
                <p class="ps-4 mb-40"><?php echo e(__("The")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("Payment Gateway is an innovative technology that facilitates seamless and secure transactions between merchants and their customers. It enables businesses to accept debit and credit card payments both online and in physical stores.")); ?></p>
                <h4 class="mb-10">2. <?php echo e(__("How does the")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("Payment Gateway work?")); ?></h4>
                <p class="ps-4 mb-40"><?php echo e(__("The")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("Payment Gateway acts as a bridge between a merchant’s website or point-of-sale system and the payment processing network. It securely transmits payment information, authorizes transactions, and provides real-time status updates.")); ?></p>
                <h4 class="mb-10">3. <?php echo e(__("What is the advantage of using")); ?> <?php echo e($basic_settings->site_name ?? ''); ?>’s <?php echo e(__("Developer API")); ?>?</h4>
                <p class="ps-4 mb-40"><?php echo e(__("The")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("Developer API empowers developers and entrepreneurs to integrate the")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("Payment Gateway directly into their websites or applications. This streamlines the payment process for customers and provides businesses with a customizable and efficient payment solution.")); ?></p>
                <h4 class="mb-10">4. <?php echo e(__("How can I access the")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("Developer API")); ?>?</h4>
                <p class="ps-4 mb-40"><?php echo e(__("To access the")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("Developer API, you need to sign up for a developer account on our platform. Once registered, you’ll receive an API key that you can use to authenticate your API requests.")); ?></p>
                <h4 class="mb-10">5. <?php echo e(__("What types of transactions can I handle with the")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("Developer API")); ?>?</h4>
                <p class="ps-4 mb-40"><?php echo e(__("The")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("Developer API allows you to initiate payments, check the status of payments, and process refunds. You can create a seamless payment experience for your customers while maintaining control over transaction management.")); ?></p>
                <h4 class="mb-10">6. <?php echo e(__("Is the")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("Developer API suitable for my business size and industry")); ?>?</h4>
                <p class="ps-4 mb-40"><?php echo e(__("Yes, the")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("Developer API is designed to accommodate businesses of varying sizes and industries. Whether you’re a small online store or a large enterprise, our API can be tailored to fit your specific payment needs")); ?>.</p>
                <h4 class="mb-10">7. <?php echo e(__("How user-friendly is the")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("Developer API integration process")); ?>?</h4>
                <p class="ps-4 mb-40"><?php echo e(__("The")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("Developer API is designed with simplicity and ease of use in mind. Our comprehensive documentation, code samples, and developer support resources ensure a smooth integration process for any web platform.")); ?></p>
                <h4 class="mb-10">8. <?php echo e(__("Are there any fees associated with using the")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("Payment Gateway and API")); ?>?</h4>
                <p class="ps-4 mb-40"><?php echo e(__("We offer competitive pricing plans for using the")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("Payment Gateway and Developer API. Details about fees and pricing tiers can be found on our developer portal.")); ?></p>
                <h4 class="mb-10">9. <?php echo e(__("Can I customize the payment experience for my customers using the")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(__("API")); ?>?</h4>
                <p class="ps-4 mb-40"><?php echo e(__("Absolutely, the")); ?> <?php echo e($basic_settings->site_name ?? ''); ?> <?php echo e(("Developer API offers customization options that allow you to tailor the payment experience to match your brand and user interface. You can create a seamless and cohesive payment journey for your customers.")); ?></p>
                <h4 class="mb-10">10. <?php echo e(__("What kind of support is available if I encounter issues during API integration")); ?>?</h4>
                <p class="ps-4 mb-40"><?php echo e(__("We provide dedicated developer support to assist you with any issues or questions you may have during the API integration process. Reach out to our support team at")); ?> <a href="mailto:developersupport@NFCPay.com" target="_blank" class="text--base">developersupport@NFCPay.com</a> <?php echo e(__("for prompt assistance")); ?>.</p>
            </div>
        </div>
        <code class="mt-60 d-block highlight"><?php echo e(__("Remember, our goal is to empower your business with a robust and efficient payment solution. If you have any additional questions or concerns, feel free to explore our developer portal or contact our support team.")); ?></code>
    </div>
    <div class="page-change-area">
        <div class="navigation-wrapper">
            <a href="<?php echo e(setroute('frontend.developer.example')); ?>" class="left"><i class="las la-arrow-left me-1"></i> <?php echo e(__("Examples")); ?></a>
            <a href="<?php echo e(setRoute('frontend.developer.support')); ?>" class="right"><?php echo e(__("Support")); ?> <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/faq.blade.php ENDPATH**/ ?>
Initiate Payment

Initiate Payment

Initiates a new payment transaction.

Endpoint: POST create-order
Parameter Type Details
amount decimal Your Amount , Must be rounded at 2 precision.
currency string Currency Code, Must be in Upper Case (Alpha-3 code)
success_url string Enter your return or success URL
cancel_url string (optional) Enter your cancel or failed URL
                    
                        Request Example (guzzle)
                        

<?php
require_once('vendor/autoload.php');
$client = new \GuzzleHttp\Client();
$response = $client->request('POST', $base_url.'create-order', [
'headers' => [
  'Authorization' => 'Bearer '. $authorizationToken,
  'accept' => 'application/json',
  'content-type' => 'application/json',
 ],
'form_params' => [
  'amount' => '$amount',
  'currency' => 'currency',
  'success_url' => 'success_url',
  'cancel_url' => 'cancel_url',
 ],
]);
echo $response->getBody();
                    
                        
**Response: SUCCESS (200 OK)**
{
 "message": {
 "success": [
  "Order created successfully."
 ]
},
"data": {
 "redirect_url":"https://example.com/login/OISADFDFSDFSF",
 "order_details":{
 "amount" : "10",
 "fixed_charge" : 2,
 "percent_charge" : 1,
 "total_charge" : 3,
 "total_payable" : 13,
 "currency" : "USD",
 "expiry_time": "2024-04-25T06:48:35.984285Z",
 "success_url": "http://127.0.0.1/nfcpay/user/transaction/success",
 "cancel_url": "http://127.0.0.1/nfcpay/user/transaction/cancel"
}
},
"type": "success"
}
                    
                        
**Response: ERROR (400 FAILED)**
{
 "message": {
 "error": [
  "Invalid token."
 ]
},
"data": null,
"type": "error"
}