Replies: 4 comments
-
Events should be fired in every environment (local, test and production). Can you confirm you are receiving the response notification from Redsys? You can check this in the |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Otherwise, Redsys can't communicate with your application because your app is in your local environment. I created the Local Gateway to test locally without sharing the application but unfortunately, Laravel Sail can't POST request to the same application. |
Beta Was this translation helpful? Give feedback.
-
You can read the original Redsys documentation about the redirection method. You'll see how the notification and redirection work: https://pagosonline.redsys.es/conexion-redireccion.html |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm testing in my local environment payments with redsys, but either RedsysSuccessfulEvent or RedsysUnsuccessfulEvent are being triggered, i guess this is normal behaviour in local environment? And if it is how can i test this events in my local machine?
The hole flow is working correctly.
I'm using sail and i set
REDSYS_ENVIRONMENT=test
Beta Was this translation helpful? Give feedback.
All reactions