Cashfree is a leading payment gateway in India that enables businesses to collect payments online securely. It supports multiple payment modes such as credit/debit cards, net banking, UPI, and popular digital wallets.
Key Features
-
- Wide Range of Payment Options: Cashfree supports over 100 payment modes, ensuring that customers have flexibility in how they choose to pay.
- Quick Settlements: Cashfree offers one of the fastest settlement cycles in the industry, helping businesses manage their cash flow better.
- Robust Security: With PCI-DSS compliance and advanced fraud detection mechanisms, Cashfree ensures that all transactions are secure.
- Easy Integration: Cashfree provides comprehensive documentation and SDKs for various programming languages, making integration straightforward.
=== Cashfree PG Integration Guide ============
Step-1: Upload this file on your server
Step-2: Open/Edit “pay.php” file
Step-3: Search “$base_url” and replace url with your original domain on which your gateway approved. Remember please add complete path of the file like if you uploded file under folder name “testphonepe” then your $base_url should be: https://yourdomain.com/testphonepe if your file in your main directory then use only https://yourdomain.com.
Step-4: Search for “API Details” or “$payMode” and replace your API key (client_id and secret_key) and change the paymode from “sandbox” to “production” for live payment.
Step-5: Create New database and open config.php file and replace your database configuration details. After this import “cashfree_payment.sql” table.
Step-6: WOOW Your code is ready to do live payment
===================================
Read Complete Article: https://www.tutorialswebsite.com/integrate-cashfree-payment-gateway-in-php-a-step-by-step-guide/
Reviews
There are no reviews yet.