merchant-account

How to handle call back url in the google checkout for multiple websites?

泪湿孤枕 提交于 2019-12-12 05:03:49
问题 I have been working on google checkout integration in classic ASP, my client have various eCommerce websites and want to use single merchant account (Google Checkout) for all websites. I have set up the callback url in merchant account, but I need to identify from which website's order has been placed, to save information in the database. Can I specify a callback url from the code itself, for each different website using the single merchant account? 回答1: You can use the merchant-private-data

MVC and multiple google checkout merchant ids

廉价感情. 提交于 2019-12-12 01:46:20
问题 This will be my first time to handle credit card transactions and merchant ids. I have a site that offers services to both event organizers and its users. If a user would want to buy tickets for an event, I want the money to go to the organizers directly. I was thinking I have to handle this with an organizer having their own merchant ids and just store them. My question is though, do I have to ask for their merchant key as well? As a follow up question, is this a better way to handle

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

点点圈 提交于 2019-12-06 15:26:52
问题 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

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

Android in app billing using external payment processor

落爺英雄遲暮 提交于 2019-12-04 11:24:50
问题 If I have web and android app that share same data and user can sync between them, but I deicide to charge for "premium" features which can include storing pictures and other stuff which take space on the servers outside android, can I charge for those features (on subscription bases) on the web and unlock them automatically in android while subscription is running without getting banned from the play store? Also can I also use some other mobile payment processor, for example paypal to charge

Android in app billing using external payment processor

ε祈祈猫儿з 提交于 2019-12-03 06:11:48
If I have web and android app that share same data and user can sync between them, but I deicide to charge for "premium" features which can include storing pictures and other stuff which take space on the servers outside android, can I charge for those features (on subscription bases) on the web and unlock them automatically in android while subscription is running without getting banned from the play store? Also can I also use some other mobile payment processor, for example paypal to charge for that subscription directly from android app if it will unlock the features on both web and android