将域名传递给 PayPal

发布于 2024-09-03 05:14:30 字数 223 浏览 1 评论 0原文

我正在尝试向域名所有者出售一些东西。我需要知道他们的域名。在付款过程之前,我会在我的网站上询问他们的域名,我会将数据存储在cookie或url中,然后我想将数据(域名)传递给PayPal,以便我知道谁付费的是什么域名。 我了解高级的 PHP 和 HTML,但我不知道如何将数据传递给 PayPal。我该怎么做?
我能在我的 PayPal 页面中看到这些数据吗?
我应该为输入标签命名什么?

提前致谢!

I'm trying to sell something to domain owners. I need to know their domain names. Before the payment procedure I'll ask their domain names in my web site, I'll store the data in the cookies or the url, then I want to pass the data (domain name) to the PayPal so that I'll know who paid for what domain name.
I know PHP and HTML in advanced level but I don't know how to pass the data to PayPal. How I'll do that?
And will I be able to see that data in my PayPal page?
And what should I name the input tag?

Thanks in advance!

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

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

发布评论

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

评论(2

瀟灑尐姊 2024-09-10 05:14:30

您可能需要首先阅读 Paypal 开发人员文档。您可能会发现他们的“标准网站付款”选项可以满足您的需求,但我已经很长时间没有研究过不同的选项了,所以值得四处看看!

You probably want to start by reading the Paypal developer documentation. You will probably find their "standard website payments" option will do what you want, but it's been a long time since I've looked at the different options, so worth looking around!

快乐很简单 2024-09-10 05:14:30

可以为此类设置自定义 HTML 事务变量,并且您必须相应地命名输入标记。您要保存的每个自定义字段都有两个输入元素。一项用于字段名称,一项用于字段值。

这些标签为自定义字段名称的 on0on1on2 以及 os0os1< /strong> 和 os2 用于自定义字段值。

我非常确定您在查看帐户时可以从交易详细信息页面看到这些值,但我不是 100%。

这是有关 PayPal HTML 参数的信息

there are custom HTML transaction variables that can be set for things like this and you will have to name the input tag accordingly. There would be two input elements for each custom field that you want to save. One for the field name and one for the field value.

These tags are on0, on1, or on2 for the custom field names and os0, os1, and os2 for the custom field values.

Im pretty sure you can see these values from the transaction details page while viewing your account but Im not 100%.

Here's the info on PayPal's HTML parameters

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