--- title: 'Razorpay' description: '' --- # Razorpay undefined | Detail | Value | |---|---| | Category | Finance | | Base URL | `https://api.razorpay.com/v1` | | Authentication | Basic Auth | | Endpoints | 6 | | Connector key | `razorpay` | ## Using Razorpay in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Razorpay** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_orders_0) | Orders | | [GET ](./get_payments_1) | Payments | | [GET ](./get_refunds_2) | Refunds | | [GET ](./get_customers_3) | Customers | | [GET ](./get_settlements_4) | Settlements | | [GET ](./get_invoices_5) | Invoices | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.