Pay Pal API 货币类型

发布于 2024-08-22 18:49:24 字数 380 浏览 3 评论 0原文

我是贝宝支付系统的新手...

我已经看到这样做了,但我发现贝宝文档对用户不友好...

我需要制作一个支付网关系统,以允许用户使用购物车...那么他们可以通过 paypal 支付总额...

那么有没有一种方法可以使用 paypal api 告诉用户应该收取多少费用,例如:100 美元或 100 英镑,或者产品可能花费多少? 然后确认它......或者如果有一个教程(对于新手/傻瓜哈哈)将会有很大的帮助。 另外,我这次想使用哪个贝宝选项/系统。

希望我已经清楚地解释了自己...谢谢。

如有必要,我可以使用 PHP、MySQL、JavaScript/JQuery,并且我很容易理解它们。

(顺便说一句,PayPal 是我遇到过的最糟糕的文档,哈哈)

I am new at paypal payment system...

I have seen this been done, but i donn't find PayPals Documentation user friendly...

I need to make a payment gateway system, to allow users to use a shopping cart... then they could pay the total through paypal...

so is there a way to use paypal api tell how much the user should be charged e.g: $100 or £100 or however the product(s) might cost?
then confirm it... or if there is a tutorial (for newbies/dummie lol ) would be a great help.
Also which paypal option/system am I looking to use on this occasion.

hope i have explained myself clearly... thank you .

I can use PHP, and MySQL, JavaScript/JQuery, if necessary and I am confortable with understanding them.

(BTW PayPal is the worse documentation i have ever come across lol)

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

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

发布评论

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

评论(1

牵强ㄟ 2024-08-29 18:49:24

是的贝宝可以使用授权和捕获解决方案。
您可以将 GetExpressCheckout 与 setExpressCheckout 结合使用。

一个好的解决方案是将 DoReferenceTransaction 与这些方法一起使用,以便使用定期付款。

我有一些示例,但是是用 c# 编写的。

API 参考:
https://cms.paypal.com /us/cgi-bin/?cmd=_render-content&content_ID=developer/howto_api_reference

yes paypal can use a authorization & capture solution.
You can use GetExpressChecout with setExpressCheckout.

A good solution is to use a DoReferenceTransaction with theses method, in order to use recurring payment.

I have some sample but in c#.

The API ref :
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/howto_api_reference

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