Skip to main content
GET
Consultar status da sessão
Use the checkoutToken returned at creation to check the state of the session. This endpoint is public and serves as a complement to the webhook; on the backend, confirm the order via the signed transaction.paid event.

Authorizations

Authorization
string
header
required

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

Path Parameters

token
string
required

O checkoutToken retornado na criação da sessão

Response

200 - application/json

Default Response

success
boolean
default:true
required
data
object
required