<?php
namespace App\Http\Controllers\Frontend;
use App\Http\Controllers\Controller;
class DeveloperControlller extends Controller
{
/**
* Method for view developer page
* @return view
*/
public function index(){
$page_title = "Developer";
return view('developer.index',compact('page_title'));
}
/**
* Method for view developer prerequisites page
* @return view
*/
public function prerequisites(){
$page_title = "Prerequisites";
return view('developer.pages.prerequisitites',compact('page_title'));
}
/**
* Method for view developer authentication page
* @return view
*/
public function authentication(){
$page_title = "Authentication";
return view('developer.pages.authentication',compact('page_title'));
}
/**
* Method for view developer base url page
* @return view
*/
public function baseUrl(){
$page_title = "Base URL";
return view('developer.pages.base-url',compact('page_title'));
}
/**
* Method for view developer access token page
* @return view
*/
public function accessToken(){
$page_title = "Access Token";
return view('developer.pages.access-token',compact('page_title'));
}
/**
* Method for view developer initiate payment page
* @return view
*/
public function initiatePayment(){
$page_title = "Initiate Payment";
return view('developer.pages.initiate-payment',compact('page_title'));
}
/**
* Method for view developer check payment page
* @return view
*/
public function checkPayment(){
$page_title = "Check Payment";
return view('developer.pages.check-payment-status',compact('page_title'));
}
/**
* Method for view response code developer page
* @return view
*/
public function responseCode(){
$page_title = "Response Code";
return view('developer.pages.response-code',compact('page_title'));
}
/**
* Method for view error handling developer page
* @return view
*/
public function errorHandling(){
$page_title = "Error Handling";
return view('developer.pages.error-handling',compact('page_title'));
}
/**
* Method for view best practice developer page
* @return view
*/
public function bestPractice(){
$page_title = "Best Practice";
return view('developer.pages.best-practice',compact('page_title'));
}
/**
* Method for view example developer page
* @return view
*/
public function example(){
$page_title = "Examples";
return view('developer.pages.example',compact('page_title'));
}
/**
* Method for view faq developer page
* @return view
*/
public function faq(){
$page_title = "FAQ";
return view('developer.pages.faq',compact('page_title'));
}
/**
* Method for view security page
* @return view
*/
public function support(){
$page_title = "Security";
return view('developer.pages.security',compact('page_title'));
}
}
At NFC Pay, your privacy is of utmost importance to us. This Privacy Policy outlines how we collect, use, share, and protect your personal information when you use our services, including our website and mobile applications.
1. Information We Collect
2. How We Use Your Information
We use the information we collect for the following purposes:
3. Sharing Your Information
We may share your personal information in the following circumstances:
4. Security of Your Information
We take the security of your personal information seriously and implement a variety of security measures, including encryption, secure servers, and access controls, to protect your data from unauthorized access, disclosure, alteration, or destruction. However, no method of transmission over the internet or electronic storage is completely secure, and we cannot guarantee its absolute security.
5. Your Privacy Rights
Depending on your location, you may have certain rights regarding your personal information, such as:
6. Third-Party Links
Our services may contain links to third-party websites or services. We are not responsible for the privacy practices or the content of these third-party sites. We encourage you to review the privacy policies of those third parties.
7. Children’s Privacy
Our services are not intended for individuals under the age of 13. We do not knowingly collect personal information from children under 13. If we become aware that we have collected personal information from a child under 13, we will take steps to delete that information.
8. Changes to This Privacy Policy
We may update this Privacy Policy from time to time to reflect changes in our practices or for other operational, legal, or regulatory reasons. We will notify you of any significant changes by posting the new Privacy Policy on our website and updating the effective date.
9. Contact Us
If you have any questions or concerns about this Privacy Policy or our data practices, please contact us at:
Email: support@nfcpay.com