Conversation
danielen-meli
approved these changes
Nov 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implementação de 3DS (3D Secure) em Orders
Processo de Descoberta e Implementação
1. Monitoramento de Mudanças
2. Verificação no Fury Spec Hub
3. Análise da Especificação
Nós JSON identificados:
Request:
{ "config": { "online": { "transaction_security": { "validation": "on_fraud_risk", "liability_shift": "required" } } } }Response:
{ "payment_method": { "transaction_security": { "url": "", "validation": "on_fraud_risk", "liability_shift": "required" } } }4. Mapeamento para Estrutura do SDK Java
Estrutura de pastas afetada:
🔧 Alterações Implementadas
Classes de Request (Client)
OrderTransactionSecurity.javaClasses de Response (Resources)
OrderTransactionSecurity.javaIntegrações
transactionSecuritytransactionSecurity🎯 Como Funciona
1. Configuração no Request
2. Processamento da Resposta
3. Estados Possíveis
status = "processed"→ Aprovado diretamentestatus = "action_required"+status_detail = "pending_challenge"processedfailedExemplos
Exemplo Completo
CreateOrderWith3DS.javaValidações e Testes
Testes Realizados
Compatibilidade
Assim que as mudanças são mergeadas, antes de criar a release precisamos fazer o bump da versão para que o processo automatizado de deploy detecte. Segue pr de exemplo #326