List payment concepts
Returns payment concepts for the organization. One-off concepts are excluded.
Editor interactivo de filter
Utiliza este editor para generar un valor que puedes usar en el parámetro filter del query string.
Para relaciones, grupos lógicos y más ejemplos, consulta la guía de filtros.
Authorizations
Organization API key using Authorization: Bearer sk_....
Query Parameters
Filter fields encoded with qs bracket notation.
Pagination offset.
x >= 00
Pagination limit.
1 <= x <= 10020
Sort fields encoded with qs bracket notation.
Response
Payment concepts list
Unique identifier of the payment concept.
"pc_1234567890abcdefghij"
When the concept was created.
"2025-01-01T00:00:00.000Z"
When the concept was last updated.
"2025-01-01T00:00:00.000Z"
Name of the product or service shown to customers.
"Colegiatura"
Optional longer description of the product or service.
"Colegiatura mensual de preparatoria"
Unit price in minor currency units (e.g. cents).
150000
ISO 4217 currency code.
"MXN"
Identifier of the owning organization.
"org_1234567890abcdefghij"
Whether this concept is currently available for use.
true
Optional SKU for internal identification.
"COL-PREP-001"
Identifier of the recurrence configuration, if applicable.
null
Whether customers can customize the price.
false
Whether customers can customize the quantity.
false
Date and time when the concept was archived, if any.
null
Whether this concept is a one-time custom charge.
false
Identifier of the group this concept belongs to, if any.
null
Recurrence configuration when the concept is a recurring charge.
null
Structured metadata entries attached to the concept.
Flattened metadata map where each key maps to a string value.