Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use gateway only for particular payment mode? #57

Open
anand-bhagat opened this issue Aug 25, 2020 · 1 comment
Open

How to use gateway only for particular payment mode? #57

anand-bhagat opened this issue Aug 25, 2020 · 1 comment

Comments

@anand-bhagat
Copy link

anand-bhagat commented Aug 25, 2020

I want to accept payment through UPI only. But actually I am not getting UPI option others are visible as show in the attached screenshot
screencapture-securegw-stage-paytm-in-theia-processTransaction-2020-08-25-15_16_21
. So I read Paytm documentation and I got to know that by sending a parameter enablePaymentMode I can allow the particular channel only as show here https://developer.paytm.com/docs/initiate-transaction-api/ . But I am not able to send that parameter.

@KingOfNoobs
Copy link

KingOfNoobs commented Nov 12, 2020

@anand-bhagat As mentioned in the documentation this package works on PHP SDK, which is different then API.
The link that you have shared is an API and not a part of PHP SDK.
Currently PHP SDK does not allow to choose payment methods as no such options exists to do according to the official docs.
Better use Paytm API for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants