Crossramp Checkout
Get Checkout
GET /v2/crossramp_checkout/ — retrieve a single Crossramp Checkout session by its end2end ID.
Path parameters
| Parameter | Description |
|---|---|
id | The end2end identifier (e.g. NOXabc123) |
Response 200 OK
Attributes
| Field | Type | Description |
|---|---|---|
quote | float | Effective BRL→crypto exchange rate used |
ref_quote | float | Mid-market reference rate at time of quote |
fees | float | Total fees charged (BRL) |
currency_entry | string | Source currency — always BRL |
currency_exit_received | string | Destination asset display name (e.g. USDT (TRX)) |
currency_exit_received_code | string | Destination currency code (e.g. USDT) |
amount_payment | float | BRL amount the customer pays |
amount_received | float | Crypto amount credited |
pix_e2e | string | PIX end-to-end transaction ID (populated after payment) |
client_name | string | Customer name |
client_tax_id | string | Customer CPF or CNPJ |
expiration | string | ISO 8601 timestamp when the session expires |
return_url | string | Post-checkout redirect URL |
external_code | string | Your merchant reference for this checkout |
webhook | string | Webhook URL receiving state updates |
fixed_link | string | Reusable link path, if this session was created from a reusable link |
404 — session not found or does not belong to your account.
For all status / substatus values see Crossramp Checkout statuses.

