I am making use of Paypal for billing in my app. I have successfully done with Express Checkout in production. Now for user not having Paypal account I want to have "pay with credit card option" now here I have to ask two things;
First: In Pakistan (upon calling express checkout page)Paypal window showing the credit card option if you dont have an account but not in UK and Germany ( I tested in these two regions) why it is so and what the work around?
Second: I have implemented Direct payment which needs Website Payment Pro to be enabled.and I have designed the whole screen which takes credit card info from user and then call doDirectPayment()
which is not trustful from user's point of view ,so is there any other way to get payments with credit cards on a paypal hosted page for security and trustful transaction?
assistance required Cheers