anandsiddharth / laravel-paytm-wallet

Integrate paytm wallet in your laravel application easily with this package. This package uses official Paytm PHP SDK's.
MIT License
92 stars 40 forks source link

Dynamic charges collect from user in ongoing transaction #76

Open priyankpatel-dev opened 1 year ago

priyankpatel-dev commented 1 year ago

Hello,

is there any functionality that we can collect payment gateway charges from the user if the user selects a payment method that deducts charges?

E.g: if the transaction amount is 100 and the user pay by UPI then there is no charge hence the user has to pay 100 only, but if the user selects the payment method as a card then there is a 1.99% charge + GST so can we collect those from the user itself?