Skip to main content
GET
Get a Hosted Checkout session

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

id
string<uuid>
requerido

Respuesta

The checkout session for the authenticated tenant and environment.

id
string<uuid>
requerido
object
any
requerido
public_reference
string
requerido
Pattern: ^spcs_[a-z0-9]{32}$
url
string<uri>
requerido
Pattern: ^https://checkout\.simplepay\.mx/checkout/spcs_[a-z0-9]{32}$
status
enum<string>
requerido
Opciones disponibles:
open,
canceling,
completed,
expired,
canceled
amount_source
enum<string>
requerido
Opciones disponibles:
manual_amount,
catalog_line_item
manual_amount
integer | null
requerido
Rango requerido: 1 <= x <= 9007199254740991
currency
string
requerido
Pattern: ^[a-z]{3}$
catalog_line_item_snapshot
object | null
requerido
payment_method_types
enum<string>[]
requerido
Minimum array length: 1
Opciones disponibles:
card,
oxxo,
spei
installment_options
object[]
requerido

Canonical installment terms offered by the resource; empty when installments are not offered.

Maximum array length: 6
installment_plan
object | null
requerido

One SimplePay card-installment term. The merchant offers terms at resource creation; the buyer may only select one offered term at quote/pay.

source_product
enum<string> | null
requerido
Opciones disponibles:
payment_links,
null
source_id
string | null
requerido
source_public_id
string | null
requerido
Pattern: ^splink_[a-z0-9]{32}$
expires_at
string<date-time> | null
requerido
metadata
object
requerido
created_at
string<date-time>
requerido
updated_at
string<date-time>
requerido
installment_pricing
object

Merchant-owned financing choice applied consistently to every offered term. absorb forbids buyer markup; pass_to_buyer may include a governed markup in basis points.

Última modificación el 1 de septiembre de 2026