Reputation: 63
What are the correct shipping POST variables for Paypal Website Payments Standard Checkout?
I've spent many hours getting shipping somewhat working on Paypal Website Payments Standard Checkout. Actually I'm using IPN as well, but that's not relevant to this, which is about getting the shipping and handling charges from my cart to show up on the paypal checkout and replace the paypal shipping calculator.
Things I've found out:
So I hope that helps someone who comes after. And I hope Paypal gets their act together on the docs, that's a whole big waste of time that I had.
But apart from that - is there a better way to do the shipping? What SHOULD that variable be called if not "shipping" and not "shipping_cart"? And is there an up-to-date doc anywhere?
Upvotes: 5
Views: 1886
Reputation: 4894
The 'handling' parameter works for this. It will actually be displayed as something like "Shipping & Handling" on PayPal's checkout page.
Upvotes: 2