【发布时间】:2021-06-12 08:24:16
【问题描述】:
我正在关注this article。我正在寻找我的 Stripe 签名密钥,这里需要:
$ firebase functions:config:set \
keys.webhooks="your_restricted_key" \
keys.signing="your_signing_key" <--
一开始我以为这是我的发布密钥,但在尝试之后我得到了this question.的错误
解决方案:
转到:
从您的帐户接收事件的端点
dev/webhooks 在条带控制台上。
点击进入您的网络钩子:
在:Signing secret
【问题讨论】:
-
您是否设置了您的 webhook 和所有您可以/必须在其中设置您的签名密钥的东西?
标签: typescript firebase terminal stripe-payments