Reputation: 51
I am using paypal sandbox and the php sample code. When I checkout with paypal, I never see a link to pay with credit card. Do I need to do any special configuration to pay with a credit card?
Upvotes: 0
Views: 216
Reputation: 26056
Make sure you have the following parameters set in your SetExpressCheckout request.
Also make sure you're using API version 119.0, which is the latest version.
Upvotes: 1