PayPal Express Checkout for Payflow documentation says it's possible to skip Get Express Checkout Details step by adding "useraction=commit" to URL that redirects user to PayPal. However, it also says that PAYERID parameter is returned in response to Get Express Checkout Details and required for Do Express Checkout Payment.
When I test the process without PAYERID I get "[RESPMSG] => Field format error: Invalid PayerID". Is there any way to get the PAYERID for Do Express Checkout Payment without the Get Express Checkout Details request?