Ativo
  1. Pix In
Ativo
  • 🚀 Introdução à API
  • Conta
    • Criar Conta + Empresa
      POST
  • Pix In
    • Criar Transação
      POST
    • Listar Transações
      GET
    • Buscar Transação por ID
      GET
  • Pix Out
    • Outra titularidade
      • Buscar Transferência por ID
      • Listar Transferências
      • Criar Transferência
    • Mesma titularidade
      • Criar Transferência
      • Buscar Transferência por ID
      • Listar Transferências
  • Carteira
    • Buscar Saldo
      GET
  • Envios Webhooks
    • Transação
    • Tranferência (outra titularidade)
    • Tranferência (mesma titularidade)
  1. Pix In

Listar Transações

GET
/api/user/transactions
Este endpoint permite recuperar os detalhes de um webhook específico, a partir do seu identificador único (id).
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/user/transactions?id=uuid&paymentMethods=PIX&status=PROCESSING, AUTHORIZED, PAID, REFUNDED, WAITING_PAYMENT, REFUSED, CHARGEDBACK, CANCELED, IN_PROTEST&name=Customer Name&email= johndoe@email.com&documentNumber=000.000.000-00&phone=(99) 98765-4321&traceable=true' \
--header 'x-api-key: api_token' \
--header 'User-Agent: AtivoB2B/1.0'
Response Response Example
200 - Success
{
    "status": 200,
    "message": "Transações encontradas com sucesso.",
    "data": [
        {
            "id": "00000000-0000-0000-0000-0000000000000",
            "amount": 10,
            "refundedAmount": 0,
            "companyId": "00000000-0000-0000-0000-0000000000000",
            "installments": null,
            "paymentMethod": "PIX",
            "status": "REFUSED",
            "postbackUrl": null,
            "metadata": "{\"linkId\":\"00000000-0000-0000-0000-0000000000000\",\"sellerId\":\"00000000-0000-0000-0000-0000000000000\",\"orderId\":\"00000000-0000-0000-0000-0000000000000\",\"gatewayId\":\"00000000-0000-0000-0000-0000000000000\"}",
            "traceable": false,
            "secureId": null,
            "secureUrl": null,
            "createdAt": "2025-03-28T21:30:42.929Z",
            "updatedAt": "2025-03-28T21:30:42.974Z",
            "paidAt": null,
            "ip": "::ffff:127.0.0.1",
            "externalRef": "undefined",
            "customer": {
                "document": {
                    "id": "00000000-0000-0000-0000-0000000000000",
                    "number": "0000000000",
                    "type": "CNPJ",
                    "customerId": "00000000-0000-0000-0000-0000000000000"
                },
                "address": {
                    "id": "00000000-0000-0000-0000-0000000000000",
                    "street": "AVENIDA PAULA FERREIRA",
                    "streetNumber": "3",
                    "complement": "",
                    "zipCode": "02915000",
                    "neighborhood": "FREGUESIA DO Ó",
                    "city": "SÃO PAULO",
                    "state": "SP",
                    "country": "br"
                }
            },
            "card": null,
            "boleto": null,
            "pix": null,
            "shipping": {
                "id": "00000000-0000-0000-0000-0000000000000",
                "fee": 0,
                "addressId": "00000000-0000-0000-0000-0000000000000",
                "transactionId": "00000000-0000-0000-0000-0000000000000"
            },
            "refusedReason": "{\"code\":\"ERR_INVALID_ARG_TYPE\"}",
            "items": [
                {
                    "id": "00000000-0000-0000-0000-0000000000000",
                    "externalRef": "00000000-0000-0000-0000-0000000000000",
                    "title": "Pepsi gelada",
                    "unitPrice": 123,
                    "quantity": 1,
                    "tangible": false,
                    "transactionId": "00000000-0000-0000-0000-0000000000000"
                }
            ],
            "refunds": [],
            "delivery": null,
            "fee": {
                "id": "00000000-0000-0000-0000-0000000000000",
                "fixedAmount": 199,
                "spreadPercentage": 3.49,
                "estimatedFee": 199.349,
                "netAmount": -190,
                "transactionId": "00000000-0000-0000-0000-0000000000000",
                "gatewayId": "00000000-0000-0000-0000-0000000000000"
            }
        },
                {
            "id": "00000000-0000-0000-0000-0000000000000",
            "amount": 10,
            "refundedAmount": 0,
            "companyId": "00000000-0000-0000-0000-0000000000000",
            "installments": null,
            "paymentMethod": "PIX",
            "status": "REFUSED",
            "postbackUrl": null,
            "metadata": "{\"linkId\":\"00000000-0000-0000-0000-0000000000000\",\"sellerId\":\"00000000-0000-0000-0000-0000000000000\",\"orderId\":\"00000000-0000-0000-0000-0000000000000\",\"gatewayId\":\"00000000-0000-0000-0000-0000000000000\"}",
            "traceable": false,
            "secureId": null,
            "secureUrl": null,
            "createdAt": "2025-03-28T21:30:42.929Z",
            "updatedAt": "2025-03-28T21:30:42.974Z",
            "paidAt": null,
            "ip": "::ffff:127.0.0.1",
            "externalRef": "undefined",
            "customer": {
                "document": {
                    "id": "00000000-0000-0000-0000-0000000000000",
                    "number": "0000000000",
                    "type": "CNPJ",
                    "customerId": "00000000-0000-0000-0000-0000000000000"
                },
                "address": {
                    "id": "00000000-0000-0000-0000-0000000000000",
                    "street": "AVENIDA PAULA FERREIRA",
                    "streetNumber": "3",
                    "complement": "",
                    "zipCode": "02915000",
                    "neighborhood": "FREGUESIA DO Ó",
                    "city": "SÃO PAULO",
                    "state": "SP",
                    "country": "br"
                }
            },
            "card": null,
            "boleto": null,
            "pix": null,
            "shipping": {
                "id": "00000000-0000-0000-0000-0000000000000",
                "fee": 0,
                "addressId": "00000000-0000-0000-0000-0000000000000",
                "transactionId": "00000000-0000-0000-0000-0000000000000"
            },
            "refusedReason": "{\"code\":\"ERR_INVALID_ARG_TYPE\"}",
            "items": [
                {
                    "id": "00000000-0000-0000-0000-0000000000000",
                    "externalRef": "00000000-0000-0000-0000-0000000000000",
                    "title": "Pepsi gelada",
                    "unitPrice": 123,
                    "quantity": 1,
                    "tangible": false,
                    "transactionId": "00000000-0000-0000-0000-0000000000000"
                }
            ],
            "refunds": [],
            "delivery": null,
            "fee": {
                "id": "00000000-0000-0000-0000-0000000000000",
                "fixedAmount": 199,
                "spreadPercentage": 3.49,
                "estimatedFee": 199.349,
                "netAmount": -190,
                "transactionId": "00000000-0000-0000-0000-0000000000000",
                "gatewayId": "00000000-0000-0000-0000-0000000000000"
            }
        }
        ],
    "error": null
}

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
Modified at 2025-08-15 20:55:37
Previous
Criar Transação
Next
Buscar Transação por ID
Built with