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

Active 3ds

POST
/api/v2/exchange-token

Requisição

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

Respostas

🟢200Sucesso
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.banconovus.com/api/v2/exchange-token' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "checkout": {
        "id": 0,
        "title": "string"
    },
    "created_at": "string",
    "enterprise": {
        "corporate_reason": "string",
        "fantasy_name": "string",
        "id": 0
    },
    "is_active_3ds": true,
    "message": "string",
    "public_token": "string",
    "status_request": "string",
    "property1": "string",
    "updated_at": "string"
}
Modificado em 2025-10-28 17:15:21
Página anterior
Create Refunded
Próxima página
Company Infos
Built with