-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
null response on getMessage() #16
Comments
I noticed the gateways are updated to TLS 1.2 only, perhaps this is the cause?
|
The TLS 1.2 thing is almost certainly the issue. Can you check that your system is doing a TLS 1.2 connect? Depending on the version of OpenSSL or equivalent that you have, it may be necessary to set the TLS version explicitly. |
I've been in contact with Firstdata about their API access, it appears some of the endpoints have been shutoff too. Even forcing TLS 1.2 in curl, etc - this would not connect using 'FirstData_Webservice' Ended up writing my own with Guzzle using the only endpoint I could find that is still active, though according to them this will be sunset soon too. Using version 1.1 of their API. Good enough for now until I just move to something else.
|
Using FirstData_Webservice, getting a null response on the transaction send.
The text was updated successfully, but these errors were encountered: