Skip to main content

Stripe

Use this Stripe plugin to integrate Stripe in your Comnoco project. All you need to do is import the Stripe OpenAPI Spec to Comnoco to get access to ready to use Logix functions.

Stripe have been known to put infinite loops into their spec so depending on the version, it might not be suitable for importing. If this is the case, fear not, you can instead import the cURL examples that they provide in their documentation directly into an Http(s)/API block.

Import OpenAPI Spec

In an Editor tab select Import OpenAPI Spec or cURL Command form the Logix menu. Give your new Logix file a name and then copy and paste the URL below into the form. Import the spec and you have a new Logix file with all your Stripe functions available.

https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.yaml

Once the Stripe functions have imported they will be available to use in add points in your files across your Workspace.