如何使用 PayPal 的 PayFlowPro 进行信用卡处理的完整测试?

发布于 2024-10-12 05:45:49 字数 409 浏览 1 评论 0原文

我已经在 PayPal 的 x.com 开发者论坛上发布了此内容,但在这里总是获得出色的结果,所以我认为询问也无伤大雅...

我从不再在公司工作的开发者那里继承了一个网站。我得到的只是 PHP 交易提交到的实时 URL (https://payflowpro.paypal.com) 以及需要通过交易发送的用户名和密码。

但是,我们需要对代码进行一些更改,但我绝对不想实时进行。我确实发现有一个可以使用的测试 URL(https://pilot-payflowpro.paypal.com),但无法在 pdf 指南中找到任何信息来指示是否有可以使用的测试用户名和密码,或者您是否通过真实账户凭据发送虚拟信用卡号码。

我也无法确定是否有 PayPal 管理器应用程序的测试版本,可以让我看到向我们的客户显示的交易。

有人能指出我正确的方向吗?

I've already posted this on PayPal's x.com developer forum, but have always gotten fantastic results here, so I figured it couldn't hurt to ask...

I've inherited a site from a developer who's no longer with the company. All I was given was the live URL that the PHP transaction submits to (https://payflowpro.paypal.com) and the username and password that need to be sent through with the transaction.

However, we need to make some changes to our code and I definitely don't want to do it live. I did find that there's a test URL that can be used (https://pilot-payflowpro.paypal.com) but have been unable to find any information in the pdf guide that indicates whether there's a test username and password to use, or whether you send through your live account credentials with the dummy credit card numbers.

I'm also unable to determine if there's a test version of the PayPal Manager app that would allow me to see the transactions as they would appear to our client.

Can anyone point me in the right direction?

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

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

发布评论

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

评论(2

冷心人i 2024-10-19 05:45:49

我过去用过payflowpro。只要您发送到测试链接就应该没问题。是的,有测试信用卡号码。签证号码为 4111-1111-1111-1111 任意过期。我确信近年来该流程已经更新。

你试过这个链接吗?看起来它可能有一些有用的信息。

http://wiki.avectra.com/PayFlow_Pro

编辑:
我发现您不需要测试卡号,但请检查该链接,我认为它包含您想要的信息。
如果没有,我也找到了此页面 https://www.paypal-community.com/t5/How-to-use-PayPal/Testing-my-web-sites-PayPal- payment-process/mp/16326 #M6000

I've used payflowpro in the past. as long as you are sending to the test link you should be fine. and yes, there are test credit card numbers. visa is 4111-1111-1111-1111 any expry. I'm sure the process has been updated in the recent years.

have you tried this link? It looks like it may have some useful info.

http://wiki.avectra.com/PayFlow_Pro

edit:
I see you don't need the test card numbers but check that link I think it has the information you are after.
if not I found this page as well https://www.paypal-community.com/t5/How-to-use-PayPal/Testing-my-web-sites-PayPal-payment-process/m-p/16326#M6000

2024-10-19 05:45:49

以下是如何设置测试 Payflow 帐户的说明 (https://www.x.com/developers/community/blogs/pp_integrations_preston/testing-paypal-payflow-gateway)。

还要注意一点:如果您想直接测试 API 调用,您需要 Payflow Pro,而不是 Payflow Link,因为使用 Payflow Link,您只能使用结帐模板页面,而无法以编程方式执行任何 API 调用。这对于测试很有用,但在生产中您仍然可以使用 Payflow Link。

Here is the description how to setup the test Payflow account (https://www.x.com/developers/community/blogs/pp_integrations_preston/testing-paypal-payflow-gateway).

Just one more note: if you wish to test API calls directly you need Payflow Pro instead of Payflow Link as with Payflow Link you are only limited to the Checkout Template Page, and not able to do any API call programmatically. This is good for testing, but in production you can still use Payflow Link.

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