HMASP: Hierarchical Multi-Agent System for Payments—the proposed framework organizing agents into four levels
CPA: Conversational Payment Agent—the top-level agent acting as the single entry point for user requests
PCI DSS: Payment Card Industry Data Security Standard—strict regulations for handling credit card information
LangGraph: An orchestration framework used here to manage agent states and structured handoffs
Luhn Check: A checksum formula used to validate a variety of identification numbers, such as credit card numbers
3D-Secure: A security protocol that adds an extra layer of authentication for online credit card and debit card transactions
Decoupled Message States: An architectural pattern where agents only access their own role-specific message history, minimizing token usage and data exposure
Interrupt: A mechanism that pauses workflow execution to request and validate human input (e.g., asking for card details) before resuming