PayPal: express checkout pay without account

前端 未结 2 1328
南笙
南笙 2020-12-04 18:21

Is it possible to do an express checkout payment in PayPal without an account?

I remember that I saw it somewhere, but I don\'t remember where. Once a time in PayPa

2条回答
  •  北海茫月
    2020-12-04 18:48

    Yes, that's certainly possible.

    Simply set SOLUTIONTYPE parameter to Sole in your initial SetExpressCheckout API call (SOLUTIONTYPE=Sole). Optionally you can also specify LANDINGPAGE=Billing for the billing page to be forced.

    Note: In order for SOLUTIONTYPE=Sole to work, you must have 'PayPal Account Optional' set to 'On' with the 'Website Preferences' section of your PayPal account.
    Profile > My selling tools (or: My selling preferences) > Website Preferences > Update > PayPal Account Optional: On.

    EDIT:

    As mentioned in one of the comments, it's possible this may only work if you add the LOCALECODE=us parameter too.

提交回复
热议问题