Hi,
Managed to get Stripe to work on FreeBSD, and I am now migrating from Substack.
I was trying to connect to Stripe and every time I put in the key and try to save, I get the following error.
Invalid secure key
If I try to connect to Stripe, it shoots this error
{“errors”:[{“message”:“Request made from incorrect origin. Expected ‘https://www.xxxxx.xxx’ received ‘https://xxxxx.xxx’.”,“context”:null,“type”:“BadRequestError”,“details”:null,“property”:null,“help”:null,“code”:null,“id”:“041873a0-2ed0-11ed-af37-47e61cd9db38”,“ghostErrorCode”:null}]}
I’m unsure of what to do past this point. What am I missing?
Thanks.