【问题标题】:Is it possible to get the deposit history using Stripe?是否可以使用 Stripe 获取存款历史记录?
【发布时间】:2024-01-03 16:50:01
【问题描述】:

我想使用当前正在开发的应用服务器的 Stripe API 来获取存款历史数据。 如果没有这样的API,是否可以通过webhook检测存款并每次都保存在数据库中?

【问题讨论】:

    标签: php stripe-payments payment


    【解决方案1】:

    取决于您所说的“存款历史”是什么意思。 Balance Transaction API 将向您展示资金如何通过您的 Stripe 账户移动:https://stripe.com/docs/api/balance_transactions

    【讨论】: