带有“立即购买”按钮的 Paypal 折扣代码
我创建了一个贝宝立即购买按钮并成功集成。在测试时,我注意到一旦我到达贝宝网站,就有一个兑换“优惠券、奖励或其他折扣”的选项。
如何创建优惠券/折扣代码?
到目前为止我看到的说明似乎与处理您自己的网站上的优惠券代码有关,即您必须允许用户在您的网站上输入代码。我正在寻找一种解决方案,让我的客户可以使用我之前提到的选项在 PayPal 网站上兑换优惠券代码。
I've created a paypal buy now button and integrated it successfully. When testing I notice that once I reach the paypal site there's an option to redeem a "voucher, reward or other discount".
How do I create the voucher/discount codes?
The instructions I've seen so far seem to relate to handling the coupon codes on your own website i.e. you have to allow users to enter the code on your site. I'm looking for a solution where my customers can redeem a coupon code on the paypal website using the option I mentioned earlier.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您无法创建优惠券。只有 PayPal 或 eBay 用户可以创建这些。
在将总金额发送到 PayPal 结账之前,您必须创建一个脚本来计算您网站上的折扣。
检查我在我的个人资料上发布的脚本以获取更多信息。
You cant create vouchers. Only paypal or ebay users can create those.
You're gonna have to create a script that calculates the discounts on your website before sending the total amount to paypal checkout.
Check a script i posted on my profile for more info.
如果您使用的是 PayPal API V2,请将其添加为细分的一部分。
https://developer.paypal.com/docs/api/orders /v2/#definition-amount_breakdown
If you are using V2 of the PayPal API, add it as part of the breakdown.
https://developer.paypal.com/docs/api/orders/v2/#definition-amount_breakdown