Laravel 5 catching PayPal PHP API 400 errors on localhost:8000
问题 Using the PayPal API with my Laravel 5.2 install, specifically this package: https://github.com/anouarabdsslm/laravel-paypalpayment The package works great! and I am taking payments perfectly! I am struggling to catch and redirect when incorrect details e.g. bank card details are entered by a user. The Laravel application just throws a 400 error. What I am wanting to do is catch the errors and redirect back and notify the user. The code below is where I make a request: try { // ### Create