You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm using a custom domains (virtual host) on my local environment and my urls are not working anymore. Do you know any work around in the meantime ?
Hope this is fixed quickly though
Hi,
Since last week, we encounter an error during the payment process in local environment and github actions (tried with both testing payment cards : https://docs.mangopay.com/testing/payment-methods#cb-visa-mastercard).
After submitting the payment form to MANGOPAY, we end up on the following URL :
https://homologation-webpayment.payline.com/webpayment/getToken
With the following content :
errorCode=02628
But I don't find this error code in the documentation.
Any ideas ?
[EDIT]
It actually happens in local and within github actions but it works on our staging environment...
[UPDATE]
According to other PSP documentation, It seems that the error code 02628 refers to an invalid return URL.
Here's an example of my return URL : https://localhost/reservation/confirmation/01J5827H8F9D5PRH889KQ60M3T
We didn't change anything, it's the same URL we had before the bug.
[UPDATE 2]
Ok, I just replaced localhost with 127.0.0.1 and the error code disappeared, letting me process the payment.
Why can't we use localhost in the returnURL anymore ?
The text was updated successfully, but these errors were encountered: