Skip to main content
Glama
301,675 tools. Last updated 2026-07-15 10:23

"Razorpay" matching MCP tools:

  • Create a recurring subscription link in INR via Razorpay Subscriptions. It builds a Razorpay plan (period + interval + per-cycle amount) then a subscription for a fixed number of billing cycles, and returns a hosted authorization URL (rzp.io). The buyer opens it, authorizes their UPI/card once (UPI AutoPay / card e-mandate), and is then charged automatically every period until it completes or is cancelled. amount_inr is charged PER billing period. Bring your own Razorpay key pair via headers x-razorpay-key-id AND x-razorpay-key-secret. Respects the same owner policy guardrails as payments (the per-period amount is checked before anything is created). Money always flows buyer→Razorpay→merchant; this service never touches funds.
    Connector
  • List local bank-rail / wallet payment methods relevant to HelloBooks invoice collection (AR), B2B supplier payments (AP), and contractor payouts (UPI, RuPay, Razorpay, IMPS, NEFT, RTGS, BACS, FPS, CHAPS, Open Banking, Interac e-Transfer, EFT, PayID, PayTo, NPP, BPAY, ACH, Same Day ACH, Fedwire, RTP, Zelle, PayNow, FAST, GIRO, NZ Direct Credit, etc.). Returns rail (instant / same-day / next-day / multi-day), use-cases, issuing authority, HelloBooks support level, and operational notes (per-transaction caps, settlement windows, retirement timelines). Filter by country, useCase, rail, or id.
    Connector
  • Create an India payment link in INR via Razorpay Payment Links, a major Indian payment gateway. Buyer pays with UPI (Google Pay / PhonePe / Paytm / any UPI app), credit/debit card, netbanking, or wallet — whatever is enabled on the merchant account. Returns a hosted payment page URL (rzp.io short link) the buyer opens to pay — payment completes automatically, no confirm step. Amounts are in INR rupees (decimals allowed, e.g. 499.50). Bring your own Razorpay key pair via headers x-razorpay-key-id AND x-razorpay-key-secret (free test keys from dashboard.razorpay.com; rzp_test_ keys never move real money). Money always flows buyer→Razorpay→merchant; this service never touches funds.
    Connector
  • List local bank-rail / wallet payment methods relevant to HelloBooks invoice collection (AR), B2B supplier payments (AP), and contractor payouts (UPI, RuPay, Razorpay, IMPS, NEFT, RTGS, BACS, FPS, CHAPS, Open Banking, Interac e-Transfer, EFT, PayID, PayTo, NPP, BPAY, ACH, Same Day ACH, Fedwire, RTP, Zelle, PayNow, FAST, GIRO, NZ Direct Credit, etc.). Returns rail (instant / same-day / next-day / multi-day), use-cases, issuing authority, HelloBooks support level, and operational notes (per-transaction caps, settlement windows, retirement timelines). Filter by country, useCase, rail, or id.
    Connector
  • Check a subscription created by create_subscription_link, using its subscription_id (sub_...). active=true once the buyer has authorized (status active or authenticated). Full status list: created (awaiting authorization) | authenticated (mandate set up) | active (charging) | pending (a charge failed, retrying) | halted (retries exhausted) | cancelled | completed (all cycles charged) | expired.
    Connector

Matching MCP Servers