Skip to main content

parse_upi_notification

Function parse_upi_notification 

Source
pub fn parse_upi_notification(text: &str) -> Option<ParsedPayment>
Expand description

Parses text into a payment, or None if it isn’t a payment notification (spam, no amount, or no payment verb — e.g. a casual “send me ₹200” chat).