Jump to content

problem to link paypal account with prestashop checkout module


Recommended Posts

hello, we have a problem to link our account with prestashop checkout module. When we try to do it the system show this error: 

{
    "id": "b79aef84-2447-4dfc-9951-48f0165e2f99",
    "timestamp": "2024-03-23T09:47:34.868Z",
    "method": "GET",
    "url": "/configuration/7faaedd[Removed. Phone #s not permitted]f6fa939589e2925a8f74a281d114a230ea7542",
    "params": "{}",
    "error": {
        "code": 400,
        "message": "merchantIdInPayPal must be a string, merchantIdInPayPal should not be empty, merchantId must be a string",
        "errors": [
            {
                "reason": "INVALID_INPUT",
                "message": "merchantIdInPayPal must be a string, merchantIdInPayPal should not be empty, merchantId must be a string",
                "data": {
                    "details": [
                        {
                            "field": "merchantIdInPayPal",
                            "issue": "isString",
                            "description": "merchantIdInPayPal must be a string"
                        },
                        {
                            "field": "merchantIdInPayPal",
                            "issue": "isNotEmpty",
                            "description": "merchantIdInPayPal should not be empty"
                        },
                        {
                            "field": "merchantId",
                            "issue": "isString",
                            "description": "merchantId must be a string"
                        }
                    ],
                    "context": {
                        "hmac": "09a6236[Removed. Phone #s not permitted]4a230ea7542"
                    },
                    "level": "error"
                }
            }
        ]
    }
}

 can someone help us? thanks

Link to comment
Share on other sites

Same here. Tried a couple of times with the same result. The installation worked two days ago when we did a test install, but we had to revert it due to other issues. Now, I cannot connect the module with the same error:
 

[
  {
    "field": "merchantIdInPayPal",
    "issue": "isString",
    "description": "merchantIdInPayPal must be a string"
  },
  {
    "field": "merchantIdInPayPal",
    "issue": "isNotEmpty",
    "description": "merchantIdInPayPal should not be empty"
  },
  {
    "field": "merchantId",
    "issue": "isString",
    "description": "merchantId must be a string"
  }
]

 

Link to comment
Share on other sites

On 3/24/2024 at 4:41 AM, mukareste said:

Same here. Tried a couple of times with the same result. The installation worked two days ago when we did a test install, but we had to revert it due to other issues. Now, I cannot connect the module with the same error:
 

[
  {
    "field": "merchantIdInPayPal",
    "issue": "isString",
    "description": "merchantIdInPayPal must be a string"
  },
  {
    "field": "merchantIdInPayPal",
    "issue": "isNotEmpty",
    "description": "merchantIdInPayPal should not be empty"
  },
  {
    "field": "merchantId",
    "issue": "isString",
    "description": "merchantId must be a string"
  }
]

 

now i cant install the paypal module too. everytime that i select the paypal option in the checkout page the website show the error 502. I think paypal has too much problem with the modules 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...