user1717662
user1717662

Reputation: 51

paypal express checkout dont display link to pay with credit card

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

Answers (1)

Drew Angell
Drew Angell

Reputation: 26056

Make sure you have the following parameters set in your SetExpressCheckout request.

  • SOLUTIONTYPE=Sole
  • LANDINGPAGE=Billing
  • USERSELECTEDFUNDINGSOURCE=CreditCard

Also make sure you're using API version 119.0, which is the latest version.

Upvotes: 1

Related Questions