【发布时间】:2021-10-01 07:10:52
【问题描述】:
每当我使用格子/条纹集成创建银行帐户令牌并继续使用它为我的客户创建条纹银行帐户时,它都会不断返回“无此类令牌”错误。 现在我已经完成了此处发布的其他问题,这些问题建议检查环境是否匹配,即我的条带键是否是测试键以及我的格子是否处于沙盒模式。 它们都处于测试模式,但仍然失败。
PLAID_ENV = sandbox
const client = new plaid.Client({
clientID: PLAID_CLIENT_ID,
secret: PLAID_DEV_SECRET,
env: plaid.environments[PLAID_ENV],
options: {
version: '2020-09-14', // '2020-09-14' | '2019-05-29' | '2018-05-22' | '2017-03-08'
}
});```
My stripe is using the Stripe Test keys. I confirmed the accounts are linked.
Any help figuring out why it still returns this error would be appreciated
【问题讨论】:
-
你问过 Stripe 支持吗?
标签: stripe-payments plaid