Conekta · Schema
Conekta Customer
A Conekta customer profile. Holds payment sources, shipping contacts, and subscription state for recurring billing.
PaymentsPayment ProcessingCardsCashOXXOSPEIMexicoLatin AmericaLatAmFintechSubscriptionAnti-FraudCheckoutBNPL3D Secure
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Conekta-assigned customer identifier (cus_...). |
| object | string | |
| livemode | boolean | |
| name | string | |
| string | ||
| phone | string | |
| corporate | boolean | |
| plan_id | string | |
| default_payment_source_id | string | |
| default_shipping_contact_id | string | |
| antifraud_info | object | |
| payment_sources | object | |
| shipping_contacts | object | |
| subscription | object | |
| metadata | object | |
| created_at | integer |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/conekta/main/json-schema/conekta-customer-schema.json",
"title": "Conekta Customer",
"description": "A Conekta customer profile. Holds payment sources, shipping contacts, and subscription state for recurring billing.",
"type": "object",
"required": ["name", "email"],
"properties": {
"id": { "type": "string", "description": "Conekta-assigned customer identifier (cus_...)." },
"object": { "type": "string", "const": "customer" },
"livemode": { "type": "boolean" },
"name": { "type": "string" },
"email": { "type": "string", "format": "email" },
"phone": { "type": "string" },
"corporate": { "type": "boolean" },
"plan_id": { "type": "string" },
"default_payment_source_id": { "type": "string" },
"default_shipping_contact_id": { "type": "string" },
"antifraud_info": {
"type": "object",
"properties": {
"account_created_at": { "type": "integer" },
"first_paid_at": { "type": "integer" }
}
},
"payment_sources": {
"type": "object",
"properties": {
"object": { "type": "string" },
"has_more": { "type": "boolean" },
"total": { "type": "integer" },
"data": {
"type": "array",
"items": { "type": "object" }
}
}
},
"shipping_contacts": {
"type": "object",
"properties": {
"object": { "type": "string" },
"has_more": { "type": "boolean" },
"total": { "type": "integer" },
"data": {
"type": "array",
"items": { "type": "object" }
}
}
},
"subscription": {
"type": "object",
"properties": {
"id": { "type": "string" },
"status": { "type": "string", "enum": ["in_trial", "active", "past_due", "paused", "canceled"] },
"plan_id": { "type": "string" },
"billing_cycle_start": { "type": "integer" },
"billing_cycle_end": { "type": "integer" }
}
},
"metadata": { "type": "object", "additionalProperties": true },
"created_at": { "type": "integer" }
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/conekta-customer"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.