paypal express checkout =>Error: Security header is not valid

前端 未结 5 1482
野性不改
野性不改 2020-12-28 11:58

Error : Security header is not valid Array

(
    [TIMESTAMP] => 2014%2d04%2d29T07%3a24%3a29Z
    [CORRELATIONID] => 6af6749c848d6
    [ACK] => Failu         


        
5条回答
  •  粉色の甜心
    2020-12-28 12:52

    generally this error means you are not using the correct API credentials. If you are convinced your credentials are correct then take a look at your endpoint. Sandbox credentials will not be valid in the production environment and live credentials will produce this error in the sandbox

提交回复
热议问题