MCPcopy Index your code
hub / github.com/simstudioai/sim / getStripeClient

Function getStripeClient

apps/sim/lib/billing/stripe-client.ts:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 * @returns Stripe client or null if credentials are not available
68 */
69export function getStripeClient(): Stripe | null {
70 return stripeClientSingleton.getInstance()
71}
72
73/**
74 * Get the Stripe client instance, throwing an error if not available

Callers 2

route.tsFile · 0.90
requireStripeClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected