Skip to main content
SUCCESS What’s New Idempotency Key is mandatory for all payout requests starting March 15, 2025. To make payouts, you must allowlist IPs and pass the idempotency key. Making payouts from RazorpayX Lite account to RazorpayX Lite Customer Identifiers or Razorpay Customer identifiers is not supported. Fork the Razorpay Postman Public Workspace and try the Payouts APIs using your Test API Keys. About Payouts Set up Webhooks Webhooks Payloads

Endpoints

  • post /v1/payouts - Creates a Payout to a Bank Account: Create a payout to a bank account.
  • post /v1/payouts - Create a Payout to a VPA: Creates a payout to a VPA.
  • get /v1/payouts?account_number=\{account number\} - Fetch all Payouts: Retrieves details of all the payouts.
  • get /v1/payouts/:id - Fetch a Payout with ID: Retrieves details of one payout via ID.
  • patch /v1/payouts/:id/cancel - Cancel a Queued Payout: Cancels a payout in queued state.