upiUri: string // the UPI URI you'd like the user to pay.
interfaceSendPaymentArgs { upiUri:string; // the UPI URI you'd like the user to pay. callback_url?:string// Once a user approves or denies a payment, the UPI provider can notify the web app using the provided callback URL.}