android-pay

Can Android Pay be disabled in-app?

浪子不回头ぞ 提交于 2020-05-27 07:01:46
问题 I am looking for a way to suppress Android Pay app for one activity. iOS has requestAutomaticPassPresentationSuppressionWithResponseHandler method, which allows exactly this - suppressing Apple Pay while the app is in the foreground - I am trying to achieve this on Android. I have implemented foreground dispatch. This works fine for most NFC tags - tag gets detected in the activity and then is ignored. However, when contactless payment machine is detected, Android Pay app gets triggered

Google wallet error: The frame requesting access has a protocol of “https”, the frame being accessed has a protocol of “http”

依然范特西╮ 提交于 2020-01-15 11:22:50
问题 I'm trying to get up and running with google wallet and am following the "get started" tutorial. When I put in the call for the javascript library <script src="https://sandbox.google.com/checkout/inapp/lib/buy.js"></script> I get the following error in my console: Blocked a frame with origin "https://sandbox.google.com" from accessing a frame with origin "http://localhost:12098". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http".

500 Server Error when setting sandbox postback url

妖精的绣舞 提交于 2020-01-15 05:26:30
问题 Whenever I try to set the postback url of my sandbox account, I get a 500 server error. Its been happening for a good part of the day so far. To set the url, I'm going here: https://sandbox.google.com/checkout/inapp/merchant/settings.html Is there a different link I can try? Or is something just messed up with Wallet at the moment? 回答1: Something is probably messed up with sandbox let me check with engineering. Does production environment work for you? Not completing a transaction - but the

Google Wallet Integration through custom widget in Vaadin6

情到浓时终转凉″ 提交于 2020-01-06 15:32:23
问题 I need to integrate Google wallet into my Vaadin 6 application, downloaded wallet api/demo from here. First I was trying to run this given sample into vaadin but after a long effort I am stuck now. Tried lots of ways/examples , studied lot about widgets but only this example was found to be simple and working. I added my lines of code, the process going smooth upto the purchase() call but when it calls wallet API function buy() the browser's page get cleared and nothing happened as if program

Google Wallet Integration through custom widget in Vaadin6

核能气质少年 提交于 2020-01-06 15:32:13
问题 I need to integrate Google wallet into my Vaadin 6 application, downloaded wallet api/demo from here. First I was trying to run this given sample into vaadin but after a long effort I am stuck now. Tried lots of ways/examples , studied lot about widgets but only this example was found to be simple and working. I added my lines of code, the process going smooth upto the purchase() call but when it calls wallet API function buy() the browser's page get cleared and nothing happened as if program

How do I add multiple items using google wallet digital goods?

▼魔方 西西 提交于 2020-01-06 14:53:21
问题 I am trying to add multiple items using google digital goods, what I want is for my users to be able to checkout with multiple items that are in their cart. Here is the code(not full code) with one item. How can I add multiple? $payload = array( "iss" => $row['seller_identifier'], "aud" => "Google", "typ" => "google/payments/inapp/item/v1", "exp" => time() + 3600, "iat" => time(), "request" => array( "name" => $_SESSION["itemname"], "price" => $_SESSION["itemprice"], "currencyCode" => "USD",

Linking Play Developer Console to Google Wallet Error

孤街醉人 提交于 2020-01-05 13:09:22
问题 I've a major issue with linking my Play Developer Console to Google Wallet. I've already search the Google Help for any solution and didn't find one. The problem is, that Error message appears after hitting “Set up a merchant account now” button in my Google Play Android Developer Console (Settings/Account Details). After that another screen pops out with an error: Oops! An error occurred while processing your request. Regardless of any steps I've done such as changing to a different browser

Google Wallet for Digital Goods API vs Google Play In-app Billing

我的未来我决定 提交于 2020-01-02 05:30:10
问题 Wondering whats the difference between Google Wallet Billing APIs and Google Play in-app billing. Whats the advantage of using GooglePlay in-app purchase billing service over Google Wallet billing APIs? I see Wallet APIs also supports Android, then whats the point in using Goole Play IAP app? I'm at a point to implement a cross-platform solution for digital goods purchase in app. My question is what Wallet APIs don't offer over Google Play IAP service? 回答1: There are several Google Wallet

Anyone know how to get the merchant key for google wallet?

拟墨画扇 提交于 2019-12-25 08:17:34
问题 Anyone know how to get the merchant key for goole wallet? Support indicates I should have an integration menu in settings but the menu is not showing up http://support.google.com/checkout/sell/bin/answer.py?hl=en&answer=42963 Thanks David. 回答1: AFAIK, merchant key is only relevant to "legacy" Google Checkout - re: your account must be for Google Wallet for Web sites (products/services sold at your web site). The merchant key referenced in the support link you have, is used (only for) that

Play Store In-App Billing custom price programmatically?

喜你入骨 提交于 2019-12-23 02:39:10
问题 My application is used to buy journey tickets. The ticket price is different everytime. Can I use In-App Billing to make the user pay a custom price everytime? If so how? i.e. can I set the price which the user has to pay programmatically? 回答1: You cannot use Google Play In-App Billing to make the user pay a custom price. Moreover you cannot use Google Play In-App Billing to sell physical goods and services like journey tickets: You can use In-app Billing to sell only digital content. You