Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.axnpay.com.br/llms.txt

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

Como usar

  1. Abra qualquer endpoint na aba API reference.
  2. Clique em Authorize.
  3. Informe: Bearer sk_live_prod_SEU_TOKEN
  4. Execute os requests diretamente no playground.

Ordem recomendada de testes

  1. GET /v1/integrations/balance
  2. POST /v1/integrations/create-transaction
  3. GET /v1/integrations/list-transactions?transactionId=...
  4. POST /v1/integrations/create-cashout
  5. GET /v1/integrations/cashout/:id

Dicas para teste sem dor

  • Use valores pequenos (1.00, 5.00, 20.00).
  • Gere UUID real para referenceId e idempotencyKey.
  • Guarde transactionId em log para conciliacao.
  • Em create-transaction, nao envie acquirer no fluxo padrao.
  • Se precisar atribuicao, envie tracking_parameters com seus UTMs no create-transaction.
  • Em create-cashout, envie pixKeyType valido: CPF, CNPJ, EMAIL, PHONE, EVP.

Seguranca no playground

O playground roda no navegador. Use ambiente controlado para testes e rotacione chaves se necessario.