Hash in coldfusion for secure payment gateway

后端 未结 2 1248
遥遥无期
遥遥无期 2021-01-22 01:41

I am trying to create a hash password in coldfusion for our secure payment gateway to accept a transaction.

Unfortunately the payment gateway is refusing to accept my ge

2条回答
  •  借酒劲吻你
    2021-01-22 02:40

    I believe the link Miguel-F posted will fix your issue. Coldfusion's hash output is in all uppercase where most (all?) other outputs I've seen are in lowercase. Depending on how your gateway handles case sensitivity you should try passing a lowercase hash.

      
    

提交回复
热议问题