I'm stuck with production payment got bad request error

no only with npm run dev, also npm run start:sandbox

Lifecycle scripts included in @square/[email protected]:
start
NODE_ENV=production micro --listen tcp://0.0.0.0:${PORT-3000}
test
npm-run-all --serial lint test:*

available via npm run-script:
start:sandbox
NODE_ENV=sandbox micro --listen tcp://0.0.0.0:${PORT-3000}
inspect
node --inspect node_modules/.bin/micro-dev
dev
micro-dev
lint
npm-run-all --serial lint:*
lint:eslint
eslint --ignore-path .gitignore --cache .
lint:prettier
prettier --ignore-path .gitignore --check .
lint:prettier:fix
prettier --ignore-path .gitignore --write .
test:unit
nyc ava

PS C:\xampp\htdocs\web-payments>