I am trying to use the Recurring payment API offered by PayPal.
When I create a recurring payment either with express chekout token or with credit card details the payment is always successful.
There are instructions here on how to test error conditions http://www.paypalobjects.com/en_US/ebook/PP_Sandbox_UserGuide/testing_error_conditions.html i.e. you can specify for example cvv2=116 and it will produce an error for doDirectPayment, but it does not seem to work with recurring payments.
Is there a way to simulate failed recurring payment in sandbox?
Thanks!