【发布时间】:2021-12-21 11:44:53
【问题描述】:
为什么我的发票在 Stripe 中 HastedInvoiceUrl 为空?我应该在我的 Stripe 帐户的后台以某种方式配置它吗?
我正在使用 C# 中的 Stripe.InvoiceService.ListAutoPagingAsync 方法。
我的发票状态为草稿。根据the documentation:
hosted_invoice_url 字符串
托管发票页面的 URL,允许客户查看和支付发票。如果发票尚未最终确定,则为空。
所以,我希望在 hosted_invoice_url 字段中看到一个链接,但它不存在。
【问题讨论】:
标签: c# url stripe-payments invoice