I have a Redirect
to take the buyer to the Paypal cart. The URL it forwards them to is (formatted for readability):
https://www.paypal.com/cgi-bin/webscr?cmd=_xclick
&business=email@domain.com
&pal=BGUR9WCWZAL7G
&button_subtype=services
&no_note=1
&no_shipping=1
&rm=1
&return=http://127.0.0.1/store/thank-you
&cancel_return=http://127.0.0.1/store/payment-cancelled
&shipping=0.00
&custom=LoggedInUser|45
¤cy_code=EUR
&item_name_1=Store 9 Item
&amount_1=12.00
&item_name_2=Something else
&amount_2=24.00
I can't use Post data for design reasons.
If I have it as a single item by passing &amount=1&item_name=5 Store Items
it works fine, but I need to break it down into individual items if possible.
Is this do-able? I see this question: Paying for multiple items (at once) via paypal
But it's for posting, not a url