Migration to latest Version
We have released our latest version 2022-09-01 to make our integration more secure for merchants and customers to use. In the this latest version, we have revamped the integration method for using our pre-built checkout and made some changes in our SDKs.
Following are the key changes made in the latest version. Please check respective pages for detailed changes.
- Create Order API Change
Deprecated use of order_token and payment_link from our APIs and instead introducedpayment_session_id
in response of Create Order APIs. Hence, you can not redirect the customer to the checkout page just by using the API. You'll need to use our JS SDK for starting checkout. - New Javascript SDK
Released new improvised JS SDK which will take inpayment_session_id
to redirect to checkout. This is a single SDK which can be used to either redirect the customer to checkout or render components check JS Component Integration. - New Order Pay API
New endpoint for order pay API is released. This will takepayment_session_id
as body parameter instead oforder_token
- New SDKs
Going forward, all SDKs will usepayment_session_id
instead oforder_token
to complete the payment. - Whitelisting of domain name/package name
All new integrations require whitelisting of domain or app package from where the checkout page is being opened. If you're using web integration, please whitelist your website domain name. If you're using a mobile app, please whitelist the app package name
You can check step-by-step process of making whitelisting request here.
Benefits
- Performance Enhancement: We've rebuilt our APIs with state-of-the-art technologies to ensure low latency and high Transactions Per Second (TPS).
- Simplified Integration: The v3 APIs now support JSON payload, providing a more user-friendly alternative to form-encoded data.
- Payment Mode Visibility: Easily identify the payment modes enabled for your account using the v3 APIs.
- Offer Suite Integration: Create offers directly from your server across various payment modes using our offer suite.
- Expanded Payment Methods: V3 APIs support newer payment methods such as Buy Now Pay Later and Cardless EMI.
- Wider Card EMI Support: Enjoy support for 10+ banks on card EMI transactions including Debit Cards.
- Streamlined Error Handling: We've enhanced error handling for clearer and more concise messages.
- Entity-Based Responses: All v3 responses are entity-based, consolidating details for a specific entity (e.g., order) in a single JSON response.
- Order Termination API: Stop an order from accepting payments using the v3 API's order termination capability.
Improved Webhooks: Our webhooks provide more comprehensive details about your orders and transactions. - Bank Error: Introducing error codes directly from our banking partners for better troubleshooting.
- Customer Eligibility Check: Easily check customer eligibility on different pay-later and cardless modes using their phone number.
- Customer Management: Create customers at Cashfree and save their favorite payment methods with v3 APIs.
- SDK Support: We've developed SDKs for Go, Java, NodeJS/Typescript, PHP, C#, and Python.
- Whitelisting: Critical flow like Checkout and Payment can now be whitelisted to be only initiated from a particular domain or app.
New Tools
- Devtools: Monitor errors, webhook responses, and Rate limits in your API calls.
- Integration Usage: Gain insights into your integration through detailed reports.
- Customer Dashboard: Analyze patterns and payment trends of your customers.
Quickstart
Try out our interactive guides to understand out latest integration without any coding!
Try Cashfree Labs
Try Now
Integration Migration
Your Older Integration | Old Integration doc | Migration Required? | New Integration doc |
---|---|---|---|
Android SDK (V1) | doc | Yes | new doc How to migrate |
Android SDK (V2) | doc | Yes | new doc How to migrate |
iOS SDK (V1) | doc | Yes | new doc |
iOS SDK (V2) | doc | Yes | new doc |
Flutter SDK (V1) Drop | doc | Yes | new doc |
Flutter SDK (V2) Drop | doc | Yes | new doc |
ReactNative SDK (V1) Drop | doc1 doc2 | Yes | new doc |
ReactNative SDK (V2) Drop | doc | Yes | new doc |
Standard Checkout | doc | Yes | new doc How to migrate |
Seamless Pro | doc | Yes | new doc |
PG APIs (V0) | Yes | new doc How to migrate | |
PG APIs(V1+V2) Using cashfree's hosted checkout page | doc1 doc2 | Yes | new doc How to migrate |
Updated 11 months ago