google-checkout

Experience with billing systems

瘦欲@ 提交于 2019-12-03 04:10:36
It would be very useful to have feedback on the various API and services that let you bill the customers, so it's possible to compare : Security; Quality of API; Commercial reliability; Number of languages that can use it; General usage of them; Ease of set up; Economic price; Technical price. I thinking here of course of Paypal, Google Checkout but bank credit card based systems as well. I set that to community wiki since it's a very open question. BrainTree (and to some extent, other lesser payment gateways) Pros You're in complete control of the billing system You can do more complex

How do we verify Android in-app billing receipt on the server side?

南楼画角 提交于 2019-12-02 20:15:24
I am implementing in-app billing into an Android game and we want to use a server to store the purchase information. According to what I understood so far, Android Market will return a callback to the app in the form of Broadcast receiver about the purchase status. But since we are persisting the transaction information on the server, my app has to make some http post request and update my server. There is a very high chance that this http post request could be imitated by some hacker manually. How do I validate that Android market receipt information from my server code? Is there any Google

get value return in google checkout

最后都变了- 提交于 2019-12-02 15:21:41
问题 I am working with google checkout and currently working at sandbox environment. I have used Paypal and i thought google checkout should work like the same. but i wonder that google checkout is not posting back the HTML form field on return URL and im not able to find any proper solution for this problem yet. Here is my code. here im using a custom field shopping-cart.merchant-private-data to get the data but i dont know how to collect that data on continue URL. I just need to pass some ID in

How to subscribe to click event of html form?

天涯浪子 提交于 2019-12-02 12:51:27
I have a google checkout "buy now" button and I want to add dynamically created information to send when it's clicked. How do I do that? The button's html is: <form action="https://sandbox.google.com/checkout/..." id="Form1" method="post" name="..." target="_top"> <input name="item_name_1" type="hidden" value="..." /> ... <input alt="" src="https://sandbox.google.com/checkout/buttons/buy.gif?merchant_id=..." type="image" /> </form> So what do I add? (And if possible, I'd like to do that through ASP.Net code.) I tried adding onclick="Button1_Click" but it didn't work. If this is for Google

C# example for Google Checkout replies? [duplicate]

喜你入骨 提交于 2019-12-01 11:01:26
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: C# and Google Checkout - getting the reply back from the server? Sorry for the re-post but this question seems to be a bit of a "white whale" for me. I simply can't find any C# examples of how to handle the transaction reply from Google Checkout: Are there any tutorials out there on how to get the responses back from a Google Checkout transaction when using C# and the GCheckout API? All of the examples I could

How can I integrate Paypal to payout users when a button is clicked?

孤者浪人 提交于 2019-12-01 00:50:40
It might sound a little odd but I am in the final phases of finishing up my app that would pay users. There is an activity in the app where as and when the users use the app, money keeps accruing. I have a button in that activity called Cash Out which when the user reaches a certain amount can be clicked and is supposed to let the users take the money accrued from the app. I have contacted Google Checkout and Paypal so far and Paypal suggested personal payments can be integrated in my case and sent me the Paypal for Android API doc. The doc itself is very useful but does not describe this kind

Does Android supports In-App payment mode through PayPal? [duplicate]

馋奶兔 提交于 2019-11-30 15:26:50
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: How integrate Paypal in android Application? does android supports In-App payment through PayPal or we need to go with Google Checkout. Can anyone please help me with this..... 回答1: There are two points to note: PayPal has an in-app payment system which will work on Android. Google Market will not allow in-app payments which aren't Google Checkout. So, you can add in-app payment using PayPal as long as you don't

Does Android supports In-App payment mode through PayPal? [duplicate]

爱⌒轻易说出口 提交于 2019-11-30 14:20:36
Possible Duplicate: How integrate Paypal in android Application? does android supports In-App payment through PayPal or we need to go with Google Checkout. Can anyone please help me with this..... There are two points to note: PayPal has an in-app payment system which will work on Android . Google Market will not allow in-app payments which aren't Google Checkout . So, you can add in-app payment using PayPal as long as you don't distribute the app via Google Play. yes, Android Supports in Application purchase through Paypal.I have Done it in my application. First U have to make Test account on

Which should I implement first, PayPal or Google Checkout, on my eCommerce website? [closed]

允我心安 提交于 2019-11-30 06:41:26
Paypal and Google Checkout will take some time to implement so I'm wanting to know if anyone in the community has installed them and has a recommendation on which to do first. We use the .Net environment. Verdict - Start with Google Checkout Great customer support, Great multi-language libraries, Simple, fast web interface. Add Paypal Later More established, but sketchy reputation, More steps in checkout process than Google Google - from merchant to Google PayPal - from merchant to Paypal and Back to merchant (with express checkout) Varying-speed web administration tool that has many

C# and Google Checkout - getting the reply back from the server?

风流意气都作罢 提交于 2019-11-29 18:24:20
问题 Are there any tutorials out there on how to get the responses back from a Google Checkout transaction when using C# and the GCheckout API. All of the examples I could find were for previous versions of the API and not the current one (2.5). More specifically, I'd like to see an example reply of what Google will post back to me without and HTTPS connection. I know it's minimal data, but I'd still like to see an example of it and see how others are parsing it. 回答1: Google sends notification