function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rickynrickyn 

PAYPAL TOOLKIT ERROR 580029 : Missing required request parameter: X-PAYPAL-SANDBOX-EMAIL-ADDRESS

I am using the X-Paypal Toolkit for force.com and am attempting to create a new paypal account using the adaptive accounts API.

 

I am using the CreateAccountTest page from the toolkit.  I receive the following error, although my Sandbox email address is populated on the page and it is the same email address used to login to my paypal sanbox account.

 

PAYPAL TOOLKIT  ERROR 580029 : Missing required request parameter: X-PAYPAL-SANDBOX-EMAIL-ADDRESS

 

It seems that I have to put the Sandbox email in the header of the request based on this https://www.x.com/developers/paypal/forums/paypal-sandbox/adaptive-accounts-create-account-problem

 

However I do not know how to edit the toolkit code to achieve this. Can anyone help please?

 

Thanks