Till
Till

Reputation: 1138

Add email to PayPal's DoDirectPayment request

I'm using the PayPal PHP SDK to do a DoDirectPayment request and the example code and the class documentation doesn't explain how to add an email address to the request. Is that possible somehow?

Thanks!

Upvotes: 1

Views: 49

Answers (1)

Till
Till

Reputation: 1138

The email address can be supplied using the Payer property on PayerInfoType as explained here.

Upvotes: 2

Related Questions