PaymentFailed for Test app with GENERIC_ERROR and type of PaymentFailed

I had a Test App for shopify which is using Paysera payment provider.
When click on Pay now button, it’s saying -

There was an issue processing your payment. Try again or use a different payment method.

And console response was like this -

{> > “data” : {> > “receipt”: {> “id”: “gid://shopify/ProcessedReceipt/xxxxx”,> “processingError”: {> > “code”: “GENERIC_ERROR”,> > “messageUntranslated”: “”,> > “__typename”: “PaymentFailed”,> > },> “__typename”: “FailedReceipt”> }> > }> > }

Does anyone has any idea how can I get the actual error message what’s being error.

Note: The same test payment was working perfectly in two months ago.

1 Like

Hello @maniruzzaman

Based on the response you provided, it seems that the payment processing failed with a generic error and no specific error message was provided. However, there are a few things you can do to try and troubleshoot the issue:

  1. Contact Paysera support: It’s possible that there is an issue on their end that is causing the payment to fail. Contacting their support team may help you identify any issues and resolve the problem.

  2. Check your payment gateway settings: Make sure that your payment gateway settings are configured correctly. Check your API keys and any other relevant settings to ensure that they are correct.

  3. Check for conflicts with other apps: If you have recently installed or updated any other apps on your Shopify store, it’s possible that there is a conflict with the Paysera app. Try disabling any recently installed or updated apps and see if that resolves the issue.

  4. Check your payment provider’s documentation: Check the Paysera documentation to see if there are any known issues or troubleshooting steps that you can follow. They may have specific instructions for resolving payment processing errors.

  5. Test with a different payment method: Try using a different payment method to see if the issue is specific to Paysera. If a different payment method works, it’s likely that there is an issue with Paysera and you should contact their support team

Feels like a ChatGPT generated solution. Which already I have. :sad_but_relieved_face:

Hello, may I ask how you solved this problem? I am also troubled by this problem now

Problem is not solved

I have the exact same issue.
Did you find a solution to this?