dongyonglie5132 2016-07-28 09:24
浏览 66

paypal快速结账设置贝宝费额外

I have integrate paypal express checkout in our website. as i know and get information from paypal documentation.

Need to set Amount parameter in request input and paypal deduct fee based on amount, but i want paypal add fee additional on amount.

Example : Product amount : $100.00;

Paypal deduct fee 2.9% on $100.00 but i want add aditional 2.9% on main amount, like :

Amount = 100.00
Fee = 2.9%

Than Total amount is = $100.00 + 2.9% = $102.90

means i want paypal automatically set his fee on checkout page and charge to user.

Can anyone help me.

Thanks in Advance.

  • 写回答

1条回答 默认 最新

  • doudi2005 2016-07-28 14:38
    关注

    If you want to add that fee on to your order you'll need to do so prior to sending the user to PayPal, or you could also do it on your review page after the user is returned from PayPal.

    Most people just add this to their cart as a "handling fee" or whatever you want to call it. If you want to be more accurate you should use the 2.9% + .30 formula.

    评论

报告相同问题?