Skip to main content
curl "https://checkout.noxpay.io/v2/crossramp_checkouts?limit=20&offset=0" \
  -H "Authorization: Bearer <your-api-key>"
{
  "version": "v2",
  "total": 42,
  "limit": 20,
  "offset": 0,
  "results": []
}

Documentation Index

Fetch the complete documentation index at: https://docs.noxpay.io/llms.txt

Use this file to discover all available pages before exploring further.

Query parameters

ParameterTypeDescription
limitintegerMax results per page (default: 20, max: 100)
offsetintegerPagination offset (default: 0)
pix_e2estringFilter by PIX end-to-end transaction ID
client_tax_idstringFilter by customer CPF or CNPJ
date_fromstringStart date filter — YYYY-MM-DD
date_tostringEnd date filter — YYYY-MM-DD

Response 200 OK

Each item in results has the same shape as the Get Checkout response.
curl "https://checkout.noxpay.io/v2/crossramp_checkouts?limit=20&offset=0" \
  -H "Authorization: Bearer <your-api-key>"
{
  "version": "v2",
  "total": 42,
  "limit": 20,
  "offset": 0,
  "results": []
}