Magento2 with WorldPay Payment Gateway, Getting error "Payment failed, please try again later EXT_67: Unexpected Error" - payment

I am using WorldPay payment method on my Magento2 store. I have tested it in the test environment and it's working as expected(Redirecting me to Worldpay site).
Now, I have changed the mode/environment to live and it's not redirecting to the Worldpay site. I am getting this error on the checkout page as:
"Payment failed, please try again later EXT_67: Unexpected Error".
I am using WorldPay Paypal method.
Please share your views here if you guys have faced this type of problem too.
Thanks in advance!

Related

I get a code: 615 in weatherstack when I try to catch data

I did an application in node.js
http://api.weatherstack.com/current?access_key=mykey&query=New York
I have this error
{"success":false,"error":{"code":615,"type":"request_failed","info":"Your API request failed. Please try again or contact support."}}
Could you please help me?
Before It worked.
When I found a problem I did
changed API Access Key
I created a new account and use a different key - the same problem
I sent a letter to weatherstack
I didn't get a response.
Try to add this "" at the end of URL this worked for me

Getting 404 on 2Checkout Order Creation

I have been struggling to create order on 2checkout using EES_TOKEN (2pay.js)
When I execute the api request at https://api.2checkout.com/rest/6.0/orders, I am getting
error_code: 'RESOURCE_NOT_FOUND', message: 'Resource not found' }
Before this I am creating customer, and that's working fine
So I contacted the support and they gave me this reply (Attaching photo)
I can feel, how stupid it is :)

eg-01-java-jwt example returning empty body

I'm trying to use the example project, but I keep getting this message:
DocuSign Exception!
Reason: 0
Error Reponse: null
I have configured everything following the instructions in the repository page.
I have tried debugging the class responsible for the HTTP Post, but so far I got nothing.
Probably you need to grant consent for the integration key to impersonate the user.
See https://github.com/docusign/docusign-java-client/issues/111#issuecomment-513537950

Account linking returns errors

I am facing issue with account linking in google action console. What should be parameter in the https://oauth-redirect.googleusercontent.com for successful account linking and redirecting me back to simulator?
Firstly I have used auth0 for account linking. It was successful v.i.a simulator i.e It was opening the auth0 login page where I logged in and it was showing me "Account Linking Successful" and redirecting me back to google simulator page for further testing. But when I used my website for authentication It is returning error while Account linking.
https://oauth-redirect.googleusercontent.com/r/airpurifier-dlfvrq?state=MY_STATE&access_token=KkvQ85d36b1ebcf0cea06a5148236tdVEp&token_type=bearer
returns "The parameter "code" or "error" must be set in the query string". as error message
When I intentionally add
https://oauth-redirect.googleusercontent.com/r/airpurifier-dlfvrq?state=MY_STATE&access_token=KkvQ85d36b1ebcf0cea06a5148236tdVEp&token_type=bearer&code=200
An error occurred in returning the result.
I have followed the entire documentation from https://developers.google.com/actions/identity/oauth2
Any help will be appreciated. Thanks.
As per the documentation the return URL should be in below format:
https://oauth-redirect.googleusercontent.com/r/YOUR_PROJECT_ID#access_token=ACCESS_TOKEN&token_type=bearer&state=STATE_STRING
Notice that you are using "?" after project ID which should be "#". Change it and try. It should work.

laravel socialite facebook loging error This authorization code has been used

i am using lavel/socialite in laravel project version 5.4
Now i am facing an error
ClientException
Client error: `POST https://graph.facebook.com/v3.0/oauth/access_token`
resulted in a `400 Bad Request` response:{"error":{"message":"This
authorization code has been used.","type":"OAuthException", "code":100,
"fbtrace_id":"F7xwAj18Ez (truncated...)
some times it working and sometimes showing this error.
have any suggestions to solve the issue.
in some cases, you can use a simple condition
if (!$request->has('code') || $request->has('denied')) {
return redirect('/');
}
because when you try more than once facebook will not allow for gave information request.

Resources