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

Create Refunded

POST
/new-endpoint-1

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

Respostas

🟢200Sucesso
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.banconovus.com/new-endpoint-1?id' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
Response Response Example
{}
Modificado em 2025-10-28 17:15:17
Página anterior
Search Transaction
Próxima página
Active 3ds
Built with