AurePay
  1. Empresa
AurePay
Raiz
  • Raiz
  • Documentação da API
  • Depósito
    • Gerar QR Code (Pix In)
      POST
    • Consultar depósito
      GET
  • Saque
    • Solicitar saque (Pix Out)
      POST
    • Consultar saque
      GET
  • Conversão
    • Gerar QR Code (Pix > USDT)
      POST
    • Consultar conversão
      GET
  • Empresa
    • Consultar dados
      GET
    • Consultar saldo
      GET
  1. Empresa

Consultar dados

GET
/v1/company

Requisição

Parâmetros Header

Exemplos de Requisição

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/company' \
--header 'X-Api-Key: {{apiKey}}' \
--header 'X-Api-Secret: {{apiSecret}}' \
--header 'Content-Type: application/json'

Respostas

🟢200Sucesso
application/json
Body

Exemplo
{
    "data": {
        "id": "01KAA9Z4Q7X2MRW8T2FJ4NQ9VD",
        "icon": "https://cdn.fakeicons.io/app/logo-256.png",
        "taxId": "40291876000104",
        "tradeName": "Paylance",
        "legalName": "PAYLANCE SOLUCOES DIGITAIS LTDA",
        "email": "suporte@paylance.io",
        "phone": "+5511974528890",
        "address": {
            "line1": "Rua Fictícia, 845",
            "line2": "Conjunto 1207",
            "district": "Centro",
            "city": "Curitiba",
            "state": "PR",
            "postalCode": "80020-350",
            "countryCode": "BR"
        },
        "settings": {
            "ipEnabled": true,
            "ipAddresses": [
                "187.92.14.55/32",
                "201.55.33.8/29"
            ],
            "autoApproveWithdrawals": false
        },
        "fees": {
            "deposit": {
                "fixed": 0.49,
                "percentage": 2.2,
                "minimumFee": 0.49
            },
            "withdraw": {
                "fixed": 0.60,
                "percentage": 1.5,
                "minimumFee": 0.60
            }
        },
        "users": [
            {
                "id": "01KAAZQ1MW3PZK7VRKQ2MH1QBF",
                "role": "master",
                "active": true,
                "createdAt": "2025-08-12T11:22:54.991Z",
                "updatedAt": "2025-10-01T14:40:12.551Z"
            },
            {
                "id": "01KAAZQ9S9B1RF9CP8X2WGQ1TR",
                "role": "admin",
                "active": true,
                "createdAt": "2025-10-15T09:11:32.441Z",
                "updatedAt": "2025-11-03T16:02:18.003Z"
            }
        ],
        "balance": 18432.77,
        "updatedAt": "2025-11-27T14:32:10.993Z",
        "createdAt": "2025-08-12T11:22:54.991Z"
    },
    "success": true
}
Página anterior
Consultar conversão
Próxima página
Consultar saldo
Built with