0

It appears that when in sandbox mode, MassPay doesn't send any email. However for my test environment, where my application is making (sandbox) API calls to send money to an email address, I'd still prefer that the the email address I provide to "pay" receives the fake notification. Is there any way to configure this?

Aaron Silverman
  • 22,070
  • 21
  • 83
  • 103

1 Answers1

0

In the sandbox, notifications are not sent to live email accounts. You can check sandbox emails when you login at https://developer.paypal.com >> Dashboard >> Sandbox notifications

On the other hand, you can implement PayPal's IPN and use that to programmatically send out your own custom generated emails. Information on using IPN can be found at [www.paypal.com/ipn]

zack
  • 106
  • 1