简体   繁体   English

在Cakephp中使用PayPal进行定期付款

[英]Recurring payment with PayPal in cakephp

In my project, I have two types of Payment. 在我的项目中,我有两种付款方式。 One is direct payment with PayPal and second one is recurring payment with PayPal. 一种是使用PayPal直接付款,另一种是使用PayPal进行定期付款。

I need help only in recurring payment- 我仅在定期付款时需要帮助-

Which hidden fields will be there and what would be their values? 哪些隐藏字段在那里,它们的值是什么?

I want to know how the billing cycle will be continue every month. 我想知道每个月的结算周期如何。

The payment of first month will be different because it will be calculate from the date of joining to end of that month. 第一个月的付款会有所不同,因为它将从加入日期到该月末进行计算。 And remaining payment will be same for every month which will be calculating from database record for whole month. 每个月的剩余付款将是相同的,这将根据整个月的数据库记录进行计算。

Try this link https://devtools-paypal.com/guide/recurring_payment_ec/php?env=sandbox 试试这个链接https://devtools-paypal.com/guide/recurring_payment_ec/php?env=sandbox

It let's you use fiddle with the code once you have it right copy and paste into your project checkout process. 一旦正确复制并粘贴到项目结帐流程中,就可以使用小提琴与代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM