Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kumospace Payments API

The Payments API from Kumospace — 7 operation(s) for payments.

Kumospace Payments API is one of 23 APIs that Kumospace publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Payments. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 7 operations across 7 paths, and defines 16 schemas. It is described by OpenAPI 3.0.0.

Requests are made against a single base URL, /.

7 operations 7 paths 16 schemas 1 GET4 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
Base URL
https://api.kumospace.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Kumospace Payments API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (firebase).

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 1 GET, 4 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Payments 7
POST
/v1/payments/checkout
Create a checkout session.
CreateCheckoutSession body → 201
POST
/v1/payments/billingPortal
Create a customer billing portal session.
CreatePortalSession body → 201
PUT
/v1/payments/setup
Sets reverse trial payment method as added.
SetPaymentSetupCompleted body → 204
POST
/v1/payments/subscription/cancel
Sets the space's subscription to cancel at the end of the billing period.
CancelSubscription body → 201
POST
/v1/payments/subscription/renew
Sets the space's subscription to renew at the end of the billing period.
RenewlSubscription body → 201
PUT
/v1/payments/reverse-trial/setup
Updates subscription info and return link to setup payment method.
SetupSubscription body → 201
GET
/v1/payments/config
Gets stripe config values
GetSubscriptionConfig → 200

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are ApiCreateCheckoutSessionRequest (5 properties), ApiUpdateReverseTrialSubscriptionRequest (3 properties), SubscriptionConfig (2 properties), ExitSurveyAnswer (2 properties). Each schema is shown below with its type and property counts.

ExitSurvey
object
1 property 1 required
BillingPeriod
string
SubscriptionTier.professional
string
ExitSurveyAnswer
object
2 properties 1 required
SubscriptionConfig
object
2 properties 2 required
ApiCreatePortalSessionRequest
object
1 property 1 required
ApiCreateCheckoutSessionRequest
object
A request to create a checkout session
5 properties 2 required
AutoManagedSubscriptionTier
ApiRenewSubscriptionRequest
object
1 property 1 required
SubscriptionTier.enterprise
string
ExitSurveyAnsweredQuestion
object
ApiCheckoutSession
object
1 property 1 required
ApiUpdateReverseTrialSubscriptionRequest
object
3 properties 3 required
SubscriptionTier.business
string
ApiPortalSession
object
1 property 1 required
ApiCancelSubscriptionRequest
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kumospace-payments-api-openapi.yml Raw ↑

Other APIs Kumospace publishes across the network.

Kumospace Account API
Kumospace Analytics API
Kumospace Calendar API
Kumospace Chat API
Kumospace Daily (Webhook) API
Kumospace Demo API
Kumospace Flooring API
Kumospace Furniture API
Kumospace Integrations API
Kumospace MusicTrack API
Kumospace Recordings API
Kumospace Redirects API