Questions tagged [paytm]

PayTM is a major payment solution provider in India. It provides sending and receiving payment through mobile number. User can send and receive payment through paytm account, create QR Code. PayTM also provides payment solution for Stores for accepting payment from customers. So this PayTM Tag can be used for Authentication, Configuration, Gateway issues, Request and Response related to PayTM Payment Gateway.

349 questions
2
votes
1 answer

Get rejection message from play store "Your app(s) are vulnerable to Intent Redirection"

Recently upload my New app apk to play store. After upload I got an email that contains a warning: "Your app(s) are vulnerable to Intent Redirection." unable to find out issue.. but after removing paytm payment gateway integration app approved.. but…
user226580
  • 21
  • 2
2
votes
1 answer

My CALLBACK_URL in PAYTM payment gateway is not working

I am trying to integrate paytm payment gateway to my node.js application. Whats happening is whenever i am trying to pay through my pautm number, it sends me OTP and when i enter the OTP and cick on verify it dissappeas and the next option with card…
2
votes
4 answers

Paytm - Checksum provided is invalid

While creating the transaction token for paytm business, I am receiving the below error as response from paytm. CURL request ( as per docs, https://developer.paytm.com/docs/initiate-transaction-api/?ref=payments ) curl -X POST…
Bharathiraja
  • 91
  • 2
  • 7
2
votes
2 answers

How to add PAYTM gateway integration in react js web application?

I got it working from here https://github.com/paytm/paytm-pg-node-sdk-sample/blob/master/javascript/DemoApp.js I used this in express and it is working but now I want do it from react and payment has to be done from frontend.
Robokishan
  • 146
  • 1
  • 10
2
votes
3 answers

Android - Paytm payment gateway integration Issue : Type com.paytm.pg.AppTest is defined multiple times

I'm trying to integrate Paytm in my android application, When I try to Initiate Transaction API as per documnetation in https://developer.paytm.com/docs/initiate-transaction-api/ I get this error: Type com.paytm.pg.AppTest is defined multiple times:…
2
votes
1 answer

How to integrate PayTM payment gateway with ANGULAR 9 app and how to handle the CALLBACK_URL

I have integrated the payment gateway of PayTM in Angular 9 app. But I don't know how to handle the CALLBACK_URL. PayTM is sending the Form data using POST method. And I want to read the data in my component(CALLBACK_URL). This is the incoming…
2
votes
1 answer

Issue in react native and Paytm integration

I am using react-native-paytm package for the integration when I pass the transaction credentials and the checksum to the sdk I get some error . Response from the Paytm : {"status":"Success","RESPMSG":"Your payment has been declined by your bank.…
sai saran
  • 123
  • 7
2
votes
0 answers

Paytm not returning to App after successful transaction

I am integrating Paytm Payment Gateway in my Android App. I am able to do transactions successful, but after a successful the function "onTransactionResponse" is not executing and the app is stuck on the successful transaction screen. After i click…
Vivek Sharma
  • 81
  • 1
  • 7
2
votes
1 answer

Why PayTm refund API is returning "System Error" with 501 status code in dot net core application?

My application is on dot net core 2.1. I am using PayTm dll. Everything is working except Refund API. Always it is returning 501 with the PENDING status & message as "System Error". Please check my below code. string jsonData = "{…
Roushan
  • 264
  • 2
  • 14
2
votes
0 answers

Trying to make virtual context current without decoder

I am trying to integrate Paytm API into my App. Paytm tried to access webview, after generating checksum, but i am getting this error, Trying to make virtual context current without decoder what's the main cause for this? this is my api call,…
Avi Patel
  • 475
  • 6
  • 23
2
votes
1 answer

Special character not allowed error on website while intregating paytm

I want to integrate paytm using ruby on rails for web only, now the problem is that when I fetched the values of attributes form database like MID, CUST_ID, WEBSITE, CALLBACK_URL, INDUSTRY_TYPE_ID and some others attributes, then one problem is…
Suman Das
  • 301
  • 1
  • 4
  • 18
2
votes
1 answer

how to do nativescript paytm integration

i have checked the native-script-paytm integration plugin. but both git-hub repository are not running instead it gives stack exception. so i created my own project and some how its doing something. but here i have lot of questions on how to get…
Vikas Acharya
  • 3,550
  • 4
  • 19
  • 52
2
votes
0 answers

PayTM checksum giving exception error in Android Activity but working fine in the main method

I am trying to integrate Paytm with my android application. When i generate paytm checksum through my activity, i am getting the below exception. I/System.out: MerchantActivity.java checkSumGenerationOnload-method Starts I/System.out:…
2
votes
0 answers

Paytm merchant page not comming after clicking pay now button

I have created paytm payment gateway using "require anandsiddharth/laravel-paytm-wallet" package in laravel. and i have used the following demo merchant…
user9750871
2
votes
4 answers

Paytm Checksum in Asp.net core

In Paytm for generating checksums for .NET, DLL must be imported but I cannot use the dll in ASP.NET Core. Please let me know how to generate and validate a checksum.
Kenny
  • 819
  • 1
  • 9
  • 24