Razorpay
Create Razorpay payment links and check payment status from a live call.
This is the Razorpay connector, used by agents to charge your organization's own customers with your organization's own Razorpay keys. It's a separate, independent credential from Razorpay as Talkr's own platform billing processor — connecting this connector does not affect your Talkr subscription billing, and vice versa.
The Razorpay connector lets your voice agents create payment links for ad-hoc amounts and check payment status directly from a conversation, using your organization's own Razorpay account — useful for India-focused flows supporting UPI, cards, netbanking, and wallets.
Connect it
Razorpay uses API keys, not OAuth.
- Go to /connectors and click Connect on Razorpay.
- Enter your Key ID and Key Secret (from your Razorpay Dashboard's API keys page).
- Click Connect.
Actions
| Action | Description | Parameters |
|---|---|---|
create_payment_link | Create a payment link for an ad-hoc amount, returning a payable checkout URL. | description (required), amount (required, major currency units e.g. 499.00), currency (defaults to INR), customer_name, customer_email, customer_contact |
get_payment_status | Check whether a payment link has been paid. | payment_link_id (required), e.g. plink_... |
Attach these to a workflow node like any other tool — see Tools for how tool attachment and invocation work.
Example
A collections agent calls create_payment_link for the amount due — Razorpay notifies the customer by SMS and email automatically — and later calls get_payment_status on a follow-up call to confirm it was paid.