Cashfree Payments is a complete payments and API banking platform designed for businesses in India. Its main purpose is to help companies collect payments from customers, send money (payouts) to vendors and employees, and manage international transactions. The platform was founded by Akash Sinha and Reeju Datta and is headquartered in Bangalore, India. It provides a single platform for various financial operations, including payment processing, bulk disbursals, and identity verification. Cashfree Payments is supported by major investors like SBI and Y Combinator and was incubated by PayPal, serving over 800,000 businesses across the country.
Cashfree Payments primarily operates on a transaction-based pricing model. There are generally two types of plans available:
Standard Plan: This plan is suitable for startups and small to medium-sized businesses. It typically has no setup fees or annual maintenance charges. Pricing is a fixed percentage plus a flat fee on each successful transaction. The rates vary depending on the payment mode used (e.g., UPI, credit cards, net banking).
Enterprise Plan: This plan is designed for large businesses with high transaction volumes. It offers custom pricing, a dedicated account manager, and access to premium features and support. Businesses need to contact the sales team to get a tailored quote based on their specific requirements.
Cashfree Payments does not have a 'free plan' in the sense of processing transactions for free. However, it offers a free-to-start model. There are no charges for signing up, account setup, or annual maintenance on the standard plan. You only pay when you have a successful transaction. They also provide a free 'Test Environment' (sandbox) where developers can integrate and test the platform's features using test API credentials without any cost before going live with real payments.
Getting started with Cashfree Payments is a straightforward process:
Pros:
Cons:
Cashfree Payments offers a variety of integrations to connect with popular platforms and tools. This makes it easy for businesses to incorporate payment processing into their existing workflows.
Yes, Cashfree Payments provides a comprehensive set of RESTful APIs for developers to integrate payment functionalities directly into their applications and websites. The detailed API documentation is available on their official website for developers.
To get your API keys, you need to sign up for a Cashfree Payments account. Once your account is created, you can find your App ID and Secret Key for both the Test and Production environments in your merchant dashboard. The Test keys allow you to build and test your integration without moving real money.
Here is a sample cURL code to create an order using the Cashfree Payments API:
curl -X POST \
https://api.cashfree.com/pg/orders \
-H 'Content-Type: application/json' \
-H 'x-api-version: 2022-09-01' \
-H 'x-client-id: YOUR_APP_ID' \
-H 'x-client-secret: YOUR_SECRET_KEY' \
-d '{
"order_id": "order_1675668834",
"order_amount": 1.00,
"order_currency": "INR",
"customer_details": {
"customer_id": "customer_123",
"customer_email": "customer@example.com",
"customer_phone": "9999999999"
},
"order_meta": {
"return_url": "https://your-return-url.com/{order_id}"
}
}'
There is no publicly advertised affiliate program for Cashfree Payments at this time. However, they have a "Partner with us" program for businesses that wish to collaborate. This can include technology partners, resellers, or platform integrations. If you are interested in becoming a partner or an influencer, it is best to contact their business development or sales team directly through the contact options on their website to discuss potential partnership opportunities.
Show your users that Cashfree is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/cashfree?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-cashfree" target="_blank"><img src="https://saasprofile.com/cashfree/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="Cashfree badge" loading="lazy" /></a>