php - Making Parallel Payments with calculated regional taxes (PayPal) -
i in situation need spilt payment between multiple recipients in parallel, may in different countries , different taxes may apply per payment receiver.
for using paypal's adaptive payments service, provided php sdk.
my vat configuration in accounts have been testing follows:
however on checkout no taxes applied, after logging account in 1 of affected countries:
i have simple demonstration page hosted here:
http://paytest.kingston-fear.com/
uses sandbox accounts, yet issue occurs live accounts vat set up.
i've tried simplify code as possible demonstration purposes: https://github.com/xyploatkyrt/paytest/blob/master/checkout.php#l9
the tax , shipping rates set in account apply payments standard transactions. not adaptive payment or express checkout payments.
Comments
Post a Comment