Google 通过 API 结帐发票

发布于 2024-09-01 14:13:18 字数 99 浏览 4 评论 0原文

我正在尝试找到一种通过 google checkout 的 API(以及 PayPal)发送电子邮件发票的方法 我找不到怎么办。或者至少如何生成新订单(金钱请求)

谢谢

I am trying to find a way of sending email invoice via google checkout's API (and also in PayPal)
I can't find how. or at least how to generate a new order (money request)

thank you

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

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

发布评论

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

评论(3

不寐倦长更 2024-09-08 14:13:18

来自:http://code.google.com/apis/checkout/developer/ Google_Checkout_Comparison_Part_I.html

请求通过电子邮件发票付款
它是什么?电子邮件发票让您无需在线商店即可进行销售。买家可以通过电话、传真、电子邮件或其他线下方式向您下订单;然后,您可以将 Merchant Center 中的电子邮件发票发送给请求付款的买家。电子邮件发票包含您发送的有关所请求付款的个性化消息以及“立即通过 Google Checkout 付款”链接。当买家点击此链接时,他们将被带到 Google Checkout,在那里他们可以完成付款流程。
最适合:如果您没有或不需要在线商店,请使用此选项。
所需时间:无需设置 - 只需打开 Google Checkout 商家帐户即可立即开始发送发票。
所需技术技能:无。只需访问互联网即可。
演示:电子邮件发票和向导(需要注册)
处理订单:(第二部分)订单开始收到后,使用 Merchant Center 对订单收费并更新订单状态。
下一步:如何通过电子邮件发票请求付款

From: http://code.google.com/apis/checkout/developer/Google_Checkout_Comparison_Part_I.html

Requesting Payment by Email Invoices
What is it? Email invoicing lets you sell without an online store. Buyers can place orders from you by phone, fax, email or other offline means; then you send email invoices from the Merchant Center to the buyers requesting payment. Email invoices contain a personalized message from you regarding the requested payment as well as a "Pay now through Google Checkout" link. When buyers click this link, they are brought to Google Checkout where they can complete the payment process.
Best for: Use this option if you don't have or need an online store.
Time required: There's no setup — just open a Google Checkout merchant account and you can immediately start sending invoices.
Technical skills required: None. Just Internet access.
Demo: Email Invoice and Wizard (requires sign-up)
Processing Orders: (Part II) Once orders start coming in, use the Merchant Center to charge orders and update order status.
Next Step: How to request payments by email invoices

走走停停 2024-09-08 14:13:18

据我所知,他们似乎没有办法通过 API 来做到这一点。希望有一天他们会这样做,但现在我想我必须创建自己的电子邮件,其中包含指向我自己页面的链接,该页面通过自定义的“立即购买”按钮将它们发送到谷歌结账。

太糟糕了 - 只需调用 send_email(name, email, amount, message) 并让它与登录和登录相同就可以了。通过 Merchant Center 进行操作。

我确实有点理解其中的原理 - 如果您能够创建一个自动发票系统,可以调用 google API 来发送电子邮件,那么您还应该能够创建链接、自定义按钮,并让用户以这种方式结帐。但我仍然想要它——我很懒。

From what I've seen, looks like they don't have a way to do this through an API. Hopefully someday they will, but for now I think I'll have to create my own email with a link to my own page that sends them to google checkout via a custom Buy It Now button.

It's too bad - it'd be so simple to just be able to call send_email(name, email, amount, message) and have it be the same as logging in & doing it through the Merchant Center.

I do understand the rationale a little - if you're capable of creating an automated invoicing system that can call a google API to send emails, then you should also be capable of creating a link, custom button, and letting the user checkout that way. I still want it though - I'm lazy.

浪漫人生路 2024-09-08 14:13:18

你能像google checkout门户那样提交表单数据吗?那么它会验证并自动填写表格吗?

Can you submit the form data in the way that the google checkout portal does? then it would authenticate and autofill the form?

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