Inovpay-API
  1. Autenticação
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. Autenticação

Gerar Token

POST
/login
Esse endpoint gera o token
Request Request Example
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
curl --location --request POST '/login' \
--header 'Content-Type: application/json' \
--data-raw '{
    "client_id": "{{client_id}}",
    "client_secret": "{{client_secret}}"
}'
Response Response Example
{
    "status": "success",
    "response": {
        "token": "bus|1748275265653x384979255821495740|1748281662127x449570513472097300",
        "user_id": "1748275265653x384979255821495740",
        "expires": 31536000
    }
}

Requisição

Parâmetros Bodyapplication/json

Examples

Respostas

🟢200OK
application/json
Body

Modificado em há 2 meses
Página anterior
Autenticação
Próxima página
Criar Estabelecimento
Built with