Saltar al contenido
Guías
Referencia de API
establebilling:manage

Obtener checkout de facturación activo

GET/v1/billing/current/checkouts/{sessionId}

Autorización

bearerAuth
AutorizaciónBearer <token>

Token de acceso OAuth 2.0 emitido por Ecomiq Auth.

Ubicación: header

Parámetros de ruta

sessionId*string

Cuerpo de la respuesta

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/billing/current/checkouts/string"
{  "sessionId": "string",  "kind": "planPurchase",  "status": "pending",  "mode": "string",  "paymentProvider": "string",  "amount": 0.1,  "currencyCode": "string",  "description": "string",  "isEmbedded": true,  "publicKey": null,  "checkoutUrl": null,  "customerEmail": null,  "tax": null,  "receipt": null,  "paymentMethod": null,  "externalResourceUrl": null,  "qrCode": null,  "reference": null,  "expiresAt": null}