【问题标题】:Stripe List a Customer's PaymentMethods by multiple types按多种类型条带列出客户的 PaymentMethods
【发布时间】:2022-09-29 01:15:46
【问题描述】:

我们如何在一个请求中检索类型= us_bank_account 和卡的客户的付款方式列表? type 参数一次只能支持一个值。

https://stripe.com/docs/api/payment_methods/customer_list

curl -G https://api.stripe.com/v1/customers/cus_MT5jjlXfiQl4dH/payment_methods \\
-u {Key} \\
-d type=card

    标签: stripe-payments


    【解决方案1】:

    这是条纹的答案:

    你好呀,

    感谢您的耐心等待。克莱尔把你的案子寄给我 payment_method 列表,我会尽力帮助:

    目前,同时列出 card 和 us_bank_account payment_methods 将 需要两个调用,每个调用都有不同类型的过滤器。

    目前唯一可以规避这一点的功能是 Stripe Sigma,通过查询 Payment_methods 表: https://stripe.com/docs/stripe-data/write-queries

    我将与我们的工程师讨论您的询问,以便找到解决方案 在这方面实施。我建议订阅我们的 针对这些新功能的开发人员更新: https://go.stripe.global/subscribe

    我希望这个信息帮助。让我知道我是否可以更进一步 协助。最好的,卢卡斯

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-12-16
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多