简体   繁体   English

PayPal-如何拒绝低于特定阈值的付款?

[英]PayPal - How to refuse payments below a certain threshold?

I am selling a high volume product that costs a minimal amount per piece. 我正在销售一种批量生产的产品,每件的价格最低。 ($0.001 USD each to be exact). (确切地说,每个$ 0.001美元)。

I allow my customers to purchase a one time amount of product or a recurring payment amount of product at their desired choice of USD per payment. 我允许我的客户以他们希望的每次付款选择购买一笔金额的产品或产品的定期付款金额。

How can I limit my customers to only spending $10 USD or more per payment through PayPal? 如何限制我的客户每次通过PayPal付款时仅花费10美元或更多? They limit it at $10,000 USD, can I limit it at $10 USD? 他们将其限制为10,000美元,我可以将其限制为10美元吗?

Right now, I am not processing payments of less than $10 USD, and recommending that customers do not, but it is still possible to make them. 目前,我的付款金额不低于10美元,建议客户不要这样做,但仍然可以付款。

The problem arises when a customer purchases $1 worth of product and paypal takes 40 odd percent of that payment due to per-payment fees. 当客户购买价值1美元的产品,并且由于按次付款而导致Paypal收取该付款的40%时,就会出现问题。

I do not believe PayPal offers a setting for minimum allowed payment. 我不认为贝宝(PayPal)提供允许的最低付款设置。 This is something you would need to handle on the server side. 这是您需要在服务器端处理的事情。 It would be easy enough to do. 这很容易做到。 Just don't display the "Pay with PayPal" button unless the order total is $10 or more. 除非订单总额达到10美元或更多,否则就不要显示“使用PayPal付款”按钮。

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

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