MCPcopy Create free account
hub / github.com/chainjet/platform / createCheckoutSession

Method createCheckoutSession

generated/graphql.ts:1778–1778  ·  view source on GitHub ↗
(priceId: string)

Source from the content-addressed store, hash-verified

1776 createWorkflowPrompt(id: string, credentialIds: JSONObject): SendPromptPayload | Promise<SendPromptPayload>;
1777 updateOneUser(input: UpdateOneUserInput): User | Promise<User>;
1778 createCheckoutSession(priceId: string): UserCheckoutSessionPayload | Promise<UserCheckoutSessionPayload>;
1779 resumeSubscription(): ResultPayload | Promise<ResultPayload>;
1780 changeSubscriptionPlan(priceId: string): ResultPayload | Promise<ResultPayload>;
1781 verifyEmail(address: string, code: string): VerifyEmailPayload | Promise<VerifyEmailPayload>;

Callers 1

createCheckoutSessionMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected