What problem does it solve? Integrating a payout system involves many moving parts: beneficiary management, transfer initiation, async status tracking, webhook signature verification, and two-factor authentication. This Skill provides the complete Cashfree Payouts integration flow with correct V2 API shapes, headers, and security rules so you avoid costly mistakes like duplicate transfers or unverified webhooks. ## Core Features & Use Cases - Beneficiary & Transfer APIs: Create beneficiaries and initiate transfers via IMPS, NEFT, UPI, card, Paytm, and Amazon Pay using the V2 nested request body format. - Webhook Handling: Configure V2 webhooks and verify HMAC-SHA256 signatures in Node.js or Python before processing TRANSFER_SUCCESS, FAILED, REVERSED, and other events. - Batch Transfers & Legacy V1: Send bulk payouts in one API call and reference V1 legacy endpoints, RSA 2FA signature generation, and status codes via the references file. - Use Case: A marketplace needs to pay vendors weekly. Use this Skill to add each vendor as a beneficiary, trigger a batch transfer, and reconcile final statuses through verified webhook events. ## Quick Start Ask the AI to integrate Cashfree Payouts by creating a beneficiary and initiating a sandbox transfer with the correct V2 headers and nested request body.