Inovpay-API
  1. Antifraude
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
  • Webhooks
    • Eventos Webhook
  1. Antifraude

Finalizar Transação 3DS

POST
/antifraud-confirm

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

Parâmetros Bodyapplication/json

Examples

Respostas

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/antifraud-confirm' \
--header 'establishmentID: {{establishment_id}}' \
--header 'Authorization: Bearer <token>' \
--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"
}
Modificado em 2025-09-25 01:55:28
Página anterior
Antifraude 3DS
Próxima página
Eventos Webhook
Built with