Key benefits
The React Native SDK offers the following advantages for your payment integration:- Multiple checkout flows: Provides web checkout and UPI Intent checkout options to suit different integration needs.
- Cross-platform support: Seamlessly supports both Android and iOS platforms from a single codebase.
- Secure and compliant: Securely handles payment processing with built-in security measures managed by the SDK.
Prerequisites
Ensure you complete the following tasks before starting the integration:- Create a Cashfree Merchant Account.
- Log in to the Merchant Dashboard and generate an App ID and Secret Key. Learn how to generate API keys.
- Ensure your application complies with Cashfree’s Integrity standards. Applications that don’t meet the required integrity standards may be restricted from using production services.
Step 1
Step 2
Step 3
Step 1: Create an order Server-side
To integrate the Cashfree Payment Gateway, you must first create an order. Complete this step before you process any payments. Configure an endpoint on your server to handle order creation. You can’t call this API from the client-side.API request for creating an order
Here’s a sample request for creating an order using your desired backend language. Cashfree offers backend SDKs to simplify the integration process.order_id and payment_session_id that you need for subsequent steps.
You can view all the complete API request and response for /orders here.
Step 2: Open the payment page Client-side
Once the order is created, the next step is to open the payment page so the customer can make the payment.1. Set up the SDK
The React Native SDK is hosted on npm. You can download the latest SDK version 2.4.0 from npm. The React Native SDK supports Android SDK version 19 and above and iOS minimum deployment target of 10.3 and above.npm, Yarn, or Expo
Navigate to your project and run the following command:iOS configuration
To provide UPI payments on iOS, enable the following permissions in your app. Add this to your application’sinfo.plist file:
2. Select a payment flow
The React Native SDK offers the following payment flows:Web Checkout
Web Checkout
UPI Intent Checkout
UPI Intent Checkout
3. Complete the payment
To complete the payment, follow these steps:- Create a
CFSessionobject. - Set up payment callback.
- Initiate the payment using the payment object.
Create a session
This object contains essential information about the order, including the payment session ID (payment_session_id) and order ID (order_id) obtained from Step 1. It also specifies the environment (SANDBOX or PRODUCTION).
Set up the payment callback
The SDK exposes aCFCallback interface to receive callbacks from the SDK once the payment flow ends. The callback supports two methods:
Initiate the payment
Web Checkout
Web Checkout
doWebPayment() to open the Cashfree checkout screen. This will present the user with the payment options and handle the payment process.UPI Intent Checkout
UPI Intent Checkout
doUPIPayment() to provide UPI functionality using Cashfree’s mobile SDK without handling other modes like cards or net banking. You can optionally customise the theme by creating a CFThemeBuilder object.Sample code
Complete code examples demonstrating the implementation of both Web Checkout and UPI Intent Checkout flows are shown below:Web checkout
Web checkout
UPI Intent Checkout
UPI Intent Checkout
Sample GitHub code
You can explore a working integration example on GitHub: GitHub Sample Sample UPI Test apkStep 3: Confirm the payment Server-side
Once the payment is completed, you need to confirm whether the payment was successful by checking the order status. Once the payment finishes, the user will be redirected back to your component./pg/orders endpoint from your backend. You can also use our SDK to achieve the same.
Testing
After you integrate the checkout functionality, verify that it opens the Cashfree-hosted payment page. Follow these steps to test:- Click the checkout button.
- Verify you’re redirected to the Cashfree Checkout payment page.
Error codes
To confirm the error returned in your React Native application, you can view the error codes that are exposed by the SDK.Show error codes
Show error codes
Affiliate partner program
As a developer building payment experiences for your clients, you can earn additional income while providing them with industry-leading payment solutions.
Join the Cashfree affiliate partner program and get rewarded every time your clients use Cashfree.
What you get:
- Earn up to 0.25% commission on every transaction.
- Become a trusted fintech partner for your clients.
- Access to a dedicated partner manager for expert support.
What your clients get:
- Instant activation and go live in minutes.
- Industry-best success rate across all payment modes.
- Effortless acceptance of international payments in 140+ currencies.
Get started today. Become a partner now.