docs: add netlify/functions API reference + deposit flow Mermaid diagrams#35
Open
zqleslie wants to merge 1 commit into
Open
docs: add netlify/functions API reference + deposit flow Mermaid diagrams#35zqleslie wants to merge 1 commit into
zqleslie wants to merge 1 commit into
Conversation
3 tasks
0628596 to
1eed26d
Compare
zqleslie
added a commit
to zqleslie/MananaSeguro
that referenced
this pull request
May 29, 2026
Merged README.md: - Combined our enhanced Mermaid diagrams (autonumber, detailed participants) with upstream's bilingual intro text - Updated architecture tree to reflect current netlify/functions (9 functions) - Maintained consistent style with upstream main Kept upstream's netlify/functions/README.md (from merged PR davz7#42) Part of Stellar Wave 5 - issues davz7#32 and davz7#33
Merged upstream changes into README.md: - Kept enhanced Mermaid diagrams (autonumber, detailed participants) - Incorporated upstream's bilingual intro text - Updated architecture tree to reflect current netlify/functions (9 functions) - Maintained consistent style with upstream main Part of Stellar Wave 5 - issues davz7#32 and davz7#33
20c1b87 to
55d2668
Compare
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.
Summary
Addresses issue #32 and issue #33 for Stellar Wave 5.
Issue #32 — README for netlify/functions/ ✅
Added
netlify/functions/README.mdwith complete documentation for all 9 Netlify functions:netlify.toml)netlify dev) and.envsetup guideXXX-REDACTEDstyle)Issue #33 — SPEI → Stellar deposit flow Mermaid diagram ✅
Added to root
README.md:Mermaid sequenceDiagram — End-to-end deposit flow:
User → DepositFlow →
/api/etherfuse/deposit→ Etherfuse API → CLABE → User → SPEI → Etherfuse → Webhook → Supabase → StellarMermaid flowchart — Order state machine:
created→pending_payment→payment_received→completed(withfailed/cancelledpaths)Bilingual Spanish explanation — Step-by-step paragraph explaining each stage of the deposit flow.
Updated Architecture section — Replaced placeholder tree with full function listing.
Files changed
README.md— Added Mermaid diagrams + bilingual explanationsnetlify/functions/README.md(new) — Complete API reference for all 9 functionsPart of Stellar Wave 5 — May 26 to Jun 2, 2026