drenther / upi_pay

Flutter plugin for UPI (Only in India)
MIT License
60 stars 71 forks source link

Use Merchant Code while payment initiating #42

Closed ajesh123 closed 3 years ago

ajesh123 commented 3 years ago

Hi upi_pay, Thanks for the great plugin. Can you provide Merchant Code add option, while initiating payments? I can see that upi_india has this option.

Solution # Add merchantCode in UpiPay.initiateTransaction() function. It is available in TransactionDetails class.

drenther commented 3 years ago

Allowing just merchant code in initiateTransaction API won't actually solve much. There is more nuance to supporting merchant payments. Track the progress or development related to that here #38