feat(softpos): PIX QR dinâmico + escrow auto-finish; UI/SDK/Segurança/Compliance#1
Open
feat(softpos): PIX QR dinâmico + escrow auto-finish; UI/SDK/Segurança/Compliance#1
Conversation
… screening, finance overview, escrow integrations
…env/KMS, sem segredos
- Implement AMM deposit, withdraw, quote and swap endpoints - Add smart escrow policy enforcement with KYC/NFT checks - Update escrow create/finish to support conditions and fulfillments - Add XRPL test panel component for frontend testing - Include strategic analysis report and update documentation
…\n• API /health retornando status healthy\n• API /escrow/list com dados simulados\n• API /odl/trustline-rlusd para criação de trustline\n• API /escrow/create para criação de escrows\n• API /escrow/finish para finalização de escrows\n• Dashboard, SoftPOS e Monitor totalmente funcionais\n• Ambiente testnet pronto para simulações
- Implementação completa da integração API PAYHUB × VTC - Segurança enterprise: HMAC validation para webhooks, JWT com jose fallback - Documentação completa: API integration, quickstart, implementation summary - Endpoints: /api/v1/payment/vtc-subscription e /api/webhooks/WEBHOOK_PAYHUB_TO_VTC - Cliente XRPL para EscrowCreate/EscrowFinish com assinatura backend-only - OpenAPI 3.0 specification para documentação técnica - Template .env.example com todas variáveis críticas - Arquitetura mainnet-ready com KMS/ENV para XRPL_SEED - Auditoria completa de transações (txHash + sequence + ledgerIndex)
… card PIX, estados globais, recibo compartilhável; sdk(core): baseUrl inteligente e retry/backoff; security(policy): assinatura XRPL somente backend com KMS/JWT; compliance: export CSV integrado
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Overview\n\nIntegra o fluxo PIX QR dinâmico com liquidação atômica via Escrow RLUSD (EscrowCreate seguido de EscrowFinish), usando o SDK modular e UI do dashboard com estados e recibo compartilhável. Mantém segurança institucional (KMS/ENV, assinatura backend) e auditoria sem PII.\n\nChanges\n- Rotas backend: /api/payment/pix e /api/payment/pix/callback (Node) e equivalentes Next opcional\n- Mapeamento servidor: server.js\n- Dashboard: card PIX com estados idle|processing|success|error, auto-finish e recibo\n- SDK: baseUrl inteligente (browser-safe), retry/backoff 429, currencyHex compatível\n- Compliance: export CSV integrado e auditoria (txHash/sequence)\n\nSecurity\n- XRPL_SEED via KMS/ENV; descriptografia efêmera apenas para assinatura no backend\n- Assinatura crítica (EscrowFinish) no servidor; JWT curto nas rotas PIX\n- Resiliência com retry/backoff, rate limit, honeypot alerts\n\nCompliance\n- Auditoria sem PII (txHash/sequence), CSV consolidado conforme CARF/OCDE\n\nTesting\n- Servidor local em http://localhost:3000\n- Smoke: scripts/sdk-smoke.ts\n- Dashboard: gerar QR → callback (auto) → recibo\n\nEnv required\n- RLUSD_ISSUER_ADDRESS, XRPL_SEED, TREASURY_VAULT_ADDRESS, JWT_SECRET (backend)\n\nNotes\n- Lint não rodou (eslint ausente). Proponho adicionar eslint + tsconfig raiz em PR futuro.\n\n