Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
When merchant visits this payment confirmation_url the page is stuck here, throwing the error as mentioned above.
Signature Error: Invalid Signature
When you get the confirmation_url from Admin billing api, before redirection do decodeURIComponent(javascript) of it. Sometimes the signature part of the confirmation_url might contain the symbols like '+'. In my case it was the url-safe encoding of the symbol + was coming as %2B. So above error will not occur always. So it's difficult to debug also. welcome
@Adhil1 I have the same issue but would love some clarity on your response.
Should the signature have the plus symbol + or should it have %2B to work?
This: 12345+6789--00
or this: 12345%2B6789--00
Thanks!
Same issue over here.
We implemented the decodeURIComponent fix, but it is still happening for certain customers.
Any input is much appreciated.
Best,
Dave