using express checkout, I want to select if the user will be redirected to paypal login page, or the page where to insert the credit card data and optionally register an account.
I looked at advance variables https://developer.paypal.com/docs/classic/api/merchant/SetExpressCheckout_API_Operation_NVP/
but i do not found how to customize the default payment page type,
- pay with my paypal account (LOGIN)
- or credit card payment without registration
anyone can help me plz?