【发布时间】:2016-10-21 08:51:09
【问题描述】:
我在 react native 上使用条带集成。我按照URL 上的说明进行操作
我可以向 Stripe 发送请求,但我一直收到错误响应。
response {
"error": {
"type": "invalid_request_error",
"message": "Invalid API Key provided: \"[****** ********fer]\".
This key contains at least one space. Please delete the spaces and try again. If you have any questions, we can help at https://support.stripe.com/."
}
}
但我仔细检查了密钥中没有任何空格,但没有运气。
任何想法,我错过了什么?
注意:我的条带帐户处于测试模式,我正在使用测试密钥。
【问题讨论】:
标签: android api react-native stripe-payments