What problem does it solve? Integrating Cashfree Payments without an official SDK requires piecing together scattered API documentation, and mistakes in order creation, payment method payloads, or webhook signature verification lead to failed transactions or security holes. This Skill provides the complete server-to-server REST integration flow with correct endpoints, headers, and verification logic. ## Core Features & Use Cases - Full Payment Lifecycle: Covers order creation, Order Pay API, payment status verification, refunds, and pre-authorization capture/void across Card, UPI, Netbanking, Wallet, EMI, and Paylater methods. - Webhook Security: Provides HMAC-SHA256 signature verification code in Node.js, Python, and Go using the raw request body. - Advanced Workflows: Documents Native OTP headless card payments, UPI Collect polling, and idempotency-key retry patterns for safe production retries. - Use Case: A backend developer building a Rust or Ruby service needs to accept UPI and card payments via Cashfree; this Skill supplies the exact HTTP requests, response handling rules for each action type, and sandbox test credentials. ## Quick Start Ask the AI to integrate Cashfree Payments into your backend using direct REST API calls, starting with creating an order and verifying payment status.