Stripe Error

Hello,

Self hosted using Bitnami on Google Cloud Platform.

Getting Stripe: There was an error processing your payment. Please try again later. Oddly enough the payment goes thru and shows on my Stripe dashboard, any ideas?

Please check storage/logs/laravel.log for more details about the error.

Also, which version are you running?

This is the error is see:

[2016-03-28 04:29:01] production.ERROR: exception ‘Illuminate\Session\TokenMismatchException’ in /opt/bitnami/apps/invoiceninja/htdocs/vendor/compiled.php:2550

Version: 2.5.0.3 Using Bitnami stack on Google Cloud Platform

Are you able to reproduce the error when making test payments?

Changed to test keys, said payment went thru and I don’t get that error but I do get this:

[2016-03-29 20:04:12] production.ERROR: Email Error: fopen(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
{“context”:“PHP”,“user_id”:1,“account_id”:1,“user_name”:“FName LName”,“method”:“POST”,“url”:“https://billing.ocstampa.com/payment/fZeeMps1OGqXNNO4INeF910AGMuKy2bW",“user_agent”:"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; MAARJS; rv:11.0) like Gecko”,“ip”:“67.78.214.194”,“count”:1}

This error could explain the payment succeeding but your client seeing an error. This would occur when sending the notification emails which is after the payment is processed.

Here’s one solution which may help: https://github.com/composer/composer/issues/3346#issuecomment-76593763 You’ll find many other suggestions if you search for ‘ssl3_get_server_certificate:certificate verify failed’