# Cashfree Developer Documentation: Payments

## Payments

### Payments

- [Introduction](https://www.cashfree.com/docs/payments/introduction.md): Discover how Cashfree helps Indian and global businesses accept payments online, on mobile, and offline through a single API and dashboard.
- [Quickstart Guide](https://www.cashfree.com/docs/payments/quickstart-guide.md): Walk through the Cashfree integration journey from account setup and API keys to building checkout, testing in sandbox, and going live.

#### Dashboards

- [Web Dashboard](https://www.cashfree.com/docs/payments/dashboard.md): Use the Cashfree Merchant Dashboard to track transactions, settlements, and refunds, configure payment links and virtual accounts, and manage fraud controls.
- [Mobile Dashboard](https://www.cashfree.com/docs/payments/mobile-dashboard.md): Manage payments on the go with the Cashfree Pulse app: track transactions, monitor settlements, create payment links, and review performance on mobile.
- [Cashfree Spark](https://www.cashfree.com/docs/payments/spark-ai.md): Spark is an agentic layer in the Cashfree Merchant Dashboard. Ask about your business data, or have it process refunds, create offers, and more.

### Payment Gateway

- [Overview](https://www.cashfree.com/docs/payments/overview.md): Compare Cashfree Payment Gateway integration options, including hosted checkout, drop-in JS, mobile SDKs, server-side APIs, and no-code payment links and forms.
- [Payments: General FAQs](https://www.cashfree.com/docs/payments/general-faqs.md): Browse general FAQs about Cashfree covering account setup, integration basics, supported payment methods, settlements, refunds, and merchant support.

#### Cashfree Hosted Checkout

- [Web Integration](https://www.cashfree.com/docs/payments/online/web/redirect.md): Integrate Cashfree's prebuilt, PCI compliant hosted web checkout to accept 120+ payment methods on your site while keeping branding and UX in your control.

##### Mobile Integration

- [Android Integration](https://www.cashfree.com/docs/payments/online/mobile/android.md): Integrate the Cashfree Payment Gateway Android SDK to add UPI Intent, web checkout, and seamless payment flows to your native Android app with minimal code.
- [React Native Integration](https://www.cashfree.com/docs/payments/online/mobile/react-native.md): Integrate the Cashfree Payment Gateway React Native SDK to add web checkout and UPI Intent payment flows to your React Native iOS and Android apps.
- [Flutter Integration](https://www.cashfree.com/docs/payments/online/mobile/flutter.md): Use the Cashfree Payment Gateway Flutter SDK to embed a WebView-based checkout in your Flutter app, supporting payments on both Android and iOS targets.
- [iOS Integration](https://www.cashfree.com/docs/payments/online/mobile/ios.md): Integrate the Cashfree Payment Gateway iOS SDK to embed a WebView-based payment checkout in your iOS app, supporting deployment targets from iOS 11 onwards.
- [Cordova Integration](https://www.cashfree.com/docs/payments/online/mobile/cordova.md): Integrate the Cashfree Payment Gateway Cordova SDK to add web checkout and UPI Intent flows to your hybrid Cordova or Capacitor app on Android and iOS.
- [Integration FAQs](https://www.cashfree.com/docs/payments/online/mobile/integration-faqs.md): Find answers to common questions about integrating Cashfree mobile SDKs across Android, iOS, Flutter, React Native, and Cordova for payment checkout flows.

###### Miscellaneous

- [Cashfree Integrity](https://www.cashfree.com/docs/payments/online/mobile/misc/cashfree_integrity.md): Use Cashfree Integrity to block unauthorised tampering of merchant apps by verifying installer packages against Play Store, App Store, and approved sources.
- [Integrity Prod Setup](https://www.cashfree.com/docs/payments/online/mobile/misc/cashfree_integrity_prod_testing.md): Set up Cashfree Integrity for production testing by distributing your Android app through the Play Store internal track instead of sideloading APKs.

###### UPI Intent

- [UPI Intent Test APK](https://www.cashfree.com/docs/payments/online/mobile/misc/cashfree_upi_simulator_apk.md): Install the Cashfree UPI Intent Simulator APK on a sandbox Android device or emulator to simulate UPI Intent payment success and failure flows while testing.
- [UPI Intent in JS SDK](https://www.cashfree.com/docs/payments/online/mobile/misc/upi_intent_support_js_sdk.md): Enable UPI Intent inside the Cashfree JS SDK web checkout embedded in Android, React Native, Flutter, and Cordova apps using feature flags and URL handlers.
- [UPI Intent in iOS](https://www.cashfree.com/docs/payments/online/web/custom-checkout-ios.md): Embed a Cashfree WKWebView-based custom checkout in your iOS app and enable UPI Intent so customers can pay using GPay, PhonePe, Paytm, and other UPI apps.

#### Custom Checkout

- [BNPL Plus - Native Web](https://www.cashfree.com/docs/payments/online/bnpl-plus.md): Integrate Cashfree BNPL Plus to display BNPL offers and flexible EMI options to shoppers before checkout, lifting average order value on your store.

##### Web Integration

- [Overview](https://www.cashfree.com/docs/payments/online/element/overview.md): Build customised payment experiences with pre-built, secure payment components that integrate seamlessly into your web application.
- [SDK Libraries](https://www.cashfree.com/docs/payments/online/element/sdks.md): Integrate Cashfree Payment Gateway using the JS, React, and Svelte Element SDK libraries with prebuilt UI components, payment methods, and custom styling.
- [Customise Component](https://www.cashfree.com/docs/payments/online/element/customize.md): Customise Cashfree.js components by configuring appearance, styling, and behaviour options to match your design system on a custom-built checkout page.
- [Configuring Payment Options](https://www.cashfree.com/docs/payments/online/element/payment-options.md): Configure Cashfree.js payment options by passing the component, payment_session_id, returnUrl, and savePaymentInstrument flags to trigger a custom checkout.
- [Examples](https://www.cashfree.com/docs/payments/online/element/examples.md): Browse runnable Cashfree Element code examples on CodePen for cards, UPI, netbanking, and wallet payment UIs, ready to fork and adapt for your integration.
- [Appendix](https://www.cashfree.com/docs/payments/online/element/appendix.md): Look up netbanking bank codes and names used by Cashfree APIs and Cashfree.js when integrating the Element SDK so you can map identifiers correctly on checkout.

###### Element SDK

- [Overview](https://www.cashfree.com/docs/payments/online/element/element-sdk.md): Build a custom, PCI DSS compliant checkout for cards, UPI, and other payment modes using the Cashfree Element SDK across web and mobile apps.
- [Web Element SDK](https://www.cashfree.com/docs/payments/online/element/introduction.md): Get started with Cashfree.js Web Element SDK by creating, mounting, and paying with payment components in three steps to power a fully custom web checkout.

###### Components

- [Overview](https://www.cashfree.com/docs/payments/online/element/component-overview.md): Browse the Cashfree.js components available after SDK initialisation and learn how to use the create method to mount payment fields on your site.
- [Cards Component](https://www.cashfree.com/docs/payments/online/element/cards.md): Use the Cashfree.js Cards Component to securely capture card numbers, expiry, and CVV from customers while staying PCI DSS compliant on your custom checkout.
- [UPI Component](https://www.cashfree.com/docs/payments/online/element/upi.md): Use the Cashfree.js UPI Component to collect VPAs, render UPI Intent buttons, and show UPI QR codes for payments on a fully custom checkout experience.
- [Wallets, Net Banking and BNPL Components](https://www.cashfree.com/docs/payments/online/element/other-components.md): Add Cashfree.js components for wallets, netbanking, BNPL, and UPI QR codes to your custom checkout to support diverse payment methods on a single page.

##### Mobile Integration

- [Android Element Integration](https://www.cashfree.com/docs/payments/online/element/mobile/android.md): Integrate the Cashfree Payment Gateway Element SDK into your Android application to accept payments via card, net banking, wallet, and UPI.
- [React Native Element Integration](https://www.cashfree.com/docs/payments/online/element/mobile/react-native.md): Integrate the Cashfree Payment Gateway Element SDK into your React Native app to accept payments via card, net banking, and UPI Intent.

###### Custom Card

- [Android Element Custom Card Component (Non-PCI)](https://www.cashfree.com/docs/payments/online/element/custom-card/android-custom-card.md): Integrate the Cashfree Custom Card Component into your Android application to accept card payments without handling raw card data.
- [React Native Element Custom Card Component](https://www.cashfree.com/docs/payments/online/element/custom-card/react-native-custom-card.md): Integrate the Cashfree Custom Card Component into your React Native application to accept card payments without handling raw card data.

#### No Code Solutions

- [Overview](https://www.cashfree.com/docs/payments/no-code/overview.md): Accept payments and manage business-wide payment flows without writing code by combining Cashfree payment links, forms, buttons, and WhatsApp payment tools.
- [Payment Button](https://www.cashfree.com/docs/payments/no-code/payment-button.md): Embed Cashfree Payment Buttons by copy-pasting auto-generated HTML into your website or blog to accept secure online payments without writing any code.
- [Payment Handle](https://www.cashfree.com/docs/payments/no-code/payment-handle.md): Create a Cashfree Payment Handle to share one reusable payment link, with custom amount input and automatic order reconciliation in the Merchant Dashboard.

##### Payment Links

- [Payment Links](https://www.cashfree.com/docs/payments/no-code/payment-link.md): Create and share Cashfree Payment Links via SMS, email, or WhatsApp to collect payments instantly with auto reminders and no-code product setup.
- [WhatsApp Payment Links](https://www.cashfree.com/docs/payments/no-code/whatsapp-payment-links.md): Send Cashfree WhatsApp payment links as interactive cards so customers can pay directly inside their chat, without being redirected to an external page.
- [Custom Domain](https://www.cashfree.com/docs/payments/no-code/customize/custom-domain.md): Configure a custom domain for Cashfree payment links so customers see your branded URL instead of the default Cashfree domain when paying invoices and orders.
- [Custom SMS Message](https://www.cashfree.com/docs/payments/no-code/customize/custom-sms.md): Customise the SMS message Cashfree sends with payment links so the sender ID, copy, and branding reflect your business and improve customer payment conversion.

###### Customise a Payment Link

- [Overview](https://www.cashfree.com/docs/payments/no-code/customize/overview.md): Customise Cashfree payment links and forms to match your brand and workflow with SMS templates, custom domains, customer data capture, and webhooks.
- [Send Reminder](https://www.cashfree.com/docs/payments/no-code/customize/send-reminder.md): Send automated Cashfree payment link reminders over SMS, email, or WhatsApp so customers complete pending invoices without manual follow-up by your team.
- [Copy Link](https://www.cashfree.com/docs/payments/no-code/customize/copy-link.md): Copy a Cashfree payment link URL or QR code from the Merchant Dashboard so you can share it with customers over email, SMS, WhatsApp, or chat tools quickly.
- [Edit Payment Link](https://www.cashfree.com/docs/payments/no-code/customize/edit-payment-link.md): Edit active Cashfree payment links from the Merchant Dashboard or API to update amount, expiry, customer details, or notes without recreating the original link.
- [Cancel Payment Link](https://www.cashfree.com/docs/payments/no-code/customize/cancel-payment-link.md): Cancel Cashfree payment links from the Merchant Dashboard or API to stop further payments and notify customers when an order or invoice is no longer valid.

##### Payment Forms

- [Overview](https://www.cashfree.com/docs/payments/no-code/payment-forms/overview.md): Create Cashfree Payment Forms to collect customer details and payments through hosted forms with conditional fields, partial payments, and no-code setup.
- [Intelliforms](https://www.cashfree.com/docs/payments/no-code/payment-forms/intelliforms-docs.md): Use Cashfree Intelliforms to build smart payment forms that collect customer data, calculate amounts, and accept payments without writing or hosting code.
- [Personalised Payment Form](https://www.cashfree.com/docs/payments/no-code/payment-forms/personalise-payment-form.md): Send customers a pre-filled payment form with their details already populated, using a personalised link generated from your Cashfree Merchant Dashboard.
- [Subscription Payment Form](https://www.cashfree.com/docs/payments/no-code/payment-forms/subscription-payment-form.md): Create a Cashfree Subscription Payment Form to collect recurring payments through a hosted checkout with single-plan or multi-plan options.
- [Customer Verification on Payment Forms](https://www.cashfree.com/docs/payments/no-code/customize/identity.md): Verify customers on Cashfree payment forms using Aadhaar, PAN, GST, or email field verification to collect accurate customer data.
- [Frequently Asked Questions](https://www.cashfree.com/docs/payments/no-code/payment-forms/faq.md): Browse Cashfree Payment Forms FAQs covering form creation, field configuration, partial payments, submission webhooks, settlements, refunds, and access.
- [Webhooks](https://www.cashfree.com/docs/payments/no-code/payment-forms/webhooks.md): Configure Cashfree Payment Form webhooks from the Merchant Dashboard to receive event notifications whenever submissions are paid, partially paid, or failed.

##### E-Commerce Plugins

- [E-Commerce Plugins](https://www.cashfree.com/docs/payments/plugins/overview.md): Find the official Cashfree plugin for your ecommerce platform: WooCommerce, Magento, PrestaShop, OpenCart, WordPress, or Zoho, and start accepting payments.
- [Wix Payment Plugin](https://www.cashfree.com/docs/payments/plugins/wix.md): Add the Cashfree plugin to your Wix website to accept Indian payment methods like cards, UPI, netbanking, and wallets without writing any custom code.
- [Magento Payment Plugin](https://www.cashfree.com/docs/payments/plugins/magento.md): Add the Cashfree plugin to your Magento store to accept cards, UPI, netbanking, and wallets through the popular open-source ecommerce platform.
- [Zoho Payment Plugin](https://www.cashfree.com/docs/payments/plugins/zoho.md): Add the Cashfree plugin to Zoho Books, Invoice, Checkout, Billing, or Inventory to collect payments seamlessly across Zoho's business apps.
- [WordPress](https://www.cashfree.com/docs/payments/plugins/wordpress.md): Use the Cashfree WordPress plugin to embed a payment button on any WordPress page and accept cards, netbanking, UPI, and wallet payments without coding.
- [Other E-Commerce Plugins](https://www.cashfree.com/docs/payments/plugins/others.md): Connect Cashfree to other ecommerce platforms like OpenCart with official plugins that support multiple versions, popular payment methods, and refunds.

#### Webhooks

- [Overview](https://www.cashfree.com/docs/payments/online/webhooks/overview.md): Listen on a webhook endpoint to receive Cashfree event notifications about orders, payments, refunds, and settlements so your backend can react automatically.
- [Configuration](https://www.cashfree.com/docs/payments/online/webhooks/configure.md): Configure Cashfree webhooks for Payment Gateway, Payment Links, Forms, and Subscriptions to receive event notifications, view logs, and set alerts.
- [Webhook Signature Verification](https://www.cashfree.com/docs/payments/online/webhooks/signature-verification.md): Verify Cashfree webhook signatures with HMAC on the raw payload to confirm authenticity, block fraudulent notifications, and protect live payment flows.
- [Webhook Security Checklist](https://www.cashfree.com/docs/payments/online/webhooks/security-checklist.md): Secure your Cashfree webhook integration with HTTPS endpoints, IP whitelisting, signature verification, replay protection, and idempotent handlers.
- [Webhook Idempotency](https://www.cashfree.com/docs/payments/online/webhooks/webhook-indempotency.md): Implement Cashfree webhook idempotency to safely handle duplicate events, multiple payment attempts per order, and terminal statuses without double processing.
- [Troubleshooting](https://www.cashfree.com/docs/payments/online/webhooks/troubleshooting.md): Troubleshoot Cashfree webhook delivery issues like missing triggers, blocked endpoints, and configuration errors using the Merchant Dashboard logs and resends.

#### Going Live

- [Go Live Checklist](https://www.cashfree.com/docs/payments/online/go-live/checklist.md): Verify your Cashfree Payment Gateway integration with this go-live checklist covering API keys, webhooks, refund flows, and production environment switches.
- [Whitelist Your Website or App](https://www.cashfree.com/docs/payments/online/go-live/whitelist.md): Whitelist your website domain or mobile app package with Cashfree Payment Gateway before collecting live payments to satisfy security and policy reviews.
- [API Logs and Metrics](https://www.cashfree.com/docs/payments/online/go-live/api-logs.md): Monitor your Cashfree Payment Gateway integration with API logs, alerts, and metrics in the Merchant Dashboard to troubleshoot errors and track endpoint health.

#### Resources

- [Payment Lifecycle](https://www.cashfree.com/docs/payments/online/resources/payment-lifecycle.md): Understand how Cashfree orders and payments transition through their lifecycle states so you can track transactions and handle every scenario reliably.
- [Payment Icons](https://www.cashfree.com/docs/payments/online/resources/payment-icons.md): Download standardised Cashfree payment icons for cards, netbanking, wallets, and UPI in multiple sizes and formats to build polished custom checkout pages.
- [Rate Limits and Integration Usage](https://www.cashfree.com/docs/payments/online/resources/rate-limits.md): Understand Cashfree API rate limits per endpoint, read x-ratelimit response headers, and review your current integrations and usage volumes in the dashboard.
- [Sandbox Environment](https://www.cashfree.com/docs/payments/online/resources/sandbox-environment.md): Test Cashfree Payment Gateway integrations risk-free in the sandbox environment, which mirrors production payment modes, refunds, webhooks, and edge cases.

#### Payment Methods

- [Payment Methods](https://www.cashfree.com/docs/payments/manage/payment-methods/overview.md): Explore the payment methods supported by Cashfree Payment Gateway, including cards, UPI, netbanking, bank transfers, wallets, and pay-later integrations.
- [Netbanking](https://www.cashfree.com/docs/payments/manage/payment-methods/netbanking.md): Accept netbanking payments on Cashfree from major Indian banks with a streamlined checkout, real-time status updates, and dashboard tools to monitor it.
- [Bank Transfers (Challans)](https://www.cashfree.com/docs/payments/manage/payment-methods/bank-transfers.md): Accept IMPS, NEFT, and RTGS bank transfers via Cashfree virtual accounts with real-time reconciliation for B2B, education, and government collections.
- [Wallets](https://www.cashfree.com/docs/payments/manage/payment-methods/wallets.md): Accept wallet payments on Cashfree from popular Indian wallets like Paytm, PhonePe, Amazon Pay, and Mobikwik with one integration and unified reconciliation.
- [Paylater and Cardless EMIs](https://www.cashfree.com/docs/payments/manage/payment-methods/paylaters-and-cardless-emis.md): Offer pay-later and cardless EMI options at Cashfree checkout, including LazyPay, Simpl, and EMI partners, to improve affordability and lift order conversion.

##### Credit and Debit Cards

- [Overview](https://www.cashfree.com/docs/payments/manage/payment-methods/credit-and-debit-cards/overview.md): Accept credit and debit card payments on Cashfree across Visa, Mastercard, Rupay, American Express, and Diners with tokenisation, EMI, and CVV-less options.
- [Apple Pay](https://www.cashfree.com/docs/payments/manage/payment-methods/credit-and-debit-cards/apple-pay.md): Integrate Apple Pay with Cashfree using hosted checkout, direct integration, or orchestration flows to accept payments from international cardholders.
- [Google Pay](https://www.cashfree.com/docs/payments/manage/payment-methods/credit-and-debit-cards/google-pay.md): Integrate Google Pay with Cashfree using Hosted checkout to accept tokenised (CRYPTOGRAM_3DS) and non-tokenised (PAN_ONLY) card payments.

##### UPI

- [UPI Payments](https://www.cashfree.com/docs/payments/manage/payment-methods/upi.md): Accept UPI payments on Cashfree across Intent, Collect, AutoPay, and QR flows with deep links to major UPI apps and real-time success-rate monitoring tools.
- [UPI Collect Flow Deprecation](https://www.cashfree.com/docs/payments/manage/payment-methods/upi-collect.md): Understand the UPI Collect flow, its deprecation timeline, and how to migrate to compliant UPI payment methods on Cashfree in line with NPCI guidelines.
- [UPI AutoPay Interoperability](https://www.cashfree.com/docs/payments/manage/payment-methods/upi-autopay-interoperability.md): Learn how UPI AutoPay interoperability works, how to migrate existing mandates to Cashfree, and what actions are required from you as a merchant.

#### Manage

- [Payment Method Eligibility](https://www.cashfree.com/docs/payments/manage/payment-method-eligibility.md): Configure Cashfree payment method eligibility rules to control which methods appear at checkout based on order amount, customer, and transaction context.
- [Monitoring and Observability](https://www.cashfree.com/docs/payments/manage/monitor.md): Use Cashfree monitoring and observability tools to track payment success rates, error patterns, and gateway health in real time across your integration stack.
- [Settlements](https://www.cashfree.com/docs/payments/manage/settlements.md): Track Cashfree settlements, view payout schedules, configure instant settlements, and reconcile balances credited to your bank from the Merchant Dashboard.
- [Reports](https://www.cashfree.com/docs/payments/manage/reports.md): Download Cashfree Payment Gateway reports for transactions, settlements, refunds, and disputes to reconcile finances and track key business metrics with ease.
- [Schedule Reports](https://www.cashfree.com/docs/payments/manage/schedule-reports.md): Schedule recurring Cashfree reports for transactions, settlements, and refunds to land in your inbox or SFTP automatically and remove manual reconciliation.
- [Transactions](https://www.cashfree.com/docs/payments/manage/transactions.md): View, search, and export Cashfree transactions from the Merchant Dashboard, filter by status, payment method, and customer, and dive into order details.
- [Downtimes](https://www.cashfree.com/docs/payments/manage/downtimes.md): Monitor Cashfree downtimes for cards, UPI, netbanking, and wallets in real time, then route or notify customers to maintain payment conversion during incidents.

##### Refunds

- [Overview](https://www.cashfree.com/docs/payments/manage/refunds/overview.md): Initiate refunds with Cashfree using the Merchant Dashboard or refund APIs, run batch refunds, and configure webhooks for real-time refund status updates.
- [Refund Details](https://www.cashfree.com/docs/payments/manage/refunds/refund-details.md): View Cashfree refund details from the Merchant Dashboard, including status, refund mode, customer payout timeline, and audit logs of every action on the refund.
- [Instant Refund](https://www.cashfree.com/docs/payments/manage/refunds/instant-refunds.md): Enable Cashfree instant refunds from the dashboard so customers get their money back in minutes instead of days, improving support experience for returns.

##### Chargebacks and Disputes

- [Overview](https://www.cashfree.com/docs/payments/manage/disputes/overview.md): Manage Cashfree disputes and chargebacks end-to-end from the Merchant Dashboard, with notifications, evidence uploads, APIs, and reporting for each case.
- [Disputes Types](https://www.cashfree.com/docs/payments/manage/disputes/disputes-types.md): Understand the different chargeback and dispute types in Cashfree, with representment timelines, resolution timelines, and outcomes for each category.
- [Disputes States](https://www.cashfree.com/docs/payments/manage/disputes/disputes-states.md): Track every Cashfree dispute through its lifecycle states, from creation to representment and final resolution, with descriptions of each chargeback stage.
- [Dispute Process Flow](https://www.cashfree.com/docs/payments/manage/disputes/disputes-process-flow.md): Walk through the Cashfree dispute process flow from chargeback creation to representment, pre-arbitration, and final resolution, with deadlines for each stage.
- [Reason Codes and Documents](https://www.cashfree.com/docs/payments/manage/disputes/reason-codes.md): Refer to Cashfree dispute reason codes and required documents for representment so you can respond to each chargeback with the correct evidence, on time.
- [Disputes Actions](https://www.cashfree.com/docs/payments/manage/disputes/disputes-actions.md): Understand actions you can take on Cashfree disputes, including accepting chargebacks, contesting with evidence, and responding to pre-arbitration cases.
- [Dashboard Actions](https://www.cashfree.com/docs/payments/manage/disputes/dashboard-actions.md): Manage Cashfree disputes from the Merchant Dashboard by accepting, contesting, or uploading evidence, and track every action taken against each chargeback case.
- [Disputes APIs](https://www.cashfree.com/docs/payments/manage/disputes/disputes-apis.md): Use Cashfree dispute APIs to list, fetch, accept, or contest disputes, including ARBITRATION cases that do not require document upload.
- [Disputes FAQs](https://www.cashfree.com/docs/payments/manage/disputes/disputes-faqs.md): Browse FAQs about Cashfree disputes and chargebacks: dispute types, response procedures, supporting documents, deadlines, and resolution timelines.

#### Features

- [Show Purchase Context on Checkout](https://www.cashfree.com/docs/payments/features/contextual-checkout.md): Show a short purchase description on Cashfree checkout so customers can confirm what they are paying for before they complete the payment.
- [Banking Connect](https://www.cashfree.com/docs/payments/features/banking-connect.md): Use Banking Connect on Cashfree to deliver faster, mobile-first netbanking payments with a standardised checkout experience across supported partner banks.
- [Card Link](https://www.cashfree.com/docs/payments/features/card-link.md): Enable frictionless card payments with Cashfree Card Link, using device-tokenised cards that work across merchants without re-entering card details at checkout.
- [PayFast](https://www.cashfree.com/docs/payments/features/payfast.md): PayFast intelligently pre-selects preferred payment methods for returning Cashfree customers, reducing checkout steps and improving conversion rates.
- [UPI App Priority Reordering](https://www.cashfree.com/docs/payments/features/upi-app-reordering.md): Reorder UPI apps on the Cashfree checkout page to prioritise preferred apps such as GPay, PhonePe, or Paytm and improve UPI conversion for Indian shoppers.
- [Native OTP](https://www.cashfree.com/docs/payments/features/native-otp.md): Authenticate Cashfree card payments natively in your website or app so customers stay in your flow during OTP entry to lift checkout conversion.
- [Token Vault](https://www.cashfree.com/docs/payments/features/token-vault.md): Securely process saved card payments with Cashfree Token Vault, an RBI-compliant tokenisation service that protects cardholder data on every order.
- [CVV-Less Card Payments](https://www.cashfree.com/docs/payments/features/cvv-less.md): Offer CVV-less card payments on Cashfree for returning customers with tokenised cards, reducing checkout steps while staying compliant with card network rules.
- [Preauthorisation](https://www.cashfree.com/docs/payments/features/pre-authorisation.md): Use Cashfree preauthorisation to hold funds on a customer's card now and capture or release them later, ideal for travel, rentals, and reservation use cases.
- [Third Party Validation](https://www.cashfree.com/docs/payments/features/tpv.md): Learn how to verify customer payments through specific bank accounts using TPV, including multi-bank support for UPI, NetBanking, and bank transfers (Challans).
- [Payment Account Reference](https://www.cashfree.com/docs/payments/features/payment-account-reference.md): Use Payment Account Reference (PAR) on Cashfree to track tokenised cards across networks and stay compliant with RBI card-on-file storage rules.
- [Card BIN Details](https://www.cashfree.com/docs/payments/features/card-bin-details.md): Use the Cashfree Card BIN API to identify card network, type, issuer, and country in real time so you can validate cards and tailor checkout experiences.

#### Quick Guide

- [Payment Gateway](https://www.cashfree.com/docs/payments/quick-guide/payment.md): Use this Payment Gateway quick guide to track Cashfree transactions, monitor downtimes, review analytics, and act on the most important dashboard insights.
- [Refunds](https://www.cashfree.com/docs/payments/quick-guide/refunds.md): Use this refunds quick guide to track, process, and manage Cashfree refunds from the Merchant Dashboard, including search filters, status updates, and exports.
- [Settlements](https://www.cashfree.com/docs/payments/quick-guide/settlement.md): Use this settlements quick guide to track Cashfree payouts, review settlement reports, and reconcile bank credits from the Payment Gateway Merchant Dashboard.

### Checkout

- [WooCommerce](https://www.cashfree.com/docs/payments/checkout/woocommerce.md): Integrate Cashfree One Click Checkout with WooCommerce stores to provide a fast, branded payment experience for WordPress-based ecommerce shops.
- [Social Proofing](https://www.cashfree.com/docs/payments/checkout/social-proofing.md): Boost trust and reduce abandonment with Cashfree social proofing, which shows order volumes, recent activity, and FOMO triggers on your checkout page.
- [Cashfree Trusted Badge](https://www.cashfree.com/docs/payments/checkout/trusted-badge.md): Display the Cashfree Trusted Badge on your checkout page to verify your business, build shopper credibility, and lift payment completion rates with confidence.

#### Shopify

- [Shopify](https://www.cashfree.com/docs/payments/shopify/overview.md): Manage Shopify checkout with Cashfree plugins for payments, One Click Checkout, and BNPL Plus, designed to grow conversions for Indian Shopify merchants.
- [Cashfree Plugin for Shopify](https://www.cashfree.com/docs/payments/shopify/payments.md): Set up payments on your Shopify store with the Cashfree no-code plugin to accept Indian payment methods like cards, UPI, netbanking, and wallets.
- [BNPL Plus Plugin](https://www.cashfree.com/docs/payments/shopify/bnpl.md): Add the Cashfree BNPL Plus widget to your Shopify product pages to surface BNPL offers and EMI options that boost conversion before customers reach checkout.
- [One Click Checkout for Shopify](https://www.cashfree.com/docs/payments/shopify/one-click-checkout.md): Activate and integrate Cashfree One Click Checkout on your Shopify store with this step-by-step guide for onboarding, configuration, and going live.

#### Customisation

- [Visual Customisation](https://www.cashfree.com/docs/payments/checkout/customise-checkout.md): Match Cashfree One Click Checkout to your brand: configure logo, colours, button styles, layout, and typography for a consistent visual experience.
- [Business Customisation](https://www.cashfree.com/docs/payments/checkout/bussiness-customisation.md): Configure Cashfree One Click Checkout business settings, payment method ordering, and social proofing to optimise conversions on your storefront within an hour.

#### One Click Checkout

- [One Click Checkout](https://www.cashfree.com/docs/payments/checkout/one-click-checkout.md): Cashfree One Click Checkout transforms ecommerce checkout into a single seamless flow with login, address prefill, COD intelligence, and offers built in.
- [Integrations](https://www.cashfree.com/docs/payments/checkout/integration-one-click-checkout.md): Integrate Cashfree One Click Checkout on Shopify, a custom website, or your mobile app using step-by-step platform guides covering OTP login, COD, and offers.
- [Go Live Checklist](https://www.cashfree.com/docs/payments/checkout/checklist.md): Use this Cashfree One Click Checkout go-live checklist for Shopify Preview Stores to validate configurations and maximise conversions before launch.
- [Customer Login and Address-Prefilling](https://www.cashfree.com/docs/payments/checkout/address-prefill.md): Reduce 30% checkout drop-offs with Cashfree One Click Checkout customer login and address prefilling, which speed up returning shopper experiences.
- [One Click Checkout FAQs](https://www.cashfree.com/docs/payments/checkout/one-click-checkout-faq.md): Browse Cashfree One Click Checkout FAQs covering COD and shipping profile setup, Shopify conversion-data syncing, and native checkout fallback scenarios.

##### Managing COD

- [Overview](https://www.cashfree.com/docs/payments/checkout/cod/overview.md): Manage Cash on Delivery on Cashfree One Click Checkout: enable, configure, and optimise COD for the 70% of Indian shoppers who prefer it at checkout.
- [Configure Cash on Delivery](https://www.cashfree.com/docs/payments/checkout/cod/configure.md): Configure Cashfree Cash on Delivery rules: set transaction amount thresholds, COD types, handling fees, and partial-payment collection to lift conversions.
- [RTO Intelligence](https://www.cashfree.com/docs/payments/checkout/cod/rto.md): Use Cashfree RTO Intelligence to disable Cash on Delivery for high-risk shoppers automatically, lowering returns and protecting margins on every order.
- [Blacklist Cash on Delivery (COD)](https://www.cashfree.com/docs/payments/checkout/cod/blacklist-cod.md): Reduce RTO losses by blacklisting risky shoppers from Cash on Delivery on Cashfree One Click Checkout using customer details, phone numbers, or pin codes.

##### Abandoned Checkout

- [Abandoned Checkout](https://www.cashfree.com/docs/payments/checkout/abandoned-checkout/abandoned-checkout.md): Capture Cashfree abandoned checkout data in real time and forward it to your WhatsApp business service provider to retarget drop-off shoppers and recover sales.
- [Abandoned Checkout Webhook](https://www.cashfree.com/docs/payments/checkout/abandoned-checkout/webhook.md): Subscribe BSP endpoints to the Cashfree One Click Checkout abandoned cart webhook to receive real-time customer, address, and cart payloads for retargeting.
- [Ecom360 Webhook](https://www.cashfree.com/docs/payments/checkout/abandoned-checkout/ecom360.md): Configure the Cashfree Ecom360 webhook to push abandoned checkout payloads to your WhatsApp service provider for automated retargeting on Shopify and OCC.

##### Shipping and Delivery

- [Overview](https://www.cashfree.com/docs/payments/checkout/shipping-overview.md): Set up and automate shipping on Cashfree One Click Checkout with dynamic rules by cart value, pincode, product, and order weight from one dashboard.
- [Managing Shipping and Delivery](https://www.cashfree.com/docs/payments/checkout/shipping-managing-creation.md): Create and manage Cashfree One Click Checkout shipping rules from the Merchant Dashboard to automate delivery options and rates per customer location.

#### Improving Conversion

- [Recovering Abandoned Orders via WhatsApp](https://www.cashfree.com/docs/payments/checkout/cart-recovery.md): Recover up to 4% of abandoned orders with Cashfree's WhatsApp and SMS cart recovery flow, which retargets dropped-off shoppers with payment reminders.

##### Offers

- [Managing Offers](https://www.cashfree.com/docs/payments/checkout/offers.md): Create Cashfree promotional discounts, cashbacks, no-cost EMIs, and incentives to lift sales, average order value, and customer acquisition for your store.
- [Shopify Discounts](https://www.cashfree.com/docs/payments/checkout/offers/shopify.md): Apply Shopify discounts on Cashfree One Click Checkout without migration: combine codes, auto-apply offers, Buy X Get Y deals, and product-level discounts.
- [No Cost EMIs](https://www.cashfree.com/docs/payments/checkout/offers/no-cost-emi.md): Use Cashfree No Cost EMIs to let shoppers split payments into interest-free monthly instalments while you cover the financing cost to lift average order value.
- [Offers FAQs](https://www.cashfree.com/docs/payments/checkout/offers/offers-faqs.md): Find answers to common questions about creating, targeting, and combining Cashfree checkout offers including discounts, cashbacks, no-cost EMIs, and codes.

#### After Payment

- [Payment Analytics](https://www.cashfree.com/docs/payments/checkout/after/analytics.md): Use Cashfree Intelligence to optimise checkout, find conversion drop-offs, reduce costs, and surface patterns that grow online sales for your store.
- [External Analytics](https://www.cashfree.com/docs/payments/checkout/after/external-analytics.md): Send Cashfree Checkout, Payment Links, and Payment Forms events to Google Analytics and other platforms to track behaviour and optimise conversions.
- [Customer Hub](https://www.cashfree.com/docs/payments/checkout/after/customer-hub.md): Give shoppers a single Customer Hub portal to manage Cashfree payments, saved cards, refunds, and order history without contacting your support team.

### International Payments

#### Collect from India

- [Overview](https://www.cashfree.com/docs/payments/international-payments/collect-from-india/overview.md): Use Cashfree to accept cross-border payments from India to overseas merchants while staying compliant with RBI PA-CB guidelines on verification and reporting.
- [Transaction Verification](https://www.cashfree.com/docs/payments/international-payments/collect-from-india/transaction-verification.md): Submit transaction verification details on Cashfree for cross-border collections from India to comply with RBI PA-CB guidelines on reporting and verification.

#### Collect from the World

##### IPG

- [Overview](https://www.cashfree.com/docs/payments/international-payments/ipg/overview.md): Scale Indian businesses globally with the Cashfree International Payment Gateway, with Pay Native DCC, 140+ currencies, and high success rates.
- [Currencies](https://www.cashfree.com/docs/payments/international-payments/ipg/currencies-supported.md): Explore the 140+ currencies supported by Cashfree’s International Payment Gateway, including decimal and zero-decimal options for seamless global payments.
- [Pay in Native Currency](https://www.cashfree.com/docs/payments/international-payments/ipg/pay-native.md): Enable your Indian business to accept international card payments with Cashfree’s Pay Native, offering real-time currency conversion in 140+ currencies.
- [Paypal for International Payments](https://www.cashfree.com/docs/payments/international-payments/ipg/paypal.md): Accept international payments in one click via PayPal on Cashfree, the world's leading wallet payment provider, and settle funds in INR to your bank.

##### Global Collections

- [Overview](https://www.cashfree.com/docs/payments/international-payments/global-collections/introduction.md): Use Cashfree Global Collections to accept international payments from clients abroad, hold foreign currency balances, and settle to your Indian bank account.
- [Collection Accounts](https://www.cashfree.com/docs/payments/international-payments/global-collections/collection-accounts.md): Open Cashfree Global Collections accounts to receive international payments in major currencies and settle in INR with transparent FX and predictable fees.
- [Transactions](https://www.cashfree.com/docs/payments/international-payments/global-collections/transactions.md): Review IPG Global Collections transactions in Cashfree, filter by currency, account, or status, and reconcile international receipts to INR settlement payouts.
- [Global Collections FAQs](https://www.cashfree.com/docs/payments/international-payments/global-collections/faqs.md): Browse Cashfree Global Collections FAQs in the IPG section covering account setup, currencies, FX rates, settlements, compliance, and transaction limits.

### Flowwise

- [Overview](https://www.cashfree.com/docs/payments/flowwise/overview.md): Cashfree FlowWise is a payments orchestration platform for managing multiple gateway partners, smart routing, refunds, and reconciliation in one place.
- [Add a Gateway](https://www.cashfree.com/docs/payments/flowwise/add-gateway.md): Connect payment gateway partners in Cashfree FlowWise to enable smart routing, lift success rates, and manage transactions from one dashboard.
- [Flowwise FAQs](https://www.cashfree.com/docs/payments/flowwise/flowwise-faq.md): Browse Cashfree FlowWise FAQs covering payment orchestration, smart routing, supported gateways, settlements, refunds, reconciliation, and merchant onboarding.

#### Configure

- [Dynamic Routing](https://www.cashfree.com/docs/payments/flowwise/routing/dynamic-routing.md): Use Cashfree FlowWise dynamic routing to direct each transaction to the best-performing acquirer in real time using machine learning on live success-rate data.
- [Add a New Configuration](https://www.cashfree.com/docs/payments/flowwise/routing/add-rules.md): Configure Cashfree FlowWise routing rules visually to split traffic across payment partners using percentages, conditions, and over 40 routing parameters.

##### Gateways

- [PayU](https://www.cashfree.com/docs/payments/flowwise/gateways/payu.md): Connect a PayU account to Cashfree FlowWise to orchestrate cards, UPI, netbanking, and wallet payments through unified rule-based and AI-driven routing.
- [Paytm](https://www.cashfree.com/docs/payments/flowwise/gateways/paytm.md): Connect a Paytm Payment Gateway account to Cashfree FlowWise to orchestrate transactions across Paytm and other acquirers using shared routing rules.
- [Razorpay](https://www.cashfree.com/docs/payments/flowwise/gateways/razorpay.md): Link your Razorpay account inside Cashfree FlowWise to orchestrate cards, UPI, netbanking, and wallet payments alongside other gateway partners.
- [Cashfree](https://www.cashfree.com/docs/payments/flowwise/gateways/cashfree.md): Connect your Cashfree Payment Gateway account inside FlowWise to route cards, UPI, netbanking, wallets, and affordability instruments through orchestration.
- [Easebuzz](https://www.cashfree.com/docs/payments/flowwise/gateways/easebuzz.md): Link your Easebuzz account with Cashfree FlowWise to route cards, UPI, netbanking, and wallet transactions across longtail banks and acquirer networks.
- [CCAvenue](https://www.cashfree.com/docs/payments/flowwise/gateways/ccavenue.md): Connect a CCAvenue account to Cashfree FlowWise to route credit and debit cards, UPI, netbanking, and wallet transactions through smart orchestration rules.
- [Plural](https://www.cashfree.com/docs/payments/flowwise/gateways/plural.md): Add Pine Labs Plural to Cashfree FlowWise to route cards, UPI, netbanking, and wallet payments across acquirers from one orchestration integration.
- [Billdesk](https://www.cashfree.com/docs/payments/flowwise/gateways/billdesk.md): Connect a Billdesk account to Cashfree FlowWise to route cards, UPI, netbanking, and wallet payments alongside other partners in one orchestration.
- [HDFC](https://www.cashfree.com/docs/payments/flowwise/gateways/hdfc.md): Connect HDFC Bank as a payment partner inside Cashfree FlowWise to enable UPI routing alongside other acquirers from a single orchestration integration.
- [Lyra](https://www.cashfree.com/docs/payments/flowwise/gateways/lyra.md): Add Lyra as a payment partner in Cashfree FlowWise to route credit, debit, and prepaid card transactions alongside other gateway partners from one dashboard.

### RiskShield

- [Overview](https://www.cashfree.com/docs/payments/risk-shield/overview.md): Use the Cashfree RiskShield Analytics Dashboard to evaluate your fraud profile, track dispute trends, monitor blocked transactions, and review rule performance.
- [Fraud Risk Indicator](https://www.cashfree.com/docs/payments/risk-shield/fraud-risk-indicator.md): Review the Cashfree RiskShield Fraud Risk Indicator to score every transaction for risk, surface suspicious patterns, and act on flagged orders quickly.
- [Risky Transactions](https://www.cashfree.com/docs/payments/risk-shield/risky-transactions.md): View Cashfree RiskShield flagged and blocked transactions in one place and drill into smart-rule and recommended-rule decisions for suspicious payments.

#### Setup Rules

- [Smart Rules](https://www.cashfree.com/docs/payments/risk-shield/smart-rules.md): Use Cashfree Risk Shield Smart Rules to block or flag transactions automatically with When–Then logic, velocity checks, and AND/OR conditions.
- [Blacklists](https://www.cashfree.com/docs/payments/risk-shield/my-blacklists.md): Add untrusted customers to your Cashfree RiskShield blacklist using card, phone, email, IP, or device data to block risky transactions automatically.
- [Whitelists](https://www.cashfree.com/docs/payments/risk-shield/whitelists.md): Add trusted customers to your Cashfree RiskShield whitelist using card, phone, email, IP, or device data so their transactions bypass risk rules.

### Subscription

- [Overview](https://www.cashfree.com/docs/payments/subscription/introduction.md): Use Cashfree Subscriptions to automate recurring billing across UPI mandates, eNACH, debit cards, and netbanking with one API for the full lifecycle.
- [Supported Payment Methods](https://www.cashfree.com/docs/payments/subscription/payment-modes.md): Compare payment methods supported by Cashfree Subscriptions: UPI mandates, debit cards, netbanking, and physical NACH mandates for recurring billing.
- [UPI One-Time Mandate](https://www.cashfree.com/docs/payments/subscription/upi-otm.md): Learn how to use UPI one-time mandates with Cashfree to block funds upfront from a customer account and capture payment later upon fulfilment.
- [Create a Subscription](https://www.cashfree.com/docs/payments/subscription/create.md): Create a Cashfree subscription, collect customer authorisation through the returned auth link, and activate recurring billing once the mandate is approved.
- [Charge a Subscription](https://www.cashfree.com/docs/payments/subscription/charge.md): Charge customers on active Cashfree Subscriptions from the dashboard, in bulk, or via the Charge Subscription API for automated recurring billing.
- [Manage Subscriptions](https://www.cashfree.com/docs/payments/subscription/manage.md): Manage Cashfree subscriptions: cancel active mandates to stop future charges, reactivate cancelled subscriptions, or stop pending charges before debit.
- [Import Mandates](https://www.cashfree.com/docs/payments/subscription/import.md): Import existing NACH mandates from other gateways into Cashfree via the dashboard and manage every subscription without reauthorising customers.
- [Subscription FAQs](https://www.cashfree.com/docs/payments/subscription/faq.md): Browse Cashfree Subscriptions FAQs covering mandate authorisation, charges, supported methods like UPI mandates, retries, webhooks, and reconciliation.

#### Cashfree Hosted Checkout

- [Web Integration](https://www.cashfree.com/docs/payments/subscription/hosted-checkout.md): Integrate Cashfree's pre-built, PCI-compliant hosted web checkout to collect subscription mandates without building your own checkout page.

##### Mobile Integration

- [Android Integration](https://www.cashfree.com/docs/payments/subscription/subscription_checkout_android_sdk.md): Integrate the Cashfree Subscription Android SDK to add hosted checkout, mandate authorisation, and recurring payment flows to your native Android app.
- [React Native Integration](https://www.cashfree.com/docs/payments/subscription/subscription_checkout_react_native_sdk.md): Integrate the Cashfree Subscription React Native SDK to add hosted checkout and mandate authorisation flows to your React Native iOS and Android apps.
- [Flutter Integration](https://www.cashfree.com/docs/payments/subscription/subscription_checkout_flutter_sdk.md): Integrate the Cashfree Subscription Flutter SDK to add hosted checkout and mandate authorisation flows to your Flutter Android and iOS apps.
- [iOS Integration](https://www.cashfree.com/docs/payments/subscription/subscription_checkout_ios_sdk.md): Integrate the Cashfree Subscription iOS SDK to embed a WebView-based hosted checkout in your iOS app for mandate authorisation and recurring payments.
- [Cordova Integration](https://www.cashfree.com/docs/payments/subscription/subscription_checkout_cordova_sdk.md): Integrate the Cashfree Subscription Cordova SDK to add hosted checkout and mandate authorisation flows to your hybrid Cordova or Capacitor app.

#### Custom Checkout

##### Mobile Integration

- [Android Subscription Integration](https://www.cashfree.com/docs/payments/subscription/custom-checkout/mobile/android-subscription-element.md): Integrate the Cashfree Subscription Element SDK into your Android application to accept subscription payments via card, UPI Intent, and eNach (net banking).
- [iOS Subscription Integration](https://www.cashfree.com/docs/payments/subscription/custom-checkout/mobile/ios-subscription-element.md): Integrate the Cashfree Subscription Element SDK into your iOS application to accept subscription payments using card, UPI, and eNach (net banking).
- [Flutter Subscription Integration](https://www.cashfree.com/docs/payments/subscription/custom-checkout/mobile/flutter-subscription-element.md): Integrate the Cashfree Subscription Element SDK into your Flutter application to accept subscription payments via card, UPI, and eNach on Android and iOS.
- [React Native Subscription Integration](https://www.cashfree.com/docs/payments/subscription/custom-checkout/mobile/react-native-subscription-element.md): Integrate the Cashfree Subscription Element SDK into your React Native application to accept subscription payments via card, UPI, and eNach on Android and iOS.

##### Custom Card

- [Android Custom Card Component (Non-PCI)](https://www.cashfree.com/docs/payments/subscription/custom-checkout/custom-card/android-custom-card.md): Integrate the Cashfree Subscription Custom Card Component into your Android application to accept subscription payments without handling raw card data.
- [iOS Custom Card Component (Non-PCI)](https://www.cashfree.com/docs/payments/subscription/custom-checkout/custom-card/ios-custom-card.md): Integrate the Cashfree Subscription Custom Card Component into your iOS application to accept subscription payments without handling raw card data.

#### Webhooks

- [Events](https://www.cashfree.com/docs/payments/subscription/webhooks.md): Receive Cashfree Subscriptions webhook events for mandate authorisation, charges, payment status changes, and subscription lifecycle updates on your endpoint.
- [Signature Verification](https://www.cashfree.com/docs/payments/subscription/webhook-signature.md): Validate Cashfree Subscriptions webhook signatures using HMAC verification to confirm authenticity and reject spoofed events before processing them.

### Other Products

- [Overview](https://www.cashfree.com/docs/payments/other-products.md): Explore Cashfree's specialised products beyond the core gateway: Easy Split, international collections, BBPS billing, and reconciliation tools.

#### Easy Split

- [Overview](https://www.cashfree.com/docs/payments/split/overview.md): Use Cashfree Easy Split to collect marketplace payments, deduct commissions, settle vendors automatically, and adjust vendor balances during customer refunds.
- [Use Cases](https://www.cashfree.com/docs/payments/split/use-cases.md): See real Cashfree Easy Split use cases across marketplaces, edtech, travel, and SaaS, with patterns for commissions, vendor payouts, and refund splits.
- [Features](https://www.cashfree.com/docs/payments/split/features.md): Explore Cashfree Easy Split features for marketplaces, including vendor onboarding, split schemes, automated settlements, refund adjustments, and recon.
- [Settlement Webhook](https://www.cashfree.com/docs/payments/split/webhooks.md): Configure Cashfree Easy Split settlement webhooks so your backend gets real-time events for vendor settlements, balance updates, and split scheme outcomes.
- [Data to Test Integration](https://www.cashfree.com/docs/payments/split/data-to-test.md): Use Cashfree Easy Split test data to validate your sandbox integration with sample vendor IDs, order payloads, and split scenarios before going live.
- [Easy Split FAQs](https://www.cashfree.com/docs/payments/split/faq.md): Browse Cashfree Easy Split FAQs covering vendor onboarding, KYC, split scheme configuration, refunds, settlements, and marketplace payout scenarios.

##### Split Recipes

- [Scenarios](https://www.cashfree.com/docs/payments/split/recipes/scenarios.md): Explore common Cashfree Easy Split scenarios with sample order payloads showing how to split payments across vendors, commissions, and platform fees correctly.
- [Split After Payment](https://www.cashfree.com/docs/payments/split/recipes/split-a-payment.md): Split a Cashfree payment after capture by attaching vendor splits to a successful order so the right amount flows to each vendor balance on settlement.

##### Vendors

- [Add Vendor](https://www.cashfree.com/docs/payments/split/vendor/add.md): Add Easy Split vendors to Cashfree using the Merchant Dashboard or APIs, including single and bulk uploads, KYC document submission, and vendor approval flows.
- [Edit Vendor Details](https://www.cashfree.com/docs/payments/split/vendor/edit.md): Edit Cashfree Easy Split vendor details from the Merchant Dashboard, including KYC, bank account, contact, and settlement preferences for active vendors.
- [Vendor KYC](https://www.cashfree.com/docs/payments/split/vendor/kyc.md): Submit Cashfree Easy Split vendor KYC documents so marketplace vendors are verified, activated for payouts, and remain compliant with RBI and bank guidelines.

###### Dashboard

- [Vendor Dashboard](https://www.cashfree.com/docs/payments/split/vendor/dashboard/overview.md): Give vendors a dedicated Cashfree Vendor Dashboard to view their transactions, settlements, and reports once you grant them invitation-based portal access.
- [Transactions](https://www.cashfree.com/docs/payments/split/vendor/dashboard/transactions.md): Let marketplace vendors browse their Cashfree transactions in the Vendor Dashboard, filter by status and date, and reconcile orders with settlement payouts.
- [Reports](https://www.cashfree.com/docs/payments/split/vendor/dashboard/reports.md): Let vendors download Cashfree Vendor Dashboard reports for their transactions, settlements, refunds, and balances without exposing other marketplace data.
- [Settlements](https://www.cashfree.com/docs/payments/split/vendor/dashboard/settlements.md): Let marketplace vendors view their Cashfree settlements in the Vendor Dashboard with payout schedule, status, and per-order breakdown for full transparency.

###### Balance

- [Adjust Vendor Balance](https://www.cashfree.com/docs/payments/split/vendor/balance/adjust.md): Adjust Cashfree Easy Split vendor balances from the dashboard or API to record corrections, manual debits, or credits without touching settled orders.
- [Get On Demand Vendor Balance](https://www.cashfree.com/docs/payments/split/vendor/balance/get.md): Get on-demand vendor balances in Cashfree Easy Split through the API to display real-time payout availability inside vendor dashboards and internal tooling.
- [Settle On Demand Vendor Balance](https://www.cashfree.com/docs/payments/split/vendor/balance/settle.md): Trigger on-demand Cashfree Easy Split vendor settlements via API so marketplace vendors can pull their available balance to their bank when required.

##### Vendor Settlements

- [Split Scheme Configuration](https://www.cashfree.com/docs/payments/split/settlements/configuration.md): Configure Cashfree Easy Split scheme rules to define how marketplace order amounts split across vendors, commissions, and platform fees on every transaction.
- [Vendor Instant Settlements](https://www.cashfree.com/docs/payments/split/settlements/instant.md): Enable Cashfree Easy Split vendor instant settlements so marketplace vendors receive their share in their bank accounts within minutes of order success.
- [Vendor On-Demand Settlements](https://www.cashfree.com/docs/payments/split/settlements/on-demand.md): Configure Cashfree Easy Split vendor on-demand settlements so vendors request payouts whenever they need them and instantly transfer their available balance.
- [Vendor Standard Settlements](https://www.cashfree.com/docs/payments/split/settlements/standard.md): Use Cashfree Easy Split vendor standard settlements to credit marketplace vendors based on a fixed schedule, with clear reports for each settlement cycle.
- [Failed Settlement Reasons](https://www.cashfree.com/docs/payments/split/settlements/failure-reasons.md): Review common Cashfree Easy Split settlement failure reasons such as KYC issues, beneficiary mismatches, and bank rejections, plus steps to resolve each error.

###### Delayed Settlements

- [Delay Settlements](https://www.cashfree.com/docs/payments/split/settlements/delay/overview.md): Use Cashfree Easy Split delay settlements to hold vendor payouts at the order or vendor level so marketplaces manage risk, returns, and reconciliation flows.
- [Order Split Delay Post Successful Payment](https://www.cashfree.com/docs/payments/split/settlements/delay/order-level.md): Configure order-level Cashfree Easy Split delays so the marketplace settles vendor splits only after a configurable hold period following successful payment.
- [Defer Settlement](https://www.cashfree.com/docs/payments/split/settlements/delay/vendor-level.md): Defer Cashfree Easy Split vendor settlements by configuring a per-vendor delay in days from the dashboard Settings page to better manage marketplace cash flow.

##### Vendor Refunds

- [Initiate Refunds](https://www.cashfree.com/docs/payments/split/refund/initiate.md): Initiate Cashfree Easy Split refunds via dashboard or API, choose how to recover funds from vendor balances, and notify customers once refunds are processed.
- [Refund Scenarios](https://www.cashfree.com/docs/payments/split/refund/scenarios.md): Walk through common Cashfree Easy Split refund scenarios, including partial refunds, vendor-level deductions, and balance adjustments across payouts.

##### Billing

- [Billing Configuration](https://www.cashfree.com/docs/payments/split/billing/configuration.md): Configure Cashfree Easy Split billing settings to control how marketplace fees, commissions, and taxes are deducted from each order and shared with vendors.

##### Vendor Reports

- [Easy-Split Reports](https://www.cashfree.com/docs/payments/split/reports/es-reports.md): Explore the Cashfree Easy-Split reports for vendor settlements, adjustments, refunds, and reconciliation that you can view from the Merchant Dashboard.
- [Transactions](https://www.cashfree.com/docs/payments/split/reports/transaction.md): Download Cashfree Easy Split transaction reports to review orders, vendor splits, commissions, and payment status across your marketplace at line-item level.
- [Reconciliation](https://www.cashfree.com/docs/payments/split/reports/recon.md): Use Cashfree Easy Split reconciliation reports to match marketplace orders to vendor settlements, commissions, refunds, and bank credits at line-item level.
- [Settlements](https://www.cashfree.com/docs/payments/split/reports/settlement.md): Download Cashfree Easy Split settlement reports to track vendor payouts, commissions, and adjustments credited from orders during each settlement cycle.
- [Refunds](https://www.cashfree.com/docs/payments/split/reports/refunds.md): Download Cashfree Easy Split refund reports to review refund status, vendor balance impact, and customer payouts across every marketplace order from one place.

#### Offline Payments

- [Offline Payments](https://www.cashfree.com/docs/payments/softpos/introduction.md): Collect, track, and reconcile payments in-store, through agents, and at the individual customer level using Cashfree Offline Payments.
- [Get Started with Offline Payments](https://www.cashfree.com/docs/payments/softpos/how-softpos-works.md): Set up Cashfree Offline Payments in four steps: activate the product, configure collection points, complete KYC, and start accepting payments via softPOS.
- [Collection Point Setup](https://www.cashfree.com/docs/payments/softpos/collection-point-setup.md): Add and verify Storefront, Agent, and Customer VPA collection points in the Cashfree Merchant Dashboard before accepting Offline Payments through softPOS apps.
- [Customer VPA](https://www.cashfree.com/docs/payments/softpos/customer-vpa.md): Set up a unique UPI VPA (Virtual Payment Address) and static QR code per customer. Match payments to payers using terminal details in the payment webhook.
- [Offline Payments FAQs](https://www.cashfree.com/docs/payments/softpos/softpos-faq.md): Browse Offline Payments and softPOS FAQs covering onboarding, collection points, KYC, supported payment modes, settlements, reports, and troubleshooting.

##### Payment Management

- [Agent Collection Point](https://www.cashfree.com/docs/payments/softpos/agent-collection-mode.md): Set up softPOS Agent Collection Point on the Cashfree Pulse app, log in with OTP, and accept payments through static QRs, dynamic QRs, and payment links easily.
- [Settlements and Reports](https://www.cashfree.com/docs/payments/softpos/settlements-reports.md): Understand when Offline Payments settle to your bank account and how to export softPOS transaction reports from the Merchant Dashboard for reconciliation.

#### BBPS Billers

- [Overview](https://www.cashfree.com/docs/payments/bbps-billers/overview.md): Use Cashfree BBPS-Biller to collect recurring bills across 150+ digital channels and 35 lakh offline centres through the Bharat Bill Payment System network.
- [Getting Onboarded and Listed on BBPS](https://www.cashfree.com/docs/payments/bbps-billers/onboarding.md): Get your business onboarded as a BBPS Biller with Cashfree, complete category mapping, share required documents, and go live on the Bharat BillPay network.
- [BBPS Billers - FAQs](https://www.cashfree.com/docs/payments/bbps-billers/faqs.md): Browse BBPS Billers FAQs covering onboarding, listing on BBPS, settlement timelines, supported categories, reports, and common biller integration questions.

##### Dashboard Actions

- [Summary Homepage](https://www.cashfree.com/docs/payments/bbps-billers/dashboard-actions/summary.md): View the BBPS Biller summary homepage on Cashfree for a quick snapshot of bill volumes, transaction value, settlement status, and key biller metrics.
- [Bills](https://www.cashfree.com/docs/payments/bbps-billers/dashboard-actions/bills.md): View and manage BBPS bills on Cashfree from the Merchant Dashboard, including bill upload, customer queries, payment status, and refund handling.
- [Transaction](https://www.cashfree.com/docs/payments/bbps-billers/dashboard-actions/transaction.md): View BBPS Biller transactions on Cashfree from the Merchant Dashboard, filter by customer, status, or date, and reconcile bills against bank settlements.
- [Reports](https://www.cashfree.com/docs/payments/bbps-billers/reports.md): Download BBPS Biller reports from the Cashfree dashboard to reconcile bills, transactions, refunds, and settlements across the Bharat BillPay biller network.

#### Virtual Bank Accounts (VBAs)

- [Overview](https://www.cashfree.com/docs/payments/vba/overview.md): Use Cashfree Virtual Bank Accounts to assign unique IFSC and account numbers to customers and automatically reconcile incoming IMPS, NEFT, and RTGS transfers.
- [Managing Virtual Bank Accounts](https://www.cashfree.com/docs/payments/vba/managing-vba.md): Learn how to create Virtual Bank Accounts, set up notification groups, and view VBA payment details from the Cashfree Merchant Dashboard.
- [Webhooks Configuration and Usage](https://www.cashfree.com/docs/payments/vba/webhooks.md): Configure Cashfree Virtual Bank Account webhooks to receive real-time events when customers send funds via IMPS, NEFT, or RTGS to virtual accounts.

#### UPI Reserve Pay

- [Overview](https://www.cashfree.com/docs/payments/upi-reserve-pay/reserve-pay.md): Use Cashfree UPI Reserve Pay to block funds on a customer's UPI account once and debit automatically as products or services are delivered over time, securely.
- [Implementation Guide](https://www.cashfree.com/docs/payments/upi-reserve-pay/upi-reserve-pay.md): Use Cashfree UPI Reserve Pay to block funds once on a customer's UPI account and debit multiple times, ideal for EMIs, usage-based billing, and subscriptions.

### Developer updates

#### Changelog

- [Android Changelog](https://www.cashfree.com/docs/payments/developers/changelog/android.md): Track every release of the Cashfree Android SDK, covering new features, fixes, breaking changes, and supported Android versions across each release.
- [iOS Changelog](https://www.cashfree.com/docs/payments/developers/changelog/ios.md): Track every release of the Cashfree iOS SDK, covering new features, fixes, breaking changes, and supported iOS versions across each published release.
- [React Native Changelog](https://www.cashfree.com/docs/payments/developers/changelog/react-native.md): Track every release of the Cashfree React Native SDK, covering features, fixes, breaking changes, and supported versions across each published release.
- [Flutter Changelog](https://www.cashfree.com/docs/payments/developers/changelog/flutter.md): Track every release of the Cashfree Flutter SDK, covering new features, fixes, breaking changes, and supported Flutter versions across each release.
- [Cordova Changelog](https://www.cashfree.com/docs/payments/developers/changelog/cordova.md): Track every release of the Cashfree Cordova SDK with the Cordova changelog, covering new features, fixes, breaking changes, and supported platforms per release.
- [.NET SDK Changelog](https://www.cashfree.com/docs/payments/developers/changelog/dotnet.md): Track every release of the Cashfree .NET SDK, including the NuGet package rename, new features, and fixes across each version.
