Except as detailed below, my flow is working in both sandbox and live.
I set urlencoded nvp SURVEYENABLE=1&SURVEYQUESTION=test&L_SURVEYCHOICE0=yes&L_SURVEYCHOICE1=no
, but buyer is never shown survey; GetExpressCheckoutDetails
does not contain SURVEYQUESTION
or SURVEYCHOICESELECTED
.
I set urlencoded nvp ALLOWNOTE=1
, but buyer is never shown the note text input box; GetExpressCheckoutDetails
does not contain NOTE
. However, if I set PAYMENTREQUEST_0_NOTETEXT="seller test note"
, this is passed to GetExpressCheckoutDetails
(just as if it was PAYMENTREQUEST_0_CUSTOM
).
Problem is seen both live and in sandbox.