Skip to main content
Feature Request
This is an on-demand feature. Please raise a request with our Support team to get this feature activated on your Razorpay account. Fork the Razorpay Postman Public Workspace and try the Instant Settlements APIs using your Test API Keys. About Instant Settlements

Endpoints

  • post https://api.razorpay.com/v1/settlements/ondemand - Create an Instant Settlement: Creates an instant settlement.
  • get /v1/settlements/ondemand - Fetch All Instant Settlements: Retrieves all instant settlements.
  • get /v1/settlements/ondemand/:setlod_id - Fetch Instant Settlement With ID: Retrieves instant settlements using id.
  • get /v1/settlements/ondemand/?expand[]=ondemand_payouts - Fetch All Instant Settlements With Payout Details: Retrieves payout details as part of the response for all instant settlements.
  • get /v1/settlements/ondemand/:id?expand[]=ondemand_payouts - Fetch Instant Settlement With ID With Payout Details: Retrieves payout details as part of the response for a specific instant settlement.