Is there a way to skip the 2 step confirmation process using the PayPal REST Api?
I\'ve successfully implemented the standard process using the PayPal REST api, whic
This use case does exist on the REST side of things, but currently only available via the Mobile SDKs. For more details look into https://developer.paypal.com/docs/integration/mobile/make-future-payment/
When users are paying with PayPal in web, redirection to PayPal is still necessary in the REST ecosystem.