well, i am pretty sure i am an imbecile since i cant get it to work :/ i am using their wizard and following their steps but i just cant figure it out.
i am trying to have the Express Checkout with 2 methods:
- PayPal checkout on the shopping cart.
- PayPal as a payment option.
i did:
- downloaded the
expresscheckout.asp
&paypalfunctions.asp
- set my API credentials in
paypalfunctions.asp
- put the total amount in
Session("Payment_Amount")
- changed my form to POST
action="expresscheckout.asp"
and added paypal submit button thingy.
but when i checkout it goes to expresscheckout.asp
and nothing happens. page is all white.
i know 2. PayPal as a payment option
is not sopposed to work since i didnt add the code needed. but 1. PayPal checkout on the shopping cart
should be working as much as i could understand.