What problem does it solve? Merchants integrating Cashfree often guess which payment methods (cards, UPI, netbanking, wallets, paylater) are active on their account, leading to checkout failures and misconfigured integrations. This Skill queries the Cashfree eligibility API as the single source of truth for enabled payment modes. ## Core Features & Use Cases - Eligibility API Query: Calls the Cashfree eligibility endpoint with sandbox or production credentials to list enabled payment methods and sub-options like netbanking bank codes. - Per-Order and BIN Checks: Scopes eligibility to a specific order, card BIN, or customer phone for PayLater and EMI scenarios. - Checkout Restrictions: Configures payment_methods_filters in the Create Order API to allow specific methods, card schemes, issuers, BINs, or EMI tenures. - Use Case: Before building a checkout page, verify that UPI and netbanking are active on the merchant account, then restrict the order to Visa cards only using payment method filters. ## Quick Start Check which payment methods are enabled for my Cashfree merchant account using my sandbox API credentials.