UpiPaymentPlugin class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Static Methods
-
createSign({required String payeeUpiId, required String payeeName, required double amount, String? transactionId, String? transactionNote, String? merchantCode, String? link, required String secretKey})
→ Future<String>
-
Generates a signed transaction string in Base64 format.
-
initiateUPIPayment({required String payeeUpiId, String? payeeName, required double amount, String? transactionId, String? transactionNote, String? merchantCode, String? link, String? transactionRefId, String? packageName, String? secretKey})
→ Future<String>
-
Initiates a UPI payment with the selected app.