Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Handling missing or malformed memos.
const result = extractRouting(input); if (result.routingId === "") { // Case A: No memo provided // Case B: Memo was non-numeric text // Action: Hold deposit for manual review } else { // Case C: Valid ID found // Action: Credit user account }
NON_ROUTABLE_MEMO
MEMO_TEXT