Using paypal_base.dll and Payflow_dotNET.dll

Have the following setup:

SetExpressCheckoutRequestType.SetExpressCheckoutRequestDetails.AllowNote = "1"

When checking out with PayPal Express Checkout (sandbox), the user can add notes. However, when the user submits an item, the notes field is null. Specifically:

  1. Calling DoExpressCheckoutPayment
  2. Populating DoExpressCheckoutPaymentResponseType

However, on the response, the Note field located here:

DoExpressCheckoutPaymentResponseDetails

is null. Is there some setting that I am missing? Is this not the field that corresponds to the order notes when using Paypal?

Thanks for the help!

link|improve this question

57% accept rate
feedback

1 Answer

You need to modify the settings in your paypal account settings.

Both in sandbox, and in production you must allow the account the ability to receive the payment.

The API does not override.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.