谷歌结账数字产品

发布于 2024-12-07 02:09:28 字数 1436 浏览 1 评论 0原文

基本上我想要一个下载代码我的网站的功能。

我检查了以下链接以获取谷歌结账数字产品。 https://checkout.google.com/support/sell/bin /answer.py?answer=39011

我使用此链接从沙箱创建了数字产品的“立即购买”按钮。HTML 代码将我像往常一样重定向到 Google 结帐。

但付款后它没有给我任何下载链接。 ??

 <form action="https://sandbox.google.com/checkout/api/checkout/v2/checkoutForm/Merchant/859574590497884" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm" target="_top">
<input name="item_name_1" type="hidden" value="mycode"/>
<input name="item_description_1" type="hidden" value="this item is all about my code"/>
<input name="item_quantity_1" type="hidden" value="1"/>
<input name="item_price_1" type="hidden" value="1251.0"/>
<input name="item_currency_1" type="hidden" value="USD"/>
<input name="shopping-cart.items.item-1.digital-content.description" type="hidden" value="Please read this instructions.."/>
<input name="shopping-cart.items.item-1.digital-content.url" type="hidden" value="http://www.xxxxxxxx.in/xxxxxxxx/xxxxxx/20110929034224791156.pdf"/>
<input name="_charset_" type="hidden" value="utf-8"/>
<input alt="" src="https://sandbox.google.com/checkout/buttons/buy.gif?merchant_id=859574590497884&amp;w=117&amp;h=48&amp;style=white&amp;variant=text&amp;loc=en_US" type="image"/>

Basically I want a functionality to download code mywebsite.

I checked following link for google checkout digital products.
https://checkout.google.com/support/sell/bin/answer.py?answer=39011

I created buy now button for digital product from sandbox using this link.HTML code redirects me to google checkouts as usual.

But it does not give me any download link anywhere after payment. ??

 <form action="https://sandbox.google.com/checkout/api/checkout/v2/checkoutForm/Merchant/859574590497884" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm" target="_top">
<input name="item_name_1" type="hidden" value="mycode"/>
<input name="item_description_1" type="hidden" value="this item is all about my code"/>
<input name="item_quantity_1" type="hidden" value="1"/>
<input name="item_price_1" type="hidden" value="1251.0"/>
<input name="item_currency_1" type="hidden" value="USD"/>
<input name="shopping-cart.items.item-1.digital-content.description" type="hidden" value="Please read this instructions.."/>
<input name="shopping-cart.items.item-1.digital-content.url" type="hidden" value="http://www.xxxxxxxx.in/xxxxxxxx/xxxxxx/20110929034224791156.pdf"/>
<input name="_charset_" type="hidden" value="utf-8"/>
<input alt="" src="https://sandbox.google.com/checkout/buttons/buy.gif?merchant_id=859574590497884&w=117&h=48&style=white&variant=text&loc=en_US" type="image"/>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

得不到的就毁灭 2024-12-14 02:09:28

您需要使用continue_url

<input type="hidden" name="continue_url" value="http://www.example.com/download"/>

You need to use continue_url

<input type="hidden" name="continue_url" value="http://www.example.com/download"/>
暖树树初阳… 2024-12-14 02:09:28

Google Checkout 提供数字交付解决方案,提供多种选项来提供对数字内容的访问。

请注意,信用卡交易将在用户下订单后进行授权和收费。根据内容的价值,您可能需要推迟提供下载内容的 URL,直到付款得到保证。

此文档中有更多详细信息:

http://code.google.com/apis/checkout /developer/Google_Checkout_Digital_Delivery.html

Google Checkout offer a digital delivery solution, with various options for providing access to the digital content.

Please be aware that credit card transactions are authorized and charged AFTER the user places the order. Depending on how valuable the content is, you may want to hold off providing the URL to the download content until payment is guaranteed.

More details in this doc:

http://code.google.com/apis/checkout/developer/Google_Checkout_Digital_Delivery.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文