Posted - 07/30/2024 : 05:10:13
Hi,
I have recently started using Square payments. Integration with ECT worked well. On my website checkout, a Google Pay option has appeared but it does not work. A message comes back saying 'payment declined by bank' (or similar) but I checked with my bank and they said no transaction had been presented or declined.
The message in the order, in ECT admin, says "Invalid verification_token: NOT_FOUND"
Details of the 'response' from Square API log below. I do have more details of the request, but not sure if they are appropriate to post on open forum.
I would like to accept both Google & Apple Pay if possible. Does anyone have any suggestions please?
Thanks Ellen
date: Tue, 30 Jul 2024 11:44:50 GMT content-length: 154 square-version: 2024-07-17 x-frame-options: DENY connection: keep-alive content-type: application/json strict-transport-security: max-age=31536000
{ "errors": [ { "code": "BAD_REQUEST", "detail": "Invalid verification_token: NOT_FOUND", "field": "verification_token", "category": "INVALID_REQUEST_ERROR" } ] }
Edited by - EllenD on 07/30/2024 07:53:35
|