Add verificar_intentos_pago for Bancario_Externo/Stripe routing detection#155
Draft
Add verificar_intentos_pago for Bancario_Externo/Stripe routing detection#155
verificar_intentos_pago for Bancario_Externo/Stripe routing detection#155Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…tion Agent-Logs-Url: https://github.com/Tryonme-com/tryonyou-app/sessions/0b91d49a-ed98-49fd-91c2-964e860d09de Co-authored-by: LVT-ENG <214667862+LVT-ENG@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Check payment connection and status handling
Add Apr 9, 2026
verificar_intentos_pago for Bancario_Externo/Stripe routing detection
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.
Payments with
status == "Bancario_Externo"are direct corporate IBAN transfers that bypass Stripe entirely. Without explicit routing detection, these payments were indistinguishable from blocked/unverified ones.Changes
verificar_conexion_real.pyverificar_intentos_pago(intentos_pago)that prints a--- [VERIFICACIÓN DE CONEXIÓN] ---header then classifies each payment:Bancario_Externo→ advisory that payment skips Stripe + IBAN transfer noticetests/test_verificar_conexion_real.py(new)Bancario_Externoadvisory/motivo, absence of cross-path messages, error with correctmonto, mixed-list ordering, and empty-list edge case.