如何在paypal定期付款中设置初始金额 [英] how to set initial amount in paypal recurring payment

查看:198
本文介绍了如何在paypal定期付款中设置初始金额的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

下面是我的API,我如何设置一些初始金额





redirectUrl = SubURL +&+business = + PayPalEmail +&+item_name = Subscription&item_number = 1&amount =+ AmountMonthly +&+no_shipping = 1&no_note = 1¤cy_code = USD&lc = US&bn = PP-BuyNowBF&+return =+ SuccessUrl +&+ cancel_return = ++ CancelUrl +&+rm = 2&custom =+ paymentId +&t2 = M&a3 =+ AmountMonthly +&p3 = 1&t3 = M&src =++ Recurring +&srt = 12&sra = 1&modify = 0;

below is my API, how i set some initial amount


redirectUrl = SubURL + "&" + "business=" + PayPalEmail + "&" + "item_name=Subscription&item_number=1&amount=" + AmountMonthly + "&" + "no_shipping=1&no_note=1¤cy_code=USD&lc=US&bn=PP-BuyNowBF&" + "return=" + SuccessUrl + "&" + "cancel_return=+" + CancelUrl + "&" + "rm=2&custom=" + paymentId + "&t2=M&a3=" + AmountMonthly + "&p3=1&t3=M&src=" + "" + Recurring + "&srt=12&sra=1&modify=0";

推荐答案

永远不要接受来自不安全网站的代码来处理任何与真钱有关的事情。

你没有知道谁给你代码,你不知道它做了什么,你不知道它将钱正确地放入适当的帐户,而不将细节传递给任何第三方。



只从信誉良好的信用卡交易服务公司获得此类代码 - 否则欺诈范围太大。请记住,如果您的行为被视为疏忽,您个人可能会对丢失的任何款项承担责任 - 从公共论坛获取您的代码肯定会是!



并且一遍又一遍地停止发布相同的问题或者我们会开始考虑滥用它...



对话



To



Paypal。
Never, ever, accept code from a insecure website to handle anything to do with real money.
You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third parties.

Only get such code from reputable card transaction service companies - the scope for fraud otherwise is far too large. And remember, you personally could be liable for any monies lost if your action is seen to be negligent - which getting your code from a public forum would most certainly be!

And stop posting the same question over and over or we will start considering it abuse...

Talk

To

Paypal.


这篇关于如何在paypal定期付款中设置初始金额的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆