MCPcopy Create free account
hub / github.com/async-labs/async / retrieveSession

Function retrieveSession

api/server/stripe.ts:61–65  ·  view source on GitHub ↗
({ sessionId }: { sessionId: string })

Source from the content-addressed store, hash-verified

59}
60
61function retrieveSession({ sessionId }: { sessionId: string }) {
62 return stripeInstance.checkout.sessions.retrieve(sessionId, {
63 expand: ['setup_intent', 'setup_intent.payment_method'],
64 });
65}
66
67// review below methods
68// add teamId

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected