Skip to content
Guides
API reference
stablebilling:manage

Confirm an embedded billing checkout

POST/v1/billing/current/checkouts/{sessionId}/confirm

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

sessionId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/v1/billing/current/checkouts/string/confirm" \  -H "Content-Type: application/json" \  -d '{    "token": null,    "paymentMethodId": null,    "installments": 0,    "issuerId": null,    "identificationType": null,    "identificationNumber": null  }'
{  "sessionId": "string",  "kind": "planPurchase",  "status": "pending",  "paymentProvider": "string",  "externalResourceUrl": null,  "qrCode": null,  "reference": null,  "expiresAt": null}