PaymeshPAYMESH.
Introducing | Payment Mesh

Provider-agnostic payments infrastructure for TypeScript teams.

README

Payments that live inside your app. Composable, provider-based, and built to scale - powering from indie launches to the biggest multi-provider billing stacks on the internet.

import { createClient } from "paymesh";import { stripe } from "@paymesh/stripe"; const client = createClient({  provider: stripe({ secret: "sk_test_123" }),}); const payment = await client.payments.create({  amount: 1490,  currency: "USD",  customer: { email: "alice@paymesh.dev" },});
Frameworks / Providers
Stripe
PayPal
Next.js
Bun
Express
Fastify
Hono
Elysia
Stripe
PayPal
Next.js
Bun
Express
Fastify
Hono
Elysia
Providers
Ask AI about Paymesh
ClaudeChatGPTGeminiCopilotPerplexityGrok