Payment gateway and financial services platform for businesses in India
Payment gateway and financial services platform for businesses in India On Nagent, Razorpay is exposed as a fully-configurable payment processing integration that any agent can call — 42 actions, and API_KEY, OAUTH2 authentication. No code is required to wire Razorpay into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Razorpay to automate the kinds of tasks payment processing teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Razorpay into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Razorpay, with input parameters and output schema. Drop these into any step of an agent built in Helix.
RAZORPAY_CANCEL_INVOICETool to cancel an existing Razorpay invoice. Use this when you need to cancel an invoice that has been issued but not yet paid. Only invoices in 'issued' status can be cancelled.
Input parameters
The unique identifier of the invoice to cancel
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_CANCEL_PAYMENT_LINKTool to cancel a specific payment link. Use when you need to cancel an active payment link before it expires. The payment link cannot be used after cancellation.
Input parameters
The unique identifier of the payment link to cancel
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_CREATE_AN_ORDERTool to create a Razorpay order with specified amount and currency. Use when you need to initiate a payment order before collecting payment from a customer. Amount and currency are mandatory parameters; receipt and notes are optional for internal tracking.
Input parameters
Key-value pairs for additional information (max 15 pairs)
Amount for which the order is created, in currency subunits. For INR, 1 rupee = 100 paise. E.g., ₹500.00 = 50000 paise.
Receipt number for internal reference (max 40 characters)
ISO 4217 currency code (uppercase, 3 letters)
Whether to enable partial payments for this order
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_CREATE_CONTACTTool to create a contact for payouts in RazorpayX. Use when you need to add a new contact (employee, vendor, or customer) for making payouts.
Input parameters
Name of the contact
Type of contact - employee, vendor, or customer
Email address of the contact
Key-value pairs for storing additional information about the contact
Phone number of the contact
A unique reference identifier for the contact in your system
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_CREATE_CUSTOMERTool to create a new customer in Razorpay. Use when you need to register a customer for recurring payments or saved cards. Returns a customer_id that can be used for future transactions.
Input parameters
The name of the customer
The email address of the customer
The GST identification number of the customer (India-specific)
Custom key-value pairs for storing additional information about the customer
The contact number of the customer
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_CREATE_INVOICETool to create an invoice for billing customers. Use when you need to generate an invoice with customer details and line items. You can create a blank invoice in draft state, update it later, and issue it when ready.
Input parameters
Type of invoice: 'invoice' or 'link'
Key-value pairs for additional information
Terms and conditions text
Total invoice amount in smallest currency unit. If not provided, calculated from line_items
Tax ID for the entire invoice
Comments on the invoice
Receipt/reference number (max 40 characters)
Three-letter ISO currency code. Defaults to INR if not specified
Customer details for invoice recipient.
Associated order ID
Tax rate in basis points for the entire invoice
Unix timestamp when invoice should expire
Unix timestamp for custom invoice issue date
Generate and return short URL
Show compact view
Array of line items (products/services) included in the invoice. At least one line item is required
Pre-associate a payment ID
Send SMS notification (1=yes, 0=no)
Billing period end as Unix timestamp
Reference to existing customer ID. If provided, customer details can be omitted
Brief description of the invoice
Send email notification (1=yes, 0=no)
Billing period start as Unix timestamp
Custom invoice number
Unique key for idempotent requests to prevent duplicate invoice creation
Whether partial payments are allowed
Group taxes and discounts together
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_CREATE_ITEMTool to create an item that can be used in Razorpay invoices. Use when you need to create a new product or service entry for invoicing purposes.
Input parameters
Name of the item. This will appear on invoices and receipts.
Amount in the smallest currency unit (paise for INR). For example, 10000 paise = 100 INR. Must be non-negative.
Three-letter ISO currency code. Common values: INR (Indian Rupee), USD (US Dollar), EUR (Euro), GBP (British Pound).
Brief description of the item. Use this to provide additional context about what the item represents.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_CREATE_PAYMENT_LINKTool to create a payment link for collecting payments via a shareable URL. Use when you need to generate a payment link for a customer to complete payment online.
Input parameters
Key-value pairs for storing additional information
Amount to be paid in currency subunits (e.g., paise for INR). For example, 100000 paise = 1000 INR
Notification preferences for the payment link.
Currency code for the payment
Customer details for the payment link.
Unix timestamp after which the payment link expires
Description of the payment link purpose
URL to redirect customer after payment completion
Reference ID for the payment link in your system
HTTP method for callback (get or post)
Whether to enable payment reminders
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_DELETE_INVOICETool to delete an invoice in Razorpay. Use when you need to permanently remove an invoice from the system. Note: Only invoices in 'draft' status can be deleted. Invoices in other statuses (issued, paid, cancelled) cannot be deleted.
Input parameters
The unique identifier of the invoice to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_DELETE_ITEMTool to delete an existing item from Razorpay. Use when you need to permanently remove an item from the system. Items can only be deleted if they are not associated with any invoices.
Input parameters
The unique identifier of the item to delete. This is the ID returned when creating an item.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_FETCH_ALL_CUSTOMERSTool to retrieve a paginated list of all customers from Razorpay. Use when you need to get customer details for multiple customers or iterate through the customer base.
Input parameters
Number of customers to skip for pagination (default: 0)
Number of customers to fetch (default: 10, max: 100)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_FETCH_ALL_INVOICESTool to fetch all invoices with pagination and filtering support. Use when you need to retrieve a list of invoices, optionally filtered by payment ID, customer ID, receipt, or date range.
Input parameters
Unix timestamp (in seconds) before which the invoices were created. Use for date range filtering.
Unix timestamp (in seconds) after which the invoices were created. Use for date range filtering.
Number of invoices to skip from the beginning of the result set. Use for pagination. Default is 0.
Entity type filter. Use 'invoice' to filter by invoice type.
Number of invoices to fetch per request. Default is 10 if not specified. Maximum is 100.
The unique receipt number that you entered for internal purposes. Use to filter invoices by receipt.
The unique identifier of the payment made by the customer against the invoice. Use to filter invoices by specific payment.
The unique identifier of the customer. Use to filter invoices for a specific customer.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_FETCH_ALL_PAYMENT_LINKSTool to fetch all payment links with pagination and filtering support. Use when you need to retrieve a list of payment links, optionally filtered by payment ID, reference ID, or date range.
Input parameters
Unix timestamp (in seconds) before which the payment links were created. Use for date range filtering.
Unix timestamp (in seconds) after which the payment links were created. Use for date range filtering.
Number of payment links to skip from the beginning of the result set. Use for pagination. Default is 0.
Number of payment links to fetch per request. Default is 10 if not specified. Maximum is typically 100.
Unique identifier of the payment associated with the Payment Link. Use to filter payment links by payment ID.
The unique reference number entered while creating the Payment Link. Use to filter payment links by your custom reference.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_FETCH_ALL_PAYMENTSTool to retrieve all payments from your Razorpay account with pagination and time filtering support. Use when you need to list payments, audit transactions, or analyze payment history. Returns payments in descending order by creation time (newest first).
Input parameters
Unix timestamp (in seconds) until which to fetch payments. Filters payments created on or before this timestamp.
Unix timestamp (in seconds) from which to fetch payments. Filters payments created on or after this timestamp.
Number of payments to skip for pagination. Use this to paginate through results.
Number of payments to fetch. Default is 10, maximum is 100.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_FETCH_ALL_REFUNDS_FOR_A_PAYMENTTool to retrieve all refunds for a specific payment using the Razorpay API. Use when you need to check refund status, track refund history, or list all refunds associated with a particular payment.
Input parameters
Number of refunds to skip for pagination. Use with count to navigate through pages.
Number of refunds to fetch. Default is 10.
The unique identifier of the payment for which to fetch refunds.
Unix timestamp before which the refunds were created. Filter refunds created on or before this time.
Unix timestamp after which the refunds were created. Filter refunds created on or after this time.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_FETCH_A_PAYMENT_LINKTool to retrieve details of a specific payment link by its ID. Use when you need to check the status, amount, customer details, or other attributes of an existing payment link.
Input parameters
The unique identifier of the payment link to fetch.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_FETCH_INVOICE_BY_IDTool to fetch a specific invoice by its ID from Razorpay. Use when you need to retrieve complete details of an invoice including customer information, line items, amounts, and payment status.
Input parameters
The unique identifier of the invoice to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_FETCH_ORDERSTool to retrieve a paginated list of all orders from Razorpay. Use when you need to fetch multiple orders, filter by date range, receipt, or authorization status.
Input parameters
Number of orders to skip for pagination (default: 0)
Number of orders to fetch (default: 10, max: 100)
Filter orders by specific receipt reference number
Filter orders by authorization status. Set to 1 for authorized orders, 0 for unauthorized orders
Unix timestamp to fetch orders created before this time
Unix timestamp to fetch orders created after this time
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_FETCH_ORDERS_BY_IDTool to fetch details of a specific Razorpay order using its order ID. Use when you need to retrieve order information, check order status, or verify payment details.
Input parameters
The unique identifier of the order to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_FETCH_PAYMENTS_BY_ORDERTool to fetch all payments made for a particular order. Use when you need to retrieve payment details associated with a specific order ID.
Input parameters
The unique identifier of the order for which to fetch payments.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_FETCH_REFUNDSTool to retrieve all refunds created by you using the Razorpay API. Use when you need to list refunds, track refund status, or analyze refund history with pagination support.
Input parameters
Number of refunds to skip for pagination. Use with count to navigate through pages.
Number of refunds to fetch. Default is 10.
Unix timestamp before which the refunds were created. Filter refunds created on or before this time.
Unix timestamp after which the refunds were created. Filter refunds created on or after this time.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_GET_CONTACTTool to retrieve details of a specific contact by ID in RazorpayX. Use when you need to fetch information about an existing contact including their name, email, contact details, and metadata.
Input parameters
The unique identifier of the contact to retrieve. Must start with 'cont_' followed by alphanumeric characters.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_GET_CUSTOMERTool to retrieve details of a specific customer by their ID. Use when you need to fetch customer information including name, email, contact details, and custom notes.
Input parameters
The unique identifier of the customer to retrieve. Must start with 'cust_' followed by alphanumeric characters.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_GET_FUND_ACCOUNTTool to retrieve details of a specific fund account by its ID. Use when you need to fetch fund account information including associated contact, account type, and payment details.
Input parameters
The unique identifier of the fund account to retrieve. Must start with 'fa_' followed by alphanumeric characters.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_GET_ITEMTool to retrieve complete details of a specific Razorpay item by its ID. Use when you need to fetch information about an item including its name, description, amount, tax details, and other metadata.
Input parameters
The unique identifier of the item to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_GET_SETTLEMENT_RECONTool to fetch settlement reconciliation report for a specific date or month from Razorpay. Use when you need to retrieve detailed settlement transaction data for accounting and reconciliation purposes.
Input parameters
Optional day for the reconciliation report (1-31). If not provided, fetches data for the entire month.
Number of settlement records to skip for pagination (default: 0)
Year for the reconciliation report (e.g., 2024)
Number of settlement records to fetch (default: 10, max: 100)
Month for the reconciliation report (1-12)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_GET_TRANSFER_REVERSALSTool to fetch all reversals for a specific transfer using the Razorpay Route API. Use when you need to check reversal status, track reversal history, or list all reversals associated with a particular transfer.
Input parameters
Number of reversals to skip for pagination. Use with count to navigate through pages.
Number of reversals to fetch. Default is 10, maximum is 100.
The unique identifier of the transfer for which to fetch reversals.
Unix timestamp before which the reversals were created. Filter reversals created on or before this time.
Unix timestamp after which the reversals were created. Filter reversals created on or after this time.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_ISSUE_AN_INVOICETool to issue a draft Razorpay invoice to send it to the customer. Use when you need to issue an invoice that has been created in draft status. Only invoices in 'draft' status can be issued.
Input parameters
The unique identifier of the invoice to issue
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_LIST_CUSTOMER_TOKENSTool to retrieve all tokens (saved payment methods) for a customer. Use when you need to fetch the list of saved payment methods associated with a specific customer ID.
Input parameters
Unique identifier of the customer whose tokens are to be retrieved. Format: cust_<14 alphanumeric characters>
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_LIST_DISPUTESTool to retrieve a list of all disputes with pagination support. Use when you need to view chargebacks, fraud claims, or other payment disputes. Supports filtering by date range and pagination for efficient retrieval of dispute records.
Input parameters
Unix timestamp to retrieve disputes created before this time
Unix timestamp to retrieve disputes created after this time
Number of records to skip for pagination (offset, defaults to 0)
Number of dispute records to retrieve (defaults to 10)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_LIST_FUND_ACCOUNTSTool to retrieve a list of all fund accounts from RazorpayX with pagination support. Use when you need to fetch payout destinations, view beneficiary accounts, or manage fund account records. Supports filtering by contact and account type for efficient retrieval.
Input parameters
Number of fund accounts to skip for pagination. Use with count to navigate through pages.
Number of fund accounts to retrieve per page. Maximum 100 accounts per request.
Filter fund accounts by contact ID. Returns only fund accounts associated with the specified contact.
Filter fund accounts by account type (e.g., 'bank_account', 'vpa', 'card', 'wallet').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_LIST_FUND_VALIDATIONSTool to fetch all fund account validation transactions from RazorpayX with pagination support. Use when you need to retrieve validation records, check account verification status, or monitor validation transactions.
Input parameters
Unix timestamp (in seconds) to filter validations created before this time. Use for date range filtering.
Unix timestamp (in seconds) to filter validations created after this time. Use for date range filtering.
Number of validation transactions to skip for pagination. Use with count to navigate through pages. Default is 0.
Number of validation transactions to retrieve per page. Default is 10. Maximum is 100.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_LIST_ITEMSTool to retrieve a list of all items from Razorpay with pagination support. Use when you need to fetch invoice items, view available products, or manage item catalog. Supports filtering by active status and date range for efficient retrieval.
Input parameters
Number of items to skip for pagination. Use with count to navigate through pages.
Number of items to retrieve per page. Maximum 100 items per request.
Filter items by active status. True returns only active items, False returns only inactive items.
Unix timestamp to filter items created on or before this time.
Unix timestamp to filter items created on or after this time.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_LIST_PAYMENT_DOWNTIMESTool to fetch all active payment method downtimes from Razorpay. Use when you need to check the current status of payment methods and identify any ongoing or scheduled downtimes.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_NOTIFY_PAYMENT_LINKTool to send or resend notification for a payment link via SMS or email. Use when you need to notify a customer about a payment link.
Input parameters
The notification medium to use for sending the payment link notification. Choose 'sms' to send via SMS or 'email' to send via email.
The unique identifier of the payment link to send notification for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_SEND_OR_RESEND_NOTIFICATIONTool to send or resend an invoice notification via email or SMS. Use when you need to notify customers about an invoice through their preferred communication channel.
Input parameters
The medium through which to send the notification (email or sms)
The unique identifier of the invoice for which to send notification
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_UPDATE_CONTACTTool to update an existing contact's details in RazorpayX. Use when you need to modify contact information such as name, email, phone number, type, reference ID, or notes.
Input parameters
Updated name of the contact. Provide this to change the contact's name.
Type of contact in RazorpayX.
Updated email address of the contact. Provide this to change the contact's email.
Updated key-value pairs for storing additional information about the contact. Provide this to change or add notes.
Updated phone number of the contact. Provide this to change the contact's phone number.
The unique identifier of the contact to update. This is the contact ID returned from Razorpay (e.g., 'cont_SMoUIhAssfaDoy').
Updated reference identifier for the contact in your system. Provide this to change the reference ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_UPDATE_CUSTOMERTool to update an existing customer's details in Razorpay. Use when you need to modify customer information such as name, email, or contact number.
Input parameters
The updated name of the customer. Provide this to change the customer's name.
The updated email address of the customer. Provide this to change the customer's email.
The updated contact number of the customer. Provide this to change the customer's phone number. Should be a valid phone number string.
The unique identifier of the customer to update. This is the customer ID returned from Razorpay (e.g., 'cust_SMoQL8RbRrw4w5').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_UPDATE_INVOICETool to update an existing draft invoice in Razorpay. Use when you need to modify invoice details such as customer information, line items, description, notes, or other fields. Only invoices in draft state can be updated.
Input parameters
Invoice date as Unix timestamp
Type of invoice: 'invoice' or 'link'
Key-value pairs for additional information
Terms and conditions text
Total invoice amount in smallest currency unit. If not provided, calculated from line_items
Tax ID for the entire invoice
Comments on the invoice
Receipt/reference number (max 40 characters)
Three-letter ISO currency code
Customer details for invoice recipient.
Associated order ID
Tax rate in basis points for the entire invoice (e.g., 1800 for 18%)
Unix timestamp when invoice should expire
Unix timestamp for custom invoice issue date
Generate and return short URL
Show compact view
The unique identifier of the invoice to update. Only draft invoices can be updated.
Array of line items to update or add. Include 'id' field to update existing items
Pre-associate a payment ID
Send SMS notification (1=yes, 0=no)
Billing period end as Unix timestamp
Reference to existing customer ID
Brief description of the invoice
Send email notification (1=yes, 0=no)
Billing period start as Unix timestamp
Custom invoice number
Unique key for idempotent requests to prevent duplicates
Whether partial payments are allowed
Group taxes and discounts together
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_UPDATE_ITEMTool to update an existing item's details in Razorpay. Use when you need to modify the name, description, or amount of an item. Only the fields provided in the request will be updated; other fields remain unchanged.
Input parameters
Name of the item. This will appear on invoices and receipts.
Amount in the smallest currency unit (paise for INR). For example, 15000 paise = 150 INR. Must be non-negative.
The unique identifier of the item to update. This is the ID returned when creating an item.
Brief description of the item. Use this to provide additional context about what the item represents.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_UPDATE_ORDERTool to update an existing order in Razorpay. Use when you need to modify the notes field of an order to store or update additional metadata.
Input parameters
Key-value pairs to store additional information about the order. Use this to update custom metadata fields.
The unique identifier of the order to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAZORPAY_UPDATE_PAYMENT_LINKTool to update an existing payment link in Razorpay. Use when you need to modify payment link details such as reference ID, expiry time, partial payment settings, notes, or reminder preferences.
Input parameters
Key-value pairs for storing additional information. Maximum 15 pairs, each key and value limited to 256 characters.
The unique identifier of the payment link to update. Must start with 'plink_'.
Timestamp in Unix format when the payment link should expire. Must be a future timestamp.
Adds a unique reference number to an existing link for your internal records.
Indicates whether customers can make partial payments using the Payment Link.
Controls whether automatic payment reminders are enabled for this payment link.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 42 agents privately built on Nagent that already use Razorpay.
Build on Nagent
Connect Razorpay to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Razorpay, and click "Connect Now." You'll authenticate with API_KEY, OAUTH2 — Nagent handles credential storage and refresh automatically. Once connected, Razorpay is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Razorpay is connected, you configure its 42 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Razorpay steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Razorpay event fires, the agent kicks off automatically.
Every Razorpay action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Razorpay ships with 42 pre-built payment processing actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Razorpay together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Razorpay-based workflows tailored to your business.