NovusBank
  1. INVOICES
NovusBank
  • HOME
    • Getting Started with NovusBank
    • Authentication and Security
    • Webhooks
    • 3DS And Card Tokenization
  • INVOICES
    • Create Invoices
      POST
    • Search Transaction
      GET
    • Create Refunded
      POST
    • Active 3ds
      POST
  • INVOICES PUBLIC
  • COMPANY
    • Company Infos
      GET
  1. INVOICES

Search Transaction

GET
/api/v2/invoices

Requisição

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

Parâmetros Header

Parâmetros Bodyapplication/json

Examples

Respostas

🟢200Sucesso
application/json
Body

🟠401Auth Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.banconovus.com/api/v2/invoices?id' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "method": "string",
  "product_fisical": "string",
  "ip_payer": "string",
  "total_price_cents": 0,
  "postback_url": "string",
  "payer": {
    "name": "string",
    "cpf_cnpj": "string",
    "email": "string",
    "phone": "string",
    "address_zip": "string",
    "address_line": "string",
    "address_number": "string",
    "address_complement": "string",
    "address_city": "string",
    "address_state": "string"
  },
  "card": {
    "token": "string",
    "installment": 0,
    "number": "string",
    "first_name": "string",
    "last_name": "string",
    "month": "string",
    "year": "string",
    "security_code": "string",
    "cavv": "string",
    "xid": "string",
    "eci": "string",
    "version": "string",
    "referenceid": "string"
  },
  "items": [
    {
      "name": "string",
      "description": "string",
      "quantity": 0,
      "unit_price": 0
    }
  ]
}'
Response Response Example
200 - New Example
{
    "amount": 1000,
    "boleto": null,
    "card": null,
    "card_associate": null,
    "client": {
        "cpf_cnpj": "55011426009",
        "created_at": "2025-07-08T14:13:54.085441Z",
        "email": "teste@teste.com",
        "id": 1,
        "name": "Teste",
        "phone": "11999999998",
        "updated_at": "2025-07-08T14:13:54.085441Z"
    },
    "companyId": 1,
    "createdAt": "2025-07-09T18:31:39.241473Z",
    "customer": {
        "address": {
            "city": "",
            "complement": null,
            "country": "BR",
            "neighborhood": "",
            "state": "",
            "street": "",
            "streetNumber": "",
            "zipCode": ""
        },
        "birthdate": null,
        "createdAt": "2025-07-08T14:13:54.085441Z",
        "document": {
            "number": "55011426009",
            "type": "cpf"
        },
        "email": "teste@teste.com",
        "externalRef": null,
        "id": 1,
        "name": "Teste",
        "phone": "11999999998"
    },
    "delivery": null,
    "enterprise": {
        "address": "",
        "address_city": "",
        "address_number": "",
        "address_postal_code": "",
        "address_province": "",
        "address_state": "BA",
        "amount_invoice_total": 950,
        "amount_invoices_competicion": 0,
        "balance_bank_slip": 0,
        "balance_card": 0,
        "balance_pix": 950,
        "bank_account": "",
        "bank_agency": "",
        "bank_digit": "",
        "bank_name": "",
        "bank_type": "corrente",
        "blocked_bank_slip": false,
        "blocked_card": false,
        "blocked_pix": false,
        "blocked_processing": false,
        "blocked_sake": false,
        "blocked_system": false,
        "cnpj": "90.188.384/0001-00",
        "company_type": "LTDA",
        "corporate_reason": "",
        "create_at": "2025-07-08T03:23:44.002575Z",
        "fantasy_name": "",
        "id": 1,
        "is_custom": false,
        "update_at": "2025-07-08T03:23:44.002576Z",
        "url_website": ""
    },
    "externalRef": null,
    "fee": {
        "estimatedFee": 0,
        "fixedAmount": 0,
        "netAmount": 100,
        "spreadPercentage": 0
    },
    "financial_movements": [],
    "id": 132,
    "installments": 1,
    "invoice": {
        "anticipation_approved": false,
        "created_at": "2025-07-09T18:31:39.241473Z",
        "id": 132,
        "invoice_id": "INV-1-1-1111111111",
        "invoice_id_external": null,
        "invoice_id_external2": null,
        "invoice_id_external3": null,
        "is_anticipated": false,
        "is_bank_slip": false,
        "is_credit_card": false,
        "is_indication_tax": false,
        "is_pix": true,
        "payment_method": "pix",
        "postback_url": "",
        "qr_code_pix": "00020126870014br.gov.bcb.pix2565pix.primepag.com.br/qr/v3/at/2668cfd0-a294-4da1-887b-d5ac62b600fc5204000053039865802BR5925CARTHERO_BRASIL_INSTITUIC6014SAO_PAULO_DE_O62070503***630451D4",
        "retention_tax": 0,
        "status": "pending",
        "token_checkout": "96effabef6435fbb0a44e70ff61b59",
        "updated_at": "2025-07-09T18:31:39.241473Z",
        "value_adq": 0,
        "value_carthero": 0,
        "value_indication": 100,
        "value_seller": 100,
        "value_total": 100
    },
    "ip": null,
    "items": [
        {
            "externalRef": null,
            "quantity": 1,
            "tangible": false,
            "title": "Produto Teste",
            "unitPrice": 100
        }
    ],
    "metadata": null,
    "paidAt": null,
    "paymentMethod": "pix",
    "pix": {
        "qrCode": "00020126870014br.gov.bcb.pix2565pix.primepag.com.br/qr/v3/at/2668cfd0-a294-4da1-887b-d5ac62b600fc5204000053039865802BR5925CARTHERO_BRASIL_INSTITUIC6014SAO_PAULO_DE_O62070503***630451D4"
    },
    "postbackUrl": "",
    "refundedAmount": 0,
    "refunds": [],
    "refusedReason": null,
    "secureId": "INV-1-1-1111111111",
    "shipping": null,
    "splits": [],
    "status": "pending",
    "timeline": [],
    "traceable": false,
    "updatedAt": "2025-07-09T18:31:39.241473Z"
}
Modificado em 2025-10-14 23:30:40
Página anterior
Create Invoices
Próxima página
Create Refunded
Built with