How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Culqi Plans API

Recurring-billing plan definitions.

Culqi Plans API is one of 12 APIs that Culqi publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Plans. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 5 operations across 2 paths, and defines 9 schemas. It is described by OpenAPI 3.2.0, at version 2.0.

Requests are made against 2 base URLs: https://api.culqi.com/v2, https://secure.culqi.com/v2.

5 operations 2 paths 9 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0
Base URL
https://secure.culqi.com/v2
Authentication
HTTP Bearer, HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 2

Culqi Plans API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (sk_live_/sk_test_ secret key) (secretKey). It accepts HTTP bearer tokens (pk_live_/pk_test_ public key) (publicKey).

  • secretKey — Server-side secret key sent as an HTTP Bearer token in the Authorization header, e.g. Authorization: Bearer sklive....
  • publicKey — Public key sent as an HTTP Bearer token for tokenization and 3DS confirm on the secure host, e.g. Authorization: Bearer pklive....

Paths & Operations 5

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

Plans 5

Recurring-billing plan definitions.

POST
/plans
Create a plan
createPlan body → 201400
GET
/plans
List plans
listPlans 3 params → 200
GET
/plans/{id}
Retrieve a plan
getPlan 1 param → 200404
PATCH
/plans/{id}
Update a plan
updatePlan 1 param body → 200
DELETE
/plans/{id}
Delete a plan
deletePlan 1 param → 200

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Plan (9 properties), CreatePlanRequest (7 properties), Error (6 properties), PaginatedList (3 properties). Each schema is shown below with its type and property counts.

MetadataUpdate
object
1 property
CreatePlanRequest
object
7 properties 5 required
PlanList
Metadata
object
Arbitrary key/value metadata attached to a resource.
PaginatedList
object
3 properties
Plan
object
9 properties
CurrencyCode
string
ISO currency code. Culqi supports PEN and USD.
Error
object
6 properties
Deleted
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

culqi-plans-api-openapi.yml Raw ↑

Other APIs Culqi publishes across the network.

Culqi 3DS API
Culqi Cards API
Culqi Charges API
Culqi Customers API
Culqi Events API
Culqi Iins API
Culqi Orders API
Culqi Refunds API
Culqi Subscriptions API
Culqi Tokens API
Culqi Transfers API
Where this information came from

This is an independent, third-party profile of Culqi Plans API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.