vbscript - Paypal Express Checkout paymentinfo_0_amt value returned -
testing using sandbox @ moment new functionality use paypal express payment method. have made payment , inspecting returned values doexpresscheckoutpayment
one of fields returned paymentinfo_n_amt , vbscript code ppfamt = resarray("paymentinfo_0_amt") ' final amount charged, including shipping , taxes merchant profile.
expect value match total amount being requested (from set) seems rounded.
i.e. if request payment of 217.85 - ppfamt value 218.00
if request payment of 66.90 - ppfamt 67.00
using gbp currency both seller , buyer accounts.
has else come across this? can't see doing wrong or rounding in code, assuming paypal doing this.
advice appreciated.
user error - paypal returning value sent in doexpresscheckoutpayment stage.
Comments
Post a Comment