Inovpay-API
  1. Transações
Inovpay-API
  • Comece Por Aqui
  • Autenticação
    • Gerar Token
      POST
  • Estabelecimentos
    • Criar Estabelecimento
      POST
    • Listar Estabelecimentos
      GET
    • Listar Estabelecimento por ID
      GET
  • Transações
    • Criar Transação Crédito
      POST
    • Criar Transação PIX
      POST
    • Listar Transações
      GET
    • Lista Transação ID
      GET
    • QR Code PIX
      GET
    • Simulate Transações
      POST
  • Antifraude
    • Antifraude 3DS
  • Finalizar Transação 3DS
    POST
  1. Transações

Lista Transação ID

GET
/transaction-details
Esse endpoint lista uma transação por ID
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/transaction-details?id=683dca91b5567b9f32ba3830' \
--header 'integration-key: {{integration-key}}' \
--header 'x-token: {{x-token}}' \
--header 'Authorization: {{bearer_token}}'
Response Response Example
Sucesso PIX
{
    "_id": "682ba212852681ae93d23e04",
    "status": "PENDING",
    "amount": 201,
    "original_amount": 203,
    "fees": 2,
    "type": "PIX",
    "gateway_key": "339f0fb1-051c-4771-8c67-b721581127db",
    "gateway_authorization": "INOVPAY",
    "card": null,
    "customer": {
        "first_name": "João",
        "last_name": "da Silva",
        "document": "10068114001",
        "phone": "31992831122",
        "email": "emaildocliente@gmail.com",
        "_id": "682ba212852681ae93d23df2"
    },
    "point_of_sale": {
        "type": "ONLINE",
        "identification_type": "API"
    },
    "acquirer": {
        "name": "ITAU",
        "key": "60701190000104",
        "gateway_key": "339f0fb1-051c-4771-8c67-b721581127db",
        "_id": "682ba212852681ae93d23e13"
    },
    "expected_on": [
        {
            "date": "2025-05-20T12:00:00.435Z",
            "amount": 201,
            "status": "PENDING",
            "installment": 1
        }
    ],
    "emv": "00020101021226910014BR.GOV.BCB.PIX2569spi-h.itau.com.br/pix/qr/v2/af581bdc-624e-4333-af38-1adaddfa6ce05204000053039865802BR5914PMD BASHAR RIO6009SAO PAULO62070503***6304E7DB",
    "antifraud": [
        {
            "analyse_status": "NO_ANALYSED",
            "_id": "682ba212852681ae93d23e02"
        }
    ],
    "created_at": "2025-05-19T21:26:42.439Z"
}

Requisição

Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************
Parâmetros Query

Parâmetros Header

Respostas

🟢200OK
application/json
Body

Modificado em 2025-06-05 16:35:04
Página anterior
Listar Transações
Próxima página
QR Code PIX
Built with