dongpingwu8378 2013-02-26 03:43
浏览 44
已采纳

使用PayPal IPN验证付款金额(USD +其他),无需运费或税金

Sorry for the longwinded title, but that pretty much sums up my issue here. I am using PayPal IPN to verify incoming payments against prices in my database. I am only selling one item at a time, no cart, and there is no shipping cost. Tax is only charged if the buyer is from one area.

All prices are stored in my database as XX.XX without any tax. When PayPal sends back data via IPN I thought I could use mc_gross to compare with my database prices but I have found two possible issues:

  1. If the buyer pays with non-usd funds, I read that mc_gross will not equal the price I sent to PayPal in the first place and therefore will not matchup with my database, is this true?

  2. If the buyer is within the taxable area, and tax is added to his total at PayPal.com will this be reflected in mc_gross? I found conflicting info in the PayPal docs and online about whether or not mc_gross includes tax price.

  • 写回答

2条回答 默认 最新

  • douyuan9512 2013-02-27 00:56
    关注

    If the buyer pays with non-usd funds, I read that mc_gross will not equal the price I sent to PayPal in the first place and therefore will not matchup with my database, is this true?

    You should be verifying how you are processing the payment in the first place, lock down the fund type or store an item id using the custom variable

    If the buyer is within the taxable area, and tax is added to his total at PayPal.com will this be reflected in mc_gross? I found conflicting info in the PayPal docs and online about whether or not mc_gross includes tax price.

    mc_gross is the total amount paid so yes tax is included, you should be verifying what product was purchased using some sort of id not by the amount paid

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 pnpm 下载element-plus
  • ¥15 解决编写PyDracula时遇到的问题
  • ¥15 有没有人能解决下这个问题吗,本人不会编程
  • ¥15 plotBAPC画图出错
  • ¥30 关于#opencv#的问题:使用大疆无人机拍摄水稻田间图像,拼接成tif图片,用什么方法可以识别并框选出水稻作物行
  • ¥15 Python卡尔曼滤波融合
  • ¥20 iOS绕地区网络检测
  • ¥15 python验证码滑块图像识别
  • ¥15 根据背景及设计要求撰写设计报告
  • ¥20 能提供一下思路或者代码吗