testing - 如何创建用于在 stripe.com 上进行测试的历史数据

标签 testing stripe-payments

我正在努力将 stripe.com 集成到我的应用程序中以进行支付,并在该数据之上编写一些分析。

我无法弄清楚如何创建用于在 stripe.com 上进行测试的历史数据。有什么办法吗?

最佳答案

截至目前,无法使用过去的交易数据创建 strip 帐户或添加具有过去日期的数据。您可以创建一个脚本来用一些测试数据填充一个帐户,或者您也可以使用 Stripe 仪表板在 https://dashboard.stripe.com/test/dashboard 上创建测试数据。 .有关测试和测试卡号以在您的 Stripe 帐户中创建各种事件的更多信息,请查看 - https://stripe.com/docs/testing

查看我关于此主题的博客 - https://www.stripetics.com/blog/past-data-stripe-testing/

关于testing - 如何创建用于在 stripe.com 上进行测试的历史数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28071883/

相关文章:

从非递归上下文无关文法生成有限语言的算法

python - pytest-cache 背后的想法是什么?

javascript - Stripe 付款分为分期付款

stripe-payments - 测试 Stripe 中的invoice_payment.failed事件

ios - 如何使用应用程序端的 strip 更新保存的信用卡信息(swift)

ruby-on-rails - 你如何覆盖 :set_initial_state from AASM when testing with Factory Girl factories?

.net - 如何对配置进行单元测试

python - Django 和缓慢的迁移 : how to quickly get an empty database?

http - 解析云 httpRequest strip 订阅 at_period_end 参数

javascript - 如何从 View 中的表单向 Controller 发送 Stripe token ?