Pay Page

Setup Guide


Setup Guide

Installation

Files & Directories in Download Package

In the downloaded Zip file, you will find below files & folders:

  • Source – a folder containing all the required files you need to paste in your application.
  • config.php - a file containing all payment gateways configuration, you need to update payment gateways API and secret key.
  • Setup-Guide.pdf – an Instruction manual for setup (This Document).
  • Quick-Start-Guide.pdf - Basic introduction.

Technical-Guide.pdf – Technical information may help for further customizations.

 

Configurations

config.php file contains all the configuration/settings for the payment gateways eg. like enable payment gateway, payment API key, Secret key, Merchant key etc. you need to update these key as per your requirement.

​​​You will find this file in source/example folder.

First, you need to set base URL as per showing below.

 

https://docs.livelyworks.net/media_storage/file-manager-assets/image-5d832829af681.png

Payment gateways can be on or off using enable property using gateway configurations.

 

https://docs.livelyworks.net/media_storage/file-manager-assets/image-5d832df57ca3b.png

 

 

Other files in example uses

 

  1. index.php - All enabled payment gateways are shown under this file. This file is containing PHP, jQuery (JavaScript) code, you will easily modify this file as per your need.

Important: Please note one should provide user details as given in $userDetails array.

  1. payment-process.php - All these payments process through this file. It sanitize and validate user input data and if valid data are found then send this data to payment gateway service class for the processing/authorizing which further may communicate with payment gateways API.
     
  2. payment-response.php - You will get all payment responses here in $requestData variable.
    Using 'paymentOption' key you can identify that which payment gateway belongs to current response data.

 

https://docs.livelyworks.net/media_storage/file-manager-assets/image-5d833397c25b4.png


In this file, you will find paymentResponse() function. Under this function you will get payment success / failed status in $paymentResponseData variable. You can send an email, insert to database or redirect to any page from here.

 

https://docs.livelyworks.net/media_storage/file-manager-assets/image-5d83343b61626.png

  1. payment-success.php - After successful payment, you will redirect here. You can show messages to the user or do anything after successful payment.

 

https://docs.livelyworks.net/media_storage/file-manager-assets/image-5d8334f67a5cd.png

  1. payment-failed.php - If payment is not completed or it get failed, then you will be redirected here. You can show error messages or do anything after an unsuccessful payment is made.

 

https://docs.livelyworks.net/media_storage/file-manager-assets/image-5d83357cc24b3.png

 

Payment Gateways Configurations

 

 

  1. Sign up for a PayPal account please visit the following link.

https://www.paypal.com (for production)

https://developer.paypal.com/developer (for sandbox)

  1. After creating your account update your config.php as per shown below.

 

 

 

 

 

  1. Create an account of Paytm, using this link as shown in below URL,

https://business.paytm.com/payment-gateway and get your Merchant ID and Account Secret Key.

 

https://docs.livelyworks.net/media_storage/file-manager-assets/image-5d7f61a65a441.png

  1. After getting your Merchant ID and Account Secret Key you need to paste into config.php file and set enable option true as per shown below.

 

 

 

 

  1. Create an account in Instamojo, using this link as shown in below URL,

Note: If You are using sandbox environment the create account in this URL http://test.instamojo.com Or If you are using production mode environment then you need to create an account on http://www.instamojo.com, and grab your API key and auth token.

 

https://docs.livelyworks.net/media_storage/file-manager-assets/image-5d7ce55816296.png

 

  1. After getting your API key and Auth Token you need to paste into config.php file and set enable option true as per shown below.

  ​​

 

  1. Now access the index.php page inside the example folder to view all the payment method similarly you can access example\instamojo-payment.php to view only instamojo payment gateway.

 

 

 

 

 

Now we setup Paystack account for make a payment.

  1. Visit following link. Paystack Signup and sign up. Grab your Public and Secret key.

 

https://docs.livelyworks.net/media_storage/file-manager-assets/image-5d7cc7ebd1018.png ​​

 

  1. After getting your Public and Secret key you need to paste into config.php file and set enable option true as per shown below.

 

​​   ​​

 

  1. Now access the index.php page inside the example folder to view all the payment method similarly you can access example\paystack-payment.php to view only paystack payment gateway.

 

​​

 

 

​​ The steps given below will take you through the setup process for Stripe.

  1. To payment through stripe you have to visit following site. Stripe and get secret and publish key.

 

https://docs.livelyworks.net/media_storage/file-manager-assets/image-5d7ce039c8504.png

 

  1. After getting your Public and Secret key you need to paste into config.php file and set enable option true as per shown below.

 

  ​​

 

  1. Now access the index.php page inside the example folder to view all the payment method similarly you can access example\stripe-payment.php to view only stripe payment gateway.

 

 

 

 

 

The steps given below will take you through the setup process for Razorpay.

  1. First, you need to visit the following link. Razorpay Signup and create your account, and grab your API and Secret key.

 

https://docs.livelyworks.net/media_storage/file-manager-assets/image-5d7cbb614a78f.png

​​

  1. After getting your API and Secret key you need to paste into config.php file and set enable option true as per shown below.

​​

  1. Now access the index.php page inside the example folder to view all the payment method similarly you can access example\razorpay-payment.php to view only razorpay payment gateway.

 

​​

  1. Finally, after successful or unsuccessful payment you can grab a payment response in payment-response.php in paymentResponse() function, and you will get both (success/error) data in $paymentResponseData variable as an array.

Here you can send an email, redirect to any page or do whatever you want after payment completion.

 

https://docs.livelyworks.net/media_storage/file-manager-assets/image-5d7cbc2eefd42.png ​​

 

 

  1. Create an account of Iyzipay, using this link as shown in below URL,

https://sandbox-merchant.iyzipay.com/auth/login and get your API and Secret Key.

 

https://docs.livelyworks.net/media_storage/file-manager-assets/image-5d7f643cce4c0.png

 

  1. After getting your Merchant ID and Account Secret Key you need to paste into config.php file and set enable option true as per shown below.

 

  ​

 

 

 

  1. Create an account as per link given below

Note : If you want to use the sandbox account then visit  https://developer.authorize.net/hello_world/sandbox/ or if you want to use the production mode then use https://www.authorize.net/sign-up/ and get your API login id and transaction key.

 

  1. After getting your API login id and transaction key you need to set into config.php file

 

 

  1. Now access the index.php page inside the example folder to view all the payment method similarly you can access example\authorize-net-payment.php to view Authorize.Net payment gateway.

 

 

 

  1. Create an account as per link given below

Note : If you are wishing to use sandbox account then visit  https://test.bitpay.com/signup/ or if you want to use the production mode then use https://bitpay.com/signup/ and get your pair code and label.

 

  1. After getting your pair code and label you need to paste it into Config.php as per given below

 

 

  1. Now access the index.php page inside the example folder to view all the payment method. Similarly you can access example\bitpay-payment.php to view BitPay payment gateway.