Closed umbecanessa closed 8 years ago
Hi @umbecanessa, I'm confused why you think that just accessing the SecureModeRedirectURL
is triggering the API error 500? But a couple of things:
SecureMode
set to "DEFAULT", you'll only get a SecureModeRedirectURL
above certain amounts (otherwise it will be null). But either way, you should check the SecureModeNeeded
parameter (if you're not already) to know whether you need to make use of the SecureModeRedirectURL
or notHi @hobailey, is very strange I just try it (without changing any line of code) now and it works perfectly.
OK, thanks for the update :-)
Hey, i've a super annoying error when i'm trying to access to SecureModeRedirectURL of the CardPreAuthorization object.
Every time i Get :
\MangoPay\ResponseException: Code: 500 Message: Internal server error. Internal Server Error
Details: MangoPay\Libraries\Error Object ( [Message] => Internal Server Error [Errors] => )
even if I try to print it with. Is the only property in the object that create this error.
Here is my code: