问题标签 [recurring]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1530 浏览

paypal - 如何在新的 Paypal 沙盒上测试增强的定期付款标准?

我的网站有一个测试环境,我通常在上线之前使用 Paypal Sandbox 来测试交易。我想测试增强的定期付款功能,但我找不到这样做的选项(添加更多功能的链接将我定向到实时站点),我在 Google 上找到的任何内容都没有给出答案更改后如何在 Paypal Sandbox 上测试增强的定期付款。

Paypal Sandbox 是否支持 ERP,或者我只是不知道如何访问此选项?任何帮助或建议将不胜感激。提前致谢。

0 投票
1 回答
715 浏览

post - 沙盒贝宝重复计费发布数据问题..未在自动退货中接收发布数据已开启

我也面临着新沙盒帐户的许多问题,但是通过使用 ctrl+shift+N 我现在可以登录沙盒.. 我的问题是:我正在使用定期付款..我已经设置了自动返回并打开 PDT..但是我没有得到有关返回 url 的详细信息...当我将详细信息发布到沙盒 paypal 时...下面是我的表单详细信息...请帮我解决这个问题..

使用表单 action="https://sandbox.paypal.com/cgi-bin/webscr"

如果在这种情况下我没有设置自动退货..当用户单击退货按钮时,它会为我提供所有必需的付款详细信息...但是如果自动退货它不起作用...请提前致谢...

0 投票
1 回答
302 浏览

testing - Paypal 定期付款负测试

我正在使用 PayPal Pro 和 NVP API 开发定期付款。我在这里读过:https ://www.paypalobjects.com/webstatic/en_US/developer/docs/pdf/pp_payflowpro_recurringbilling_guide.pdf负面测试应该适用于经常性付款。我有我的个人资料设置以允许负面测试。

我正在寻找导致我的初始付款失败。为此,我将我的 AMT 和 INITAMT 设置为 2010。根据文档,我认为这会导致付款失败,但初始付款是成功的。

有没有人通过定期付款进行负面测试?对于预定付款还是初始付款?如果是这样,您能否提供任何步骤和/或提示?

谢谢!

0 投票
1 回答
1603 浏览

paypal - 允许最终用户修改定期贝宝订阅金额

我在这里阅读了一些关于修改经常性费用金额的回复,但仍然感到困惑。

我们每月有 5 个订阅级别: £10 £15 £20 £30 £50

我们希望能够让客户将他们的订阅包更改为任何其他选项。

听起来,如果他们更改为与他们所使用的套餐相差超过 20% 的套餐 - 我们将不得不让他们取消并开始新的订阅。

肯定有办法让订户确认他们愿意更改金额吗?

谢谢

0 投票
2 回答
8260 浏览

paypal - 如何为沙盒帐户启用定期付款?

如何为沙盒帐户启用定期付款?

上次我使用沙盒时,我通过https://www.x.com/developers/paypal/forums/paypal-sandbox/enable-reference-transaction-sandbox请求启用了它 线程被锁定并指向 developer.paypal。 com。我在那里创建了测试帐户,甚至从旧版本的沙盒中导入了旧帐户。但我找不到如何启用定期付款,因为默认情况下它是禁用的。

那么,我如何测试定期付款?

0 投票
1 回答
107 浏览

blackberry - Start/Cancel Timer when battery level 10

I am working on a BlackBerry App that sends a message to the server when the battery level reaches 10%. This is implemented by calling getBatteryStatus() method in the constructor where getBatteryStatus() does the following:

The sendBatteryStatus sends the message to the server and cancels the timer. This in effect has sent the message once to the server as requested.

However, what if the user starts charging its handset with the App running as it was (without the constructor being called again)? How will the timer then restart? How will I be able to send the message to the server again next time?

What is the best mechanism to prevent sending multiple messages of battery level at 10% and in effect send a message ONLY once followed by messages being sent again when the battery level is at 10% the next time?

If I do not cancel the timer once the message is sent, the message to the server is sent more than once.

0 投票
1 回答
870 浏览

php - Paypal 定期付款通过 PHP 中的 ACH

我通过 Paypal 网站研究了 PHP 中的定期 ACH 付款,但找不到任何令人满意的解决方案。Paypal 提到了用于 C# 和 Java 的 SDKS 用于 Recurring ACH,但根本没有提到 PHP。是否可以为我的网站编写循环 ACH PHP 脚本?欢迎提出建议。

我已经通过 Paypal pro 集成了定期付款(使用信用卡),但我想通过 ACH 模式(使用银行账户)启用定期订阅的服务。用PHP可以吗?

谢谢你。

0 投票
1 回答
645 浏览

c# - c# 中的多个奇怪重复的模板模式(CRTP)?

我试图为我的代码实现 CRTP 接口,但约束让我卡住了。如果我的代码结构看起来像这样,如何实现约束?这合法吗?谢谢你。

0 投票
1 回答
315 浏览

paypal - 我们如何在贝宝定期付款中传递送货地址?

我在 Paypal 中使用直接付款进行定期付款。我们如何传递收货地址?

0 投票
1 回答
210 浏览

paypal - 客户资料

paypal 有没有办法在 authorize.net 中有类似 CIM 的东西?我们希望随时创建配置文件并运行事务。它用于重复交易,但我们不想使用paypal recurring profile

非常感谢!