我正在从Python Stripe API请求所有争议。我当前检索所有争议的代码如下。import stripestripe.api_key = "12345"disputes = stripe.Dispute.list(limit=100)不过,我只想包含请求纠纷status的needs_response。在 Stripe API 中是否有特定的方式来请求这些争议?
添加回答
举报
0/150
提交
取消