android-pay

How to integrate a “donate” button into a website in India?

耗尽温柔 提交于 2019-12-05 14:38:13
问题 We are developing a website for a charity trust in India. For this we need to add a "donate" button to the website for anyone who wants to donate to the charity through a payment gateway. However, both Paypal and Google Wallet / Google Checkout restrict the use of the "donate" button in India (Google, rather than a donate button, provide a "support" button). Are either of these payment gateways possible to integrate into a website in India? Or are there any other alternatives? 回答1: Indian

Android InApp Purchase - How to handle Pending Status?

陌路散爱 提交于 2019-12-05 09:24:17
问题 I am integrating Android In-App purchase with Android Native application. I used following code to start In-App purchase intent! Bundle buyIntentBundle = mService.getBuyIntent(3, getPackageName(),”product_sku”, "inapp",”Some Developer Payload”); PendingIntent pendingIntent = buyIntentBundle.getParcelable("BUY_INTENT"); startIntentSenderForResult(pendingIntent.getIntentSender(),REQUEST_CODE, new Intent(),Integer.valueOf(0), Integer.valueOf(0), Integer.valueOf(0)); Above code is working with

Where do i find my Google Wallet Transaction ID

梦想的初衷 提交于 2019-12-04 22:47:11
I am looking into transferring my app to another google account, but i can't find my "Transaction ID" as described here: Transfer your application Any idea what i am missing? Thanks in advance. damiendonnelly The transaction ID is at the bottom of the receipt (specifically the receipt for the Developer Account when you first signed up) in your wallet dashboard payment history. Visit: https://payments.google.com Once you are logged into your account, just press the "Subscriptions and services" menu button on the left. Then on the right-hand side, go through your completed purchases, going to

Linking google merchant account doesn't work even in supported country

允我心安 提交于 2019-12-04 21:24:23
I am trying to link my Google Merchant account with my Chrome extension on the dashboard following this guide and even though it suppose to be supported I am getting this message: The country in which your Google Wallet account (info@wips.com) is registered is not supported at this time. I am registered from the Czech republic and here it is clear the it suppose to be supported: https://support.google.com/wallet/business/table/3539140?hl=en&ref_topic=4490611 I have succesfully create my Google Merchant account, so I have the Merchant ID, the seller identifier and the Seller secret. Can you

Cancellation postback discontinued from Google Wallet For Digital Goods

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-04 16:36:41
Does anyone know why Google Wallet for Digital Goods doesn't send postback requests to the server when subscription was cancelled? Is there some delay or this is a bug? I didn't saw nothing about delays. And some time ago cancellation pastback come to my server in a few seconds. Today I see that no cancellation pastback for the several hours. When I make payment, my server gets postback requests for new payments, unfortunately server receives nothing when I cancel my subscription in Google Wallet console (either Merchant Center or Buyer Center). This behavior is observed in real and sandbox

Google wallet integration in android app

雨燕双飞 提交于 2019-12-04 03:15:08
I am in way to develop an android app in which we can open google wallet for payment through credit card etc. I want to integrate google wallet in my android app to launch on a button click. Here is my scenario: I have to options one is Payment through credit card to another user account like money transfer and payment on purchase of any item. Second is payment through online banking. Can we use google wallet for the above functions? The short answer is no, you cannot use Google Wallet on Android for third party money transfers. A Google Wallet transaction on Android can only take place

Does Google Wallet server calls back on every renewal of a subscription?

浪尽此生 提交于 2019-12-04 02:06:01
问题 I have a wallet integrated Web product using the subscriptions API, as described here in the documentation. Have simulated an initial payment and a cancelation, and all works well. Does the Google Wallet server call the server (obviously the client might not be online at the time) back on each recurring renewal? 回答1: Recurring payments happen automatically with no callback to the merchant server. The customer will receive an email confirmation when the recurring payment has been processed.

How to integrate a “donate” button into a website in India?

限于喜欢 提交于 2019-12-03 23:23:12
We are developing a website for a charity trust in India. For this we need to add a "donate" button to the website for anyone who wants to donate to the charity through a payment gateway. However, both Paypal and Google Wallet / Google Checkout restrict the use of the "donate" button in India (Google, rather than a donate button, provide a "support" button). Are either of these payment gateways possible to integrate into a website in India? Or are there any other alternatives? Indian merchants cannot use Donation buttons through PayPal. If you tried to pass cmd=_donations in your button code

Android InApp Purchase - How to handle Pending Status?

让人想犯罪 __ 提交于 2019-12-03 22:42:12
I am integrating Android In-App purchase with Android Native application. I used following code to start In-App purchase intent! Bundle buyIntentBundle = mService.getBuyIntent(3, getPackageName(),”product_sku”, "inapp",”Some Developer Payload”); PendingIntent pendingIntent = buyIntentBundle.getParcelable("BUY_INTENT"); startIntentSenderForResult(pendingIntent.getIntentSender(),REQUEST_CODE, new Intent(),Integer.valueOf(0), Integer.valueOf(0), Integer.valueOf(0)); Above code is working with and open Google Play for In-app purchase. I overridden the onActivityResult for getting the result of In

Android Pay - Testing from outside US

橙三吉。 提交于 2019-12-03 17:55:47
问题 So I need to integrate Android Pay into an application I'm working on. This option within the app will be for US users only however I am in the UK and am having great difficulty trying to test my implementation. I'm using a sandbox Stripe account atm as the payment processor. Once I press the "Pay with Android Pay" button I get a popup "To make purchases using Android Pay, please set up your cards in the Android Pay app". Now the Android Pay app isn't available outside the US so I've