Inovpay-API
    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

      Finalizar Transação 3DS

      POST
      /antifraud-confirm
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/antifraud-confirm' \
      --header 'establishmentID: {{establishment_id}}' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "TransactionID": "6852daa8de222148eedd2777",
          "3DS_ID": "3DS_1F44E78B-7584-4F24-A0CD-3D9ECAAC415B",
          "3DS_Status": "AUTH_FLOW_COMPLETED",
          "3DS_Auth_Status": "AUTHENTICATED"
      }'
      Response Response Example
      {
          "_id": "6852e156de222148eedd2943",
          "status": "PENDING",
          "amount": 98680,
          "original_amount": 100000,
          "fees": 1320,
          "type": "CREDIT",
          "gateway_key": "a6e242a4-7b7e-46bd-a78f-e165db3dd0ae",
          "gateway_authorization": "INOVPAY",
          "card": {
              "brand_name": "VISA",
              "first4_digits": "4000",
              "last4_digits": "2503",
              "expiration_month": "12",
              "expiration_year": "2028",
              "holder_name": "JOAO SILVA",
              "bin": "400000",
              "_id": "6852e122de222148eedd28db"
          },
          "installments": 4,
          "customer": {
              "first_name": "JOAO",
              "last_name": "SILVA",
              "document": "08595568910",
              "phone": "11999928989",
              "email": "joaosilva@winnerbi.com.br",
              "address": {
                  "street": "Av. Paulista",
                  "number": "2073",
                  "complement": "Apto ",
                  "neighborhood": "Bela Vista",
                  "city": "São Paulo",
                  "state": "SP",
                  "zip_code": "01311300"
              },
              "_id": "6852e122de222148eedd28dc"
          },
          "point_of_sale": {
              "type": "ONLINE",
              "identification_type": "API"
          },
          "acquirer": {
              "name": "PAGSEGURO",
              "acquirer_nsu": 123456789123,
              "gateway_key": "3BA71B71-53C4-4714-AD92-31C04D230085",
              "authorization_number": "123456",
              "mid": "100000000000014",
              "_id": "6852e156de222148eedd2942"
          },
          "expected_on": [
              {
                  "date": "2025-07-18T12:00:00.460Z",
                  "amount": 24670,
                  "status": "PENDING",
                  "installment": 1
              },
              {
                  "date": "2025-08-18T12:00:00.460Z",
                  "amount": 24670,
                  "status": "PENDING",
                  "installment": 2
              },
              {
                  "date": "2025-09-16T12:00:00.460Z",
                  "amount": 24670,
                  "status": "PENDING",
                  "installment": 3
              },
              {
                  "date": "2025-10-16T12:00:00.460Z",
                  "amount": 24670,
                  "status": "PENDING",
                  "installment": 4
              }
          ],
          "antifraud": [
              {
                  "analyse_status": "APPROVED",
                  "analyse_required": "THREEDS",
                  "_id": "6852e122de222148eedd28f5",
                  "session": null
              }
          ],
          "created_at": "2025-06-18T15:54:10.466Z"
      }

      Requisição

      Authorization
      Forneça seu token bearer no cabeçalho
      Authorization
      ao fazer requisições para recursos protegidos.
      Exemplo:
      Authorization: Bearer ********************
      Parâmetros Header
      establishmentID
      string 
      opcional
      Exemplo:
      {{establishment_id}}
      Parâmetros Bodyapplication/json
      TransactionID
      string 
      requerido
      3DS_ID
      string 
      requerido
      3DS_Status
      string 
      requerido
      3DS_Auth_Status
      string 
      requerido
      Examples

      Respostas

      🟢200OK
      application/json
      Body
      object {0}
      Modificado em 2025-06-18 16:00:43
      Página anterior
      Antifraude 3DS
      Built with