Integrate Subscription and Payments to your app under 10mins

Connect multiple gateways to under one sdk, and manage subscriptions under one dashboard

Get Started Now

Get API Keys and Integrate with your desired AI Agent

API Keys+
Claude CodeCursorCodexKiroGitHub Copilot

A payment control room that feels alive the second you ship it.

Fype turns checkout, routing, webhooks, subscriptions, and provider switching into one orchestration layer your team can see and tune in real time.

Unified Checkout

One SDK, every gateway, zero redeploy drama.

Drop in Fype once, then change providers, route rules, and recovery logic from the dashboard while checkout keeps moving.

const checkout = await fype.checkout({

gateway: "auto",

recovery: true,

subscriptions: "native",

});

// dashboard changes apply instantly

Payment succeeded

Routed by live gateway health

Checkout
Route
Recover
Dynamic Router

Let every payment find its best path.

Payment
FypeFype Corescore & route
Stripe
Razorpay
Cashfree
Unified Webhooks

One event language for every provider.

200 OKpayment.succeededrazorpay
202 OKmandate.activatedstripe
409 FIXduplicate.capturedfype
200 OKrefund.processedcashfree
500 RETRYbank.timeoutpayu
200 OKpayment.succeededrazorpay
202 OKmandate.activatedstripe
409 FIXduplicate.capturedfype
200 OKrefund.processedcashfree
500 RETRYbank.timeoutpayu
200 OKpayment.succeededrazorpay
202 OKmandate.activatedstripe
409 FIXduplicate.capturedfype
200 OKrefund.processedcashfree
500 RETRYbank.timeoutpayu
Subscription Engine

Recurring revenue with recovery built in.

Console LogActive Billing Loop
Healthy
Dunning Recovery+14.8%
Avg Recovery11.4 hours
Retry PolicySmart Recovery
Provider Mesh

Add, compare, and swap gateways without touching checkout.

Stripe
Razorpay
Cashfree
PhonePe
PayU
PayPal
BillDesk
Control Plane

Catch failures while they are still recoverable.

Recovery statusarmed
18 recovered

99.7%

Auth rate

2.1s

Retries

24k

Events

Smart subscriptions for growth.

Recurring billing, recovery, experiments and feature gating — one engine that keeps mandates alive and revenue compounding across every Indian gateway.

SYSTEM_RUN: //MULTI_GATEWAY_NET
MANDATE_ID: eNACH_88A2_IN
FAILOVER: AUTOMATIC
ROUTING_STABLE
01: AREA_INDEX :: RZP_CF
02: LATENCY_SLA :: 0.0ms
STATUS: OK
NET_MAP: AUTO_FAILOVER

Engineered for developers, optimized for agents.

Fype bridges the gap between traditional payment gateways and autonomous agents. Expose clean APIs, local environments, and ready-to-run MCP servers instantly.

Developer CLI

Powerful Command Line

Launch local checkout sandboxes, configure proxy tunnels, and test webhooks locally in seconds.

fype-cli
$ fype init --template=nextjs
Model Context Protocol

Native MCP Connector

Expose payment routing, balances, and analytics directly to AI Agents using LLM-native schema integration.

AI AGENTMCP SERVERFYPE ENGINE
System Specs

Agent-Optimized Docs

Markdown-formatted endpoint instructions, system-prompt injection scripts, and clear context metadata.

AGENTS_GUIDE.mdLLM READY
# Fype AI Routing Context
Provide these instructions to the LLM to let it securely trigger payment links and monitor payout status.
{
"role": "payment_orchestrator",
"schema_version": "v1.2",
"auth": "OAuth2 Bearer Token"
}
View Schema Specification

Frequently Asked Questions.

Can’t find the answer you’re looking for? Reach out to our support team or consult the agent docs.

Contact Support

Fype is a decoupled payment orchestration engine. You integrate our unified SDK once, and it handles routing checkout sessions, managing secure transactions, and connecting to multiple gateways (like Stripe, Razorpay, Cashfree, and PayPal) without requiring separate backend integrations.

Fype is built AI-ready out of the box. We expose native Model Context Protocol (MCP) servers, structured schemas, and clean markdown documentation so autonomous agents can safely query balances, check checkout statuses, and execute refunds without custom API integrations.

No. Fype's adapter pattern completely decouples gateway logic from your application. You can add, remove, configure routing logic, or switch gateways directly from the Fype dashboard in real-time with zero code changes or redeployments.

If a recurring subscription charge is declined, Fype's subscription engine automatically triggers customizable dunning policies (like backoff retries, smart timing, or alternative gateway failovers) to recover revenue silently in the background.

Yes. Instead of writing custom handlers for Stripe, Cashfree, and Razorpay webhook shapes, Fype normalizes all incoming gateway events into a single, standardized webhook contract, saving your developers hours of integration effort.