paytm

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

别说谁变了你拦得住时间么 提交于 2021-02-07 07:30:38
问题 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 the code views.py def donate(request): if request.method == "POST": form = DonateForm(request.POST) name = request.POST.get('firstName') phone = request.POST.get('phone') email = request.POST.get('email') amount = float("{0:.2f}".format(int(request

Android paytm payment gateway response

泪湿孤枕 提交于 2021-01-28 12:16:12
问题 I have implemented Paytm payment system and everything is working fine with a web intent on top of my intent, money is deducted from customer's acc and its getting added on my account but after the transaction gets complete it gets stuck on a white page saying 'Redirect to app' which i believe i should write the code to redirect back to my app but i don't know how to do that because i couldn't find a onTransactionSucess() event or anything similar to that i also tried onTransactionResponse

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

寵の児 提交于 2021-01-28 09:08:41
问题 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 i need to add paytm payment gateway integration. If any one has a similar problem and knows the solution for it, your help would be appreciated. here is the mail "*Hello Google Play Developer, We reviewed your App, with package name com.xxxx.xxx,

Where I can find “subWalletGuid” for Paytm Wallet Transfer API?

流过昼夜 提交于 2020-06-27 18:31:05
问题 I am integrating the Wallet Transfer API of Paytm, which requires "subWalletGuid" parameter. As per documentation "This is available on Paytm dashboard" but I am not able to find that? Can anyone help? 回答1: Paytm is not very clear in their documentation Wallet transfer API is available under Paytm payouts which are only available for enterprise customers for which you need to contact them. Very stupid since a user cannot transfer his own Paytm cash via his wallet. Bank Transfer API or Wallet

阿里巴巴战略投资印度最大支付平台Paytm

孤人 提交于 2020-03-05 06:28:11
腾讯科技讯 9月29日,据路透社报道, 阿里巴巴 和印度最大移动支付和商务平台Paytm今天发布联合声明,宣布 阿里巴巴集团 及其旗下金融子公司蚂蚁金服将向Paytm注入新资金。阿里称这是一项“战略性的”投资。 阿里巴巴和Paytm没有在联合声明中说明投资金额,也未披露阿里和蚂蚁金服获得了多少Paytm股份。 蚂蚁金服已经在今年2月收购了Paytm母公司One97 Communications的25%股份。知情人士当时称,这笔交易的价值超过5亿美元。 今年6月,两名知情人士称,阿里正在就入股Paytm展开深入谈判。阿里将直接向Paytm投资大约6亿美元,使得阿里与蚂蚁金服在Paytm持有的股份总额达40%,使得Paytm的估值上升到40亿美元。 阿里和Paytm今天在声明中称,这笔新资金将帮助Paytm在扩大其移动商务和支付系统,并对营销、技术和人才进行投资。声明称,Paytm旗下支付服务Paytm Wallet已拥有逾1亿用户,每月完成的交易数超过7500万笔。 这两家公司在联合声明中称:“印度移动电子商务市场和数字金融行业正在快速增长,对Paytm的投资帮助阿里巴巴和蚂蚁金服抓住机遇。”(翼飞) 来源: https://www.cnblogs.com/DTWolf/p/4993662.html

integration Paytm Payment Gateway Android

六眼飞鱼酱① 提交于 2020-01-01 03:13:06
问题 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 mail and phone .. no response. now I am stuck here. here's what I am passing : paramMap.put("REQUEST_TYPE", "DEFAULT"); paramMap.put("ORDER_ID", String.valueOf(randomInt)); paramMap.put("MID", "************2343"); paramMap.put("CUST_ID", "CUST123");

Paytm integration iOS - linker command failed with exit code 1 (use -v to see invocation) error

末鹿安然 提交于 2019-12-25 12:45:22
问题 I tried to integrate PAYTM in my project. The following are the steps I have done for integration. I have dragged and dropped these files to my project: libPaymentsSDK_v2.0.a, PaymentsSDK.h, PGMerchantConfiguration.h, PGOrder.h, PGServerEnvironment.h, PGTransactionViewController.h Its working fine when I run in simulator but when I try to take build in Xcode by Product-Archive it shows error: linker command failed with exit code 1 (use -v to see invocation) error I have cleaned the derived

paytm verifychecksum error

混江龙づ霸主 提交于 2019-12-24 19:09:11
问题 i am getting verify checksum error in paytm to android app i have created check sum in php and sending from server to android app.once app received check sum again parameters will go to server to verify check sum app code public void onStartTransaction (View view){ String orderId = pref.getoId(); String uid = pref.getuid(); String email = pref.getemail(); String mobile = pref.getMobileNumber(); String checksum = pref.getchecksum(); PaytmPGService Service = PaytmPGService.getProductionService(

iOS: PayTm-Something went wrong. It may be due to any of these reasons

喜夏-厌秋 提交于 2019-12-24 14:28:23
问题 i am trying to integrate payTm payment gateway ( Production ) in my app. i generate all the required credentials for it but when i press pay button from app it get redirected to payTm page and OOPS Something went wrong screen... appears 来源: https://stackoverflow.com/questions/48782215/ios-paytm-something-went-wrong-it-may-be-due-to-any-of-these-reasons

Paytm sdk ios integration to open Paytm payment form?

淺唱寂寞╮ 提交于 2019-12-20 11:34:48
问题 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 config object PGMerchantConfiguration *mc = [PGMerchantConfiguration defaultConfiguration]; //Step 2: If you have your own checksum generation and validation url set this here. Otherwise use the default Paytm urls mc.checksumGenerationURL = @"generate