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
37
votes
8 answers

Module compiled with Swift 4.2.1 cannot be imported by the Swift 5.0 compiler

I am trying to implement integration of third party app into project as per instruciton https://github.com/Paytm-Payments/Paytm_iOS_App_Kit/tree/master/Swift/BitCodeDisabled/PaytmNativeSDK I see the following error in build Module compiled with…
appbootup
  • 9,537
  • 3
  • 33
  • 65
12
votes
4 answers

Integrate Paytm PGSDK_V2.0 Android

I am Integrating Paytm PGSDK_V2.0 in my android app. I have read all documentation on Github. I have understand everything.but the problem is in its earlier SDK where we can simply generate checksum using Paytm Merchant object Like: PaytmMerchant…
Mayank Garg
  • 1,284
  • 1
  • 11
  • 23
9
votes
5 answers

How can i integrate paytm in angular4

I'm integrating paytm in angular 4. paytm plugin is successfully added in project , but i don't know how to import paytm plugin in ts file. and call java file file function. please help me... here is my code import { Nav, Platform } from…
webaddicted
  • 1,071
  • 10
  • 23
7
votes
5 answers

integration Paytm Payment Gateway Android

I am trying to integrate paytm's payment gateway to my Android App. I can't seem to find any proper documentations or procedures on their website. I've checked every lead on this through google but no help. Tried contacting the Paytm team through…
VipiN Negi
  • 2,994
  • 3
  • 24
  • 47
6
votes
3 answers

Invoking UPI apps from my react-native App works in iOS but not in Android

I am trying to invoke few common UPI Apps (Google Pay, Phone Pay, PayTM) using deep links. openPaymentApp = async (payApp) => { let url = ''; switch(payApp) { case 'PAYTM' : url = 'paytmmp'; break; case 'GPAY' : url =…
kernelman
  • 992
  • 1
  • 13
  • 28
6
votes
3 answers

Giving error with node/fastify Unsupported Media Type: application/x-www-form-urlencoded

index.js fastify.get("/paynow", (request, reply) => { let data = { TXN_AMOUNT: '10', // request amount ORDER_ID: 'ORDER_123455', // any unique order id CUST_ID: 'CUST_1238w4' // any unique customer id } // create Paytm…
Shubham Sharma
  • 321
  • 1
  • 6
  • 18
6
votes
1 answer

Paytm "networkError"

I have tried implementing Paytm using both the approaches ("Standard Checkout" and "All-in-One SDK" ) but my transaction page or Paytm App never opens for the payment and I am getting networkError inside onActivityResult I have successfully …
Hritik Gupta
  • 611
  • 5
  • 20
6
votes
0 answers

You are lost in space paytm error (Angular and Node.js)

I use Transaction Request API of paymtm. First I generate checksum hash in Node.js part and I call paytm request with following form…
chirag sorathiya
  • 1,223
  • 8
  • 29
5
votes
6 answers

Forbidden (403) error when calling the callback URL in django

I am working on a django webapp. I connected the paytm payment gateway with the django app. I did everything according to the docs, and everything works. almost. I am having a problem when calling the callback URL once the payment is over. Here is…
Sashaank
  • 880
  • 2
  • 20
  • 54
5
votes
0 answers

Getting System Error during Paytm Payment Gateway implementation

I am trying to implement paytm payment gateway rather tring to fetch balance api in of payment gateway. But I am getting Proper way to genrate tranasaction token and I am confused what should i do to link paytm wallet to my app. So anyone can Help…
5
votes
1 answer

Checksum mismatch error paytm payment integration

I am trying to implement Paytm payment gateway in my app but it is giving Bundle[{STATUS=TXN_FAILURE, ORDERID=order1, TXNAMOUNT=7.00, MID=cdBOMy65033449597261, RESPCODE=330, BANKTXNID=, CURRENCY=INR, RESPMSG=Paytm checksum mismatch.}] this error,…
Codingnation
  • 77
  • 1
  • 6
5
votes
2 answers

Redirect back in app (ios and android) after payment success in paytm

after payment success Paytm redirects user to the callback-url on mysite. How to redirect user back into the app from the view returned by callback url into the App.
dev21
  • 520
  • 2
  • 8
  • 22
5
votes
2 answers

Integrate Paytm with swift 3.0

I want to integrate paytm payment gateway with swift 3.0.I just follow github link . but i have probelm in ["CHECKSUMHASH"]= "" . What can i put in this key. orderDict["MID"] = strMid orderDict["ORDER_ID"] = strOrderId …
5
votes
0 answers

How to get client ID and secret key from paytm

I am trying to do the wallet integration with Paytm. To generate the Oauth token we need to supply the client ID send it by encrypting with client secret key. I am struggling to find out how or from where I would get the client ID and secret key…
Vivek Giri
  • 465
  • 1
  • 6
  • 21
5
votes
2 answers

Paytm sdk ios integration to open Paytm payment form?

Integrated Paytm sdk 2.1 in iOS (Xcode 7) and configured to make payment . I have a form in which amount and other fields need to filled then there is a button for Payment . Here is code which i am using : //Step 1: Create a default merchant…
Shobhakar Tiwari
  • 7,862
  • 4
  • 36
  • 71
1
2 3
23 24